1. 05 3月, 1999 1 次提交
  2. 04 3月, 1999 3 次提交
  3. 03 3月, 1999 1 次提交
  4. 01 3月, 1999 1 次提交
  5. 28 2月, 1999 1 次提交
  6. 27 2月, 1999 1 次提交
  7. 26 2月, 1999 1 次提交
  8. 25 2月, 1999 7 次提交
  9. 24 2月, 1999 1 次提交
  10. 23 2月, 1999 2 次提交
  11. 22 2月, 1999 3 次提交
  12. 20 2月, 1999 1 次提交
  13. 19 2月, 1999 1 次提交
  14. 18 2月, 1999 2 次提交
  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. 15 2月, 1999 1 次提交
  17. 14 2月, 1999 5 次提交
  18. 13 2月, 1999 2 次提交
  19. 11 2月, 1999 1 次提交
  20. 10 2月, 1999 3 次提交
    • R
      Overhauled the Perl interface (perl/*): · 8073036d
      Ralf S. Engelschall 提交于
      - ported BN stuff to OpenSSL's different BN library
      
      - made the perl/ source tree CVS-aware
      
      - renamed the package from SSLeay to OpenSSL (the files still contain
        their history because I've copied them in the repository)
      
      - removed obsolete files (the test scripts will be replaced
        by better Test::Harness variants in the future)
      8073036d
    • R
      Remember the cleanup · 483fdf18
      Ralf S. Engelschall 提交于
      483fdf18
    • D
      More extension code. Incomplete support for subject and issuer alt · 175b0942
      Dr. Stephen Henson 提交于
      name, issuer and authority key id. Change the i2v function parameters
      and add an extra 'crl' parameter in the X509V3_CTX structure: guess
      what that's for :-) Fix to ASN1 macro which messed up
      IMPLICIT tag and add f_enum.c which adds a2i, i2a for ENUMERATED.
      175b0942