1. 17 1月, 2000 1 次提交
  2. 14 1月, 2000 1 次提交
  3. 09 1月, 2000 1 次提交
  4. 17 11月, 1999 1 次提交
  5. 10 6月, 1999 1 次提交
  6. 13 5月, 1999 1 次提交
  7. 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
  8. 27 4月, 1999 2 次提交
  9. 24 4月, 1999 1 次提交
  10. 22 4月, 1999 1 次提交
  11. 20 4月, 1999 1 次提交
  12. 18 4月, 1999 1 次提交
  13. 13 4月, 1999 1 次提交
  14. 22 2月, 1999 1 次提交
  15. 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
  16. 10 2月, 1999 1 次提交
  17. 01 2月, 1999 1 次提交
    • D
      Fix various stuff: that VC++ 5.0 chokes on: · 9b3086fe
      Dr. Stephen Henson 提交于
      1. Add *lots* of missing prototypes for static ssl functions.
      2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org
      3. Add a few missing prototypes in pem.org
      Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95.
      Fix mkdef.pl so it doesn't truncate longer names.
      9b3086fe
  18. 22 12月, 1998 1 次提交
  19. 21 12月, 1998 2 次提交