1. 23 11月, 2016 1 次提交
  2. 13 11月, 2016 1 次提交
  3. 02 11月, 2016 1 次提交
  4. 27 10月, 2016 1 次提交
  5. 21 9月, 2016 1 次提交
  6. 15 9月, 2016 1 次提交
  7. 08 6月, 2016 1 次提交
  8. 21 5月, 2016 1 次提交
  9. 20 5月, 2016 1 次提交
  10. 19 5月, 2016 1 次提交
  11. 03 5月, 2016 1 次提交
  12. 03 4月, 2016 1 次提交
    • V
      Move peer chain security checks into x509_vfy.c · fbb82a60
      Viktor Dukhovni 提交于
      A new X509_VERIFY_PARAM_set_auth_level() function sets the
      authentication security level.  For verification of SSL peers, this
      is automatically set from the SSL security level.  Otherwise, for
      now, the authentication security level remains at (effectively) 0
      by default.
      
      The new "-auth_level" verify(1) option is available in all the
      command-line tools that support the standard verify(1) options.
      
      New verify(1) tests added to check enforcement of chain signature
      and public key security levels.  Also added new tests of enforcement
      of the verify_depth limit.
      
      Updated documentation.
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      fbb82a60
  13. 20 3月, 2016 1 次提交
  14. 08 3月, 2016 1 次提交
  15. 24 2月, 2016 1 次提交
  16. 11 2月, 2016 1 次提交
  17. 06 2月, 2016 2 次提交
  18. 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
  19. 06 12月, 2015 1 次提交
  20. 21 11月, 2015 1 次提交
  21. 25 9月, 2015 1 次提交
  22. 23 9月, 2015 1 次提交
  23. 22 8月, 2015 1 次提交
  24. 27 2月, 2015 1 次提交
  25. 25 2月, 2015 1 次提交
  26. 04 12月, 2014 1 次提交
  27. 29 8月, 2014 1 次提交
  28. 16 7月, 2014 1 次提交
  29. 15 7月, 2014 1 次提交
  30. 07 7月, 2014 1 次提交
  31. 04 7月, 2014 1 次提交
  32. 03 7月, 2014 1 次提交
  33. 20 6月, 2014 2 次提交
  34. 31 5月, 2014 1 次提交
  35. 15 2月, 2014 1 次提交
  36. 06 9月, 2013 1 次提交
    • S
      Add callbacks supporting generation and retrieval of supplemental data... · 36086186
      Scott Deboy 提交于
      Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions)
      Removed prior audit proof logic - audit proof support was implemented using the generic TLS extension API
      Tests exercising the new supplemental data registration and callback api can be found in ssltest.c.
      Implemented changes to s_server and s_client to exercise supplemental data callbacks via the -auth argument, as well as additional flags to exercise supplemental data being sent only during renegotiation.
      36086186
  37. 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
  38. 20 11月, 2012 1 次提交