1. 08 1月, 2016 1 次提交
    • R
      mem functions cleanup · bbd86bf5
      Rich Salz 提交于
      Only two macros CRYPTO_MDEBUG and CRYPTO_MDEBUG_ABORT to control this.
      If CRYPTO_MDEBUG is not set, #ifdef out the whole debug machinery.
              (Thanks to Jakob Bohm for the suggestion!)
      Make the "change wrapper functions" be the only paradigm.
      Wrote documentation!
      Format the 'set func' functions so their paramlists are legible.
      Format some multi-line comments.
      Remove ability to get/set the "memory debug" functions at runtme.
      Remove MemCheck_* and CRYPTO_malloc_debug_init macros.
      Add CRYPTO_mem_debug(int flag) function.
      Add test/memleaktest.
      Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      bbd86bf5
  2. 07 1月, 2016 1 次提交
  3. 22 12月, 2015 1 次提交
  4. 15 12月, 2015 1 次提交
    • M
      Fix s_server problem with no-ec · 8caab744
      Matt Caswell 提交于
      s_server was trying to set the ECDH curve when no-ec was defined. This also
      highlighted the fact that the -no_ecdhe option to s_server is broken, and
      doesn't make any sense any more (ECDHE is on by default and the only way it
      can be disabled is through the cipherstring). Therefore this commit removes
      the option.
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      8caab744
  5. 14 12月, 2015 1 次提交
  6. 13 12月, 2015 1 次提交
  7. 11 12月, 2015 1 次提交
  8. 07 12月, 2015 2 次提交
  9. 06 12月, 2015 1 次提交
  10. 29 11月, 2015 1 次提交
  11. 22 11月, 2015 1 次提交
  12. 21 11月, 2015 1 次提交
  13. 20 11月, 2015 2 次提交
  14. 14 11月, 2015 2 次提交
  15. 02 11月, 2015 1 次提交
  16. 31 10月, 2015 1 次提交
  17. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  18. 01 10月, 2015 1 次提交
    • M
      Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 · c84f7f4a
      Matt Caswell 提交于
      This patch updates the "DEFAULT" cipherstring to be
      "ALL:!COMPLEMENTOFDEFAULT:!eNULL". COMPLEMENTOFDEFAULT is now defined
      internally by a flag on each ciphersuite indicating whether it should be
      excluded from DEFAULT or not. This gives us control at an individual
      ciphersuite level as to exactly what is in DEFAULT and what is not.
      
      Finally all DES, RC4 and RC2 ciphersuites are added to COMPLEMENTOFDEFAULT
      and hence removed from DEFAULT.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c84f7f4a
  19. 25 9月, 2015 1 次提交
  20. 23 9月, 2015 1 次提交
  21. 12 9月, 2015 1 次提交
  22. 09 9月, 2015 1 次提交
  23. 07 9月, 2015 1 次提交
  24. 01 9月, 2015 1 次提交
    • D
      Remove asn1-kludge option. · d8c054f2
      Dr. Stephen Henson 提交于
      Remove asn1-kludge option from the req utility. It was a decade old
      workaround for CAs and software which required an invalid encoding
      of PKCS#10 certificate requests: omitting the attributes field even
      though it is not OPTIONAL.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      d8c054f2
  25. 28 8月, 2015 1 次提交
    • R
      Various doc fixes. · c03726ca
      Rich Salz 提交于
      Make all mention of digest algorithm use "any supported algorithm"
      
      RT2071, some new manpages from Victor B. Wagner <vitus@cryptocom.ru>:
          X509_LOOKUP_hash_dir.pod
          X509_check_ca.pod
          X509_check_issued.pod
      
      RT 1600:
          Remove references to non-existant objects(3)
          Add RETURN VALUES to BIO_do_accept page.
      
      RT1818:
          RSA_sign Can return values other than 0 on failure.
      
      RT3634:
          Fix AES CBC aliases (Steffen Nurpmeso <sdaoden@yandex.com>)
      
      RT3678:
          Some clarifications to BIO_new_pair
          (Devchandra L Meetei <dlmeetei@gmail.com>)
      
      RT3787:
          Fix some EVP_ function return values
          (Laetitia Baudoin <lbaudoin@google.com>)
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      c03726ca
  26. 27 8月, 2015 1 次提交
  27. 26 8月, 2015 2 次提交
  28. 22 8月, 2015 1 次提交
  29. 14 8月, 2015 1 次提交
  30. 12 8月, 2015 1 次提交
  31. 01 8月, 2015 1 次提交
  32. 31 7月, 2015 1 次提交
  33. 30 7月, 2015 2 次提交
  34. 16 7月, 2015 1 次提交
  35. 14 7月, 2015 1 次提交