1. 16 Nov, 1999 2 commits
  2. 15 Nov, 1999 1 commit
    • Mark J. Cox's avatar
      This corrects the reference count handling in SSL_get_session. · b7cfcfb7
      Mark J. Cox authored
      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
  3. 14 Nov, 1999 2 commits
  4. 12 Nov, 1999 2 commits
  5. 11 Nov, 1999 1 commit
  6. 10 Nov, 1999 1 commit
  7. 08 Nov, 1999 1 commit
  8. 04 Nov, 1999 1 commit
  9. 03 Nov, 1999 1 commit
  10. 29 Oct, 1999 1 commit
  11. 27 Oct, 1999 1 commit
    • Dr. Stephen Henson's avatar
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson authored
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73
  12. 26 Oct, 1999 4 commits
  13. 21 Oct, 1999 1 commit
  14. 20 Oct, 1999 1 commit
  15. 13 Oct, 1999 1 commit
  16. 11 Oct, 1999 1 commit
  17. 09 Oct, 1999 1 commit
  18. 07 Oct, 1999 1 commit
  19. 05 Oct, 1999 2 commits
  20. 04 Oct, 1999 3 commits
  21. 02 Oct, 1999 1 commit
  22. 24 Sep, 1999 1 commit
  23. 21 Sep, 1999 1 commit
  24. 20 Sep, 1999 1 commit
  25. 18 Sep, 1999 2 commits
  26. 10 Sep, 1999 1 commit
  27. 08 Sep, 1999 2 commits
    • Bodo Möller's avatar
    • Dr. Stephen Henson's avatar
      This is preliminary support for an "RSA null" cipher. Unfortunately when · 4a61a64f
      Dr. Stephen Henson authored
      OpenSSL is compiled with NO_RSA, no RSA operations can be used: including
      key generation storage and display of RSA keys. Since these operations are
      not covered by the RSA patent (my understanding is it only covers encrypt,
      decrypt, sign and verify) they can be included: this is an often requested
      feature, attempts to use the patented operations return an error code.
      
      This is enabled by setting RSA_NULL. This means that if a particular application
      has its own legal US RSA implementation then it can use that instead by setting
      it as the default RSA method.
      
      Still experimental and needs some fiddling of the other libraries so they have
      some options that don't attempt to use RSA if it isn't allowed.
      4a61a64f
  28. 07 Sep, 1999 2 commits