1. 30 12月, 1999 1 次提交
  2. 29 12月, 1999 3 次提交
  3. 02 12月, 1999 1 次提交
  4. 30 11月, 1999 1 次提交
  5. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  6. 18 11月, 1999 1 次提交
  7. 17 11月, 1999 1 次提交
  8. 16 11月, 1999 1 次提交
    • M
      This corrects the reference count handling in SSL_get_session. · b7cfcfb7
      Mark J. Cox 提交于
      Previously, the returned SSL_SESSION didn't have its reference count
      incremented so the SSL_SESSION could be freed at any time causing
      seg-faults if the pointer was subsequently used. Code that uses
      SSL_get_session must now make a corresponding SSL_SESSION_free() call when
      it is done to avoid memory leaks (or blocked up session caches).
      
      Submitted By: Geoff Thorpe <geoff@eu.c2.net>
      b7cfcfb7
  9. 12 11月, 1999 1 次提交
  10. 26 10月, 1999 1 次提交
  11. 30 9月, 1999 1 次提交
  12. 25 9月, 1999 1 次提交
  13. 19 9月, 1999 1 次提交
  14. 14 9月, 1999 2 次提交
  15. 13 9月, 1999 1 次提交
  16. 12 9月, 1999 1 次提交
    • A
      Initial support for MacOS. · 17f389bb
      Andy Polyakov 提交于
      This will soon be complemented with MacOS specific source code files and
      INSTALL.MacOS.
      
      I (Andy) have decided to get rid of a number of #include <sys/types.h>.
      I've verified it's ok (both by examining /usr/include/*.h and compiling)
      on a number of Unix platforms. Unfortunately I don't have Windows box
      to verify this on. I really appreciate if somebody could try to compile
      it and contact me a.s.a.p. in case a problem occurs.
      
      Submitted by: Roy Wood <roy@centricsystems.ca>
      Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
      17f389bb
  17. 11 9月, 1999 2 次提交
  18. 10 9月, 1999 1 次提交
  19. 09 9月, 1999 1 次提交
  20. 08 9月, 1999 1 次提交
  21. 04 9月, 1999 4 次提交
  22. 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
  23. 10 8月, 1999 1 次提交
  24. 09 8月, 1999 1 次提交
  25. 08 8月, 1999 2 次提交
  26. 05 8月, 1999 2 次提交
  27. 03 8月, 1999 3 次提交
  28. 30 7月, 1999 1 次提交
  29. 29 7月, 1999 1 次提交
    • U
      VMS updates. · 8c197cc5
      Ulf Möller 提交于
      Submitted by: Richard Levitte <levitte@stacken.kth.se>
      8c197cc5