1. 31 5月, 2014 2 次提交
  2. 27 5月, 2014 2 次提交
  3. 24 5月, 2014 1 次提交
  4. 22 5月, 2014 1 次提交
  5. 21 5月, 2014 1 次提交
  6. 16 5月, 2014 1 次提交
  7. 15 5月, 2014 2 次提交
  8. 13 5月, 2014 1 次提交
  9. 10 5月, 2014 1 次提交
  10. 26 4月, 2014 1 次提交
  11. 16 4月, 2014 1 次提交
  12. 07 4月, 2014 1 次提交
  13. 03 4月, 2014 1 次提交
  14. 29 3月, 2014 1 次提交
  15. 02 3月, 2014 1 次提交
    • D
      PKCS#8 support for alternative PRFs. · 5693a308
      Dr. Stephen Henson 提交于
      Add option to set an alternative to the default hmacWithSHA1 PRF
      for PKCS#8 private key encryptions. This is used automatically
      by PKCS8_encrypt if the nid specified is a PRF.
      
      Add option to pkcs8 utility.
      
      Update docs.
      (cherry picked from commit b60272b01fcb4f69201b3e1659b4f7e9e9298dfb)
      5693a308
  16. 15 2月, 2014 2 次提交
    • S
      Fix various spelling errors · 2b4ffc65
      Scott Schaefer 提交于
      2b4ffc65
    • S
      Document pkcs12 -password behavior · 856c6dfb
      Scott Schaefer 提交于
      apps/pkcs12.c accepts -password as an argument.  The document author
      almost certainly meant to write "-password, -passin".
      
      However, that is not correct, either.  Actually the code treats
      -password as equivalent to -passin, EXCEPT when -export is also
      specified, in which case -password as equivalent to -passout.
      856c6dfb
  17. 13 2月, 2014 1 次提交
  18. 09 1月, 2014 2 次提交
    • D
      update remaining documentation to move from EDH to DHE · 0ecfd920
      Daniel Kahn Gillmor 提交于
      change documentation and comments to indicate that we prefer the
      standard "DHE" naming scheme everywhere over the older "EDH"
      0ecfd920
    • D
      use SSL_kDHE throughout instead of SSL_kEDH · 5a21cadb
      Daniel Kahn Gillmor 提交于
      DHE is the standard term used by the RFCs and by other TLS
      implementations.  It's useful to have the internal variables use the
      standard terminology.
      
      This patch leaves a synonym SSL_kEDH in place, though, so that older
      code can still be built against it, since that has been the
      traditional API.  SSL_kEDH should probably be deprecated at some
      point, though.
      5a21cadb
  19. 09 11月, 2013 1 次提交
  20. 22 10月, 2013 1 次提交
    • L
      POD: Fix item numbering · c8919dde
      Lubomir Rintel 提交于
      Newer pod2man considers =item [1-9] part of a numbered list, while =item
      0 starts an unnumbered list. Add a zero effect formatting mark to override
      this.
      
      doc/apps/smime.pod around line 315: Expected text after =item, not a
      number
      ...
      
      PR#3146
      c8919dde
  21. 06 9月, 2013 4 次提交
  22. 21 8月, 2013 1 次提交
  23. 05 8月, 2013 1 次提交
  24. 22 6月, 2013 1 次提交
  25. 18 6月, 2013 1 次提交
    • T
      Cleanup of custom extension stuff. · 9cd50f73
      Trevor 提交于
      serverinfo rejects non-empty extensions.
      
      Omit extension if no relevant serverinfo data.
      
      Improve error-handling in serverinfo callback.
      
      Cosmetic cleanups.
      
      s_client documentation.
      
      s_server documentation.
      
      SSL_CTX_serverinfo documentation.
      
      Cleaup -1 and NULL callback handling for custom extensions, add tests.
      
      Cleanup ssl_rsa.c serverinfo code.
      
      Whitespace cleanup.
      
      Improve comments in ssl.h for serverinfo.
      
      Whitespace.
      
      Cosmetic cleanup.
      
      Reject non-zero-len serverinfo extensions.
      
      Whitespace.
      
      Make it build.
      9cd50f73
  26. 14 12月, 2012 2 次提交
  27. 20 11月, 2012 4 次提交
  28. 18 11月, 2012 1 次提交