1. 15 11月, 2002 1 次提交
  2. 13 11月, 2002 1 次提交
  3. 25 9月, 2002 1 次提交
  4. 23 9月, 2002 1 次提交
  5. 02 8月, 2002 1 次提交
  6. 30 7月, 2002 1 次提交
    • L
      OpenSSL Security Advisory [30 July 2002] · c046fffa
      Lutz Jänicke 提交于
      Changes marked "(CHATS)" were sponsored by the Defense Advanced
      Research Projects Agency (DARPA) and Air Force Research Laboratory,
      Air Force Materiel Command, USAF, under agreement number
      F30602-01-2-0537.
      c046fffa
  7. 12 1月, 2002 1 次提交
  8. 10 11月, 2001 2 次提交
  9. 25 10月, 2001 1 次提交
  10. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  11. 31 7月, 2001 1 次提交
  12. 07 3月, 2001 1 次提交
  13. 20 2月, 2001 1 次提交
  14. 10 2月, 2001 1 次提交
  15. 30 11月, 2000 1 次提交
  16. 28 5月, 2000 1 次提交
  17. 04 2月, 2000 1 次提交
  18. 25 1月, 2000 1 次提交
  19. 21 1月, 2000 2 次提交
  20. 17 1月, 2000 1 次提交
  21. 14 1月, 2000 1 次提交
  22. 09 1月, 2000 1 次提交
  23. 04 1月, 2000 1 次提交
  24. 17 11月, 1999 1 次提交
  25. 13 5月, 1999 1 次提交
  26. 10 5月, 1999 1 次提交
    • B
      No actual change, but the cert_st member of struct ssl_session_st is now · 9d5cceac
      Bodo Möller 提交于
      called sess_cert instead of just cert.  This is in preparation of further
      changes: Probably often when s->session->sess_cert is used, we should
      use s->cert instead; s->session->sess_cert should be a new structure
      containing only the stuff that is for just one connection (e.g.
      the peer's certificate, which the SSL client implementations currently
      store in s->session->[sess_]cert, which is a very confusing thing to do).
      Submitted by:
      Reviewed by:
      PR:
      9d5cceac
  27. 30 4月, 1999 1 次提交
  28. 27 4月, 1999 2 次提交
  29. 24 4月, 1999 1 次提交
  30. 22 4月, 1999 1 次提交
  31. 20 4月, 1999 1 次提交
  32. 18 4月, 1999 1 次提交
  33. 13 4月, 1999 1 次提交
  34. 31 3月, 1999 1 次提交
  35. 22 2月, 1999 1 次提交
  36. 16 2月, 1999 2 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
    • D
      Fix various memory leaks in SSL, apps and DSA · a8236c8c
      Dr. Stephen Henson 提交于
      a8236c8c