1. 16 2月, 2014 1 次提交
    • D
      Restore SSL_OP_MSIE_SSLV2_RSA_PADDING · 3c6c139a
      Dr. Stephen Henson 提交于
      The flag SSL_OP_MSIE_SSLV2_RSA_PADDING hasn't done anything since OpenSSL
      0.9.7h but deleting it will break source compatibility with any software
      that references it. Restore it but #define to zero.
      (cherry picked from commit b17d6b8d1d49fa4732deff17cfd1833616af0d9c)
      3c6c139a
  2. 15 2月, 2014 1 次提交
  3. 13 2月, 2014 1 次提交
  4. 06 2月, 2014 9 次提交
  5. 05 2月, 2014 2 次提交
  6. 03 2月, 2014 1 次提交
    • D
      New ctrl to set current certificate. · 0f78819c
      Dr. Stephen Henson 提交于
      New ctrl sets current certificate based on certain criteria. Currently
      two options: set the first valid certificate as current and set the
      next valid certificate as current. Using these an application can
      iterate over all certificates in an SSL_CTX or SSL structure.
      0f78819c
  7. 28 1月, 2014 1 次提交
  8. 27 1月, 2014 1 次提交
  9. 26 1月, 2014 1 次提交
  10. 16 1月, 2014 2 次提交
  11. 09 1月, 2014 9 次提交
  12. 07 1月, 2014 1 次提交
  13. 04 1月, 2014 3 次提交
  14. 02 1月, 2014 1 次提交
  15. 30 12月, 2013 1 次提交
  16. 21 12月, 2013 1 次提交
    • D
      Fix DTLS retransmission from previous session. · 20b82b51
      Dr. Stephen Henson 提交于
      For DTLS we might need to retransmit messages from the previous session
      so keep a copy of write context in DTLS retransmission buffers instead
      of replacing it after sending CCS. CVE-2013-6450.
      (cherry picked from commit 34628967f1e65dc8f34e000f0f5518e21afbfc7b)
      20b82b51
  17. 18 12月, 2013 1 次提交
  18. 13 12月, 2013 2 次提交
  19. 19 11月, 2013 1 次提交