1. 21 1月, 2000 3 次提交
  2. 18 1月, 2000 1 次提交
    • R
      Compaq C 6.2 for VMS will complain when we want to convert · a9188d4e
      Richard Levitte 提交于
      non-function pointers to function pointers and vice versa.
      The current solution is to have unions that describe the
      conversion we want to do, and gives us the ability to extract
      the type of data we want.
      
      The current solution is a quick fix, and can probably be made
      in a more general or elegant way.
      a9188d4e
  3. 17 1月, 2000 4 次提交
  4. 16 1月, 2000 2 次提交
  5. 14 1月, 2000 1 次提交
  6. 11 1月, 2000 3 次提交
  7. 09 1月, 2000 2 次提交
  8. 06 1月, 2000 5 次提交
  9. 04 1月, 2000 1 次提交
  10. 03 1月, 2000 1 次提交
  11. 30 12月, 1999 1 次提交
  12. 29 12月, 1999 3 次提交
  13. 02 12月, 1999 1 次提交
  14. 30 11月, 1999 1 次提交
  15. 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
  16. 18 11月, 1999 1 次提交
  17. 17 11月, 1999 1 次提交
  18. 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
  19. 12 11月, 1999 1 次提交
  20. 26 10月, 1999 1 次提交
  21. 30 9月, 1999 1 次提交
  22. 25 9月, 1999 1 次提交
  23. 19 9月, 1999 1 次提交
  24. 14 9月, 1999 2 次提交