1. 06 2月, 2016 3 次提交
  2. 04 2月, 2016 1 次提交
  3. 03 2月, 2016 2 次提交
  4. 02 2月, 2016 1 次提交
  5. 01 2月, 2016 2 次提交
  6. 21 1月, 2016 1 次提交
    • V
      Multiple -trusted/-untrusted/-CRLfile options in verify · feb2f53e
      Viktor Dukhovni 提交于
      It is sometimes useful (especially in automated tests) to supply
      multiple trusted or untrusted certificates via separate files rather
      than have to prepare a single file containing them all.
      
      To that end, change verify(1) to accept these options zero or more
      times.  Also automatically set -no-CAfile and -no-CApath when
      -trusted is specified.
      
      Improve verify(1) documentation, which could still use some work.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      feb2f53e
  7. 15 1月, 2016 1 次提交
  8. 12 1月, 2016 1 次提交
  9. 10 1月, 2016 1 次提交
  10. 08 1月, 2016 2 次提交
    • V
      DANE s_client support · cddd424a
      Viktor Dukhovni 提交于
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      cddd424a
    • 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
  11. 07 1月, 2016 1 次提交
  12. 22 12月, 2015 1 次提交
  13. 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
  14. 14 12月, 2015 1 次提交
  15. 13 12月, 2015 1 次提交
  16. 11 12月, 2015 1 次提交
  17. 07 12月, 2015 2 次提交
  18. 06 12月, 2015 1 次提交
  19. 29 11月, 2015 1 次提交
  20. 22 11月, 2015 1 次提交
  21. 21 11月, 2015 1 次提交
  22. 20 11月, 2015 2 次提交
  23. 14 11月, 2015 2 次提交
  24. 02 11月, 2015 1 次提交
  25. 31 10月, 2015 1 次提交
  26. 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
  27. 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
  28. 25 9月, 2015 1 次提交
  29. 23 9月, 2015 1 次提交
  30. 12 9月, 2015 1 次提交
  31. 09 9月, 2015 1 次提交
  32. 07 9月, 2015 1 次提交