1. 23 3月, 2015 1 次提交
  2. 11 3月, 2015 1 次提交
  3. 05 3月, 2015 1 次提交
  4. 31 1月, 2015 1 次提交
  5. 29 1月, 2015 1 次提交
  6. 22 1月, 2015 4 次提交
  7. 13 1月, 2015 1 次提交
  8. 06 1月, 2015 1 次提交
  9. 16 12月, 2014 1 次提交
  10. 04 12月, 2014 1 次提交
  11. 21 11月, 2014 1 次提交
  12. 20 11月, 2014 1 次提交
    • D
      Fix excert logic. · 764b6a35
      Dr. Stephen Henson 提交于
      If no keyfile has been specified use the certificate file instead.
      
      Fix typo: we need to check the chain is not NULL, not the chain file.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      
      (cherry picked from commit 786370b1b09b919d9306f27336e13783e4fe3fd0)
      764b6a35
  13. 04 7月, 2014 1 次提交
  14. 02 6月, 2014 1 次提交
  15. 28 3月, 2014 1 次提交
  16. 23 2月, 2014 1 次提交
    • D
      New chain building flags. · 13dc3ce9
      Dr. Stephen Henson 提交于
      New flags to build certificate chains. The can be used to rearrange
      the chain so all an application needs to do is add all certificates
      in arbitrary order and then build the chain to check and correct them.
      
      Add verify error code when building chain.
      
      Update docs.
      13dc3ce9
  17. 27 1月, 2014 1 次提交
  18. 21 10月, 2013 1 次提交
    • D
      Extend SSL_CONF · ec2f7e56
      Dr. Stephen Henson 提交于
      Extend SSL_CONF to return command value types.
      
      Add certificate and key options.
      
      Update documentation.
      ec2f7e56
  19. 08 9月, 2013 1 次提交
    • D
      Experimental encrypt-then-mac support. · 5e3ff62c
      Dr. Stephen Henson 提交于
      Experimental support for encrypt then mac from
      draft-gutmann-tls-encrypt-then-mac-02.txt
      
      To enable it set the appropriate extension number (0x10 for the test server)
      using e.g. -DTLSEXT_TYPE_encrypt_then_mac=0x10
      
      For non-compliant peers (i.e. just about everything) this should have no
      effect.
      5e3ff62c
  20. 06 9月, 2013 2 次提交
    • B
      More cleanup. · 5eda213e
      Ben Laurie 提交于
      5eda213e
    • 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
  21. 18 8月, 2013 1 次提交
  22. 30 12月, 2012 1 次提交
  23. 07 12月, 2012 2 次提交
  24. 05 12月, 2012 1 次提交
  25. 03 12月, 2012 1 次提交
  26. 27 11月, 2012 1 次提交
  27. 24 11月, 2012 1 次提交
  28. 22 11月, 2012 2 次提交
  29. 18 11月, 2012 1 次提交
  30. 17 11月, 2012 2 次提交
  31. 08 10月, 2012 1 次提交
  32. 13 9月, 2012 1 次提交
  33. 08 9月, 2012 1 次提交