1. 11 9月, 1999 1 次提交
  2. 04 9月, 1999 3 次提交
  3. 19 8月, 1999 1 次提交
    • B
      Fix horrible (and hard to track down) bug in ssl23_get_client_hello: · de1915e4
      Bodo Möller 提交于
      In case of a restart, v[0] and v[1] were incorrectly initialised.
      This was interpreted by ssl3_get_client_key_exchange as an RSA decryption
      failure (don't ask me why) and caused it to create a _random_ master key
      instead (even weirder), which obviously led to incorrect input to
      ssl3_generate_master_secret and thus caused "block cipher pad is
      wrong" error messages from ssl3_enc for the client's Finished message.
      Arrgh.
      de1915e4
  4. 27 4月, 1999 3 次提交
  5. 24 4月, 1999 1 次提交
  6. 22 4月, 1999 1 次提交
  7. 20 4月, 1999 1 次提交
  8. 13 4月, 1999 1 次提交
  9. 09 4月, 1999 1 次提交
  10. 22 2月, 1999 1 次提交
  11. 16 2月, 1999 1 次提交
    • 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
  12. 10 2月, 1999 1 次提交
  13. 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
  14. 21 12月, 1998 3 次提交