1. 17 9月, 2013 1 次提交
  2. 16 9月, 2013 1 次提交
  3. 14 9月, 2013 1 次提交
  4. 08 9月, 2013 2 次提交
  5. 06 9月, 2013 2 次提交
    • 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
    • V
      478b50cf
  6. 18 7月, 2013 1 次提交
    • D
      EVP support for wrapping algorithms. · 97cf1f6c
      Dr. Stephen Henson 提交于
      Add support for key wrap algorithms via EVP interface.
      
      Generalise AES wrap algorithm and add to modes, making existing
      AES wrap algorithm a special case.
      
      Move test code to evptests.txt
      97cf1f6c
  7. 05 7月, 2013 1 次提交
  8. 22 6月, 2013 1 次提交
  9. 13 6月, 2013 2 次提交
  10. 09 4月, 2013 1 次提交
    • D
      Dual DTLS version methods. · c6913eeb
      Dr. Stephen Henson 提交于
      Add new methods DTLS_*_method() which support both DTLS 1.0 and DTLS 1.2 and
      pick the highest version the peer supports during negotiation.
      
      As with SSL/TLS options can change this behaviour specifically
      SSL_OP_NO_DTLSv1 and SSL_OP_NO_DTLSv1_2.
      c6913eeb
  11. 19 12月, 2012 1 次提交
  12. 12 12月, 2012 1 次提交
  13. 08 12月, 2012 1 次提交
  14. 07 12月, 2012 1 次提交
  15. 06 12月, 2012 1 次提交
  16. 05 12月, 2012 1 次提交
  17. 03 12月, 2012 1 次提交
  18. 29 11月, 2012 1 次提交
  19. 28 11月, 2012 1 次提交
  20. 22 11月, 2012 1 次提交
  21. 19 11月, 2012 1 次提交
  22. 18 11月, 2012 1 次提交
    • D
      PR: 2909 · d88926f1
      Dr. Stephen Henson 提交于
      Contributed by: Florian Weimer <fweimer@redhat.com>
      
      Fixes to X509 hostname and email address checking. Wildcard matching support.
      New test program and manual page.
      d88926f1
  23. 17 11月, 2012 1 次提交
  24. 08 10月, 2012 1 次提交
  25. 20 9月, 2012 1 次提交
  26. 14 9月, 2012 1 次提交
  27. 13 9月, 2012 1 次提交
  28. 12 9月, 2012 1 次提交
  29. 11 9月, 2012 2 次提交
  30. 29 8月, 2012 1 次提交
  31. 15 8月, 2012 1 次提交
  32. 03 8月, 2012 1 次提交
  33. 27 7月, 2012 1 次提交
  34. 25 7月, 2012 1 次提交
  35. 24 7月, 2012 2 次提交
    • D
      check EC tmp key matches preferences · d18b716d
      Dr. Stephen Henson 提交于
      d18b716d
    • D
      Add support for certificate stores in CERT structure. This makes it · 74ecfab4
      Dr. Stephen Henson 提交于
      possible to have different stores per SSL structure or one store in
      the parent SSL_CTX. Include distint stores for certificate chain
      verification and chain building. New ctrl SSL_CTRL_BUILD_CERT_CHAIN
      to build and store a certificate chain in CERT structure: returing
      an error if the chain cannot be built: this will allow applications
      to test if a chain is correctly configured.
      
      Note: if the CERT based stores are not set then the parent SSL_CTX
      store is used to retain compatibility with existing behaviour.
      74ecfab4