1. 26 7月, 2000 1 次提交
  2. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  3. 07 3月, 2000 1 次提交
  4. 02 3月, 2000 1 次提交
    • D
      · 582e5929
      Dr. Stephen Henson 提交于
      Fix bug which would free up a public key
      twice if the verify callback tried to
      continue after a signature failure.
      582e5929
  5. 26 2月, 2000 2 次提交
  6. 12 2月, 2000 1 次提交
  7. 31 1月, 2000 1 次提交
  8. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  9. 09 1月, 2000 1 次提交
  10. 30 11月, 1999 1 次提交
  11. 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
  12. 28 11月, 1999 1 次提交
  13. 24 11月, 1999 1 次提交
  14. 17 11月, 1999 1 次提交
  15. 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
  16. 08 8月, 1999 1 次提交
  17. 31 5月, 1999 1 次提交
  18. 12 5月, 1999 1 次提交
    • B
      Comment. · d797727b
      Bodo Möller 提交于
      Submitted by:
      Reviewed by:
      PR:
      d797727b
  19. 02 5月, 1999 1 次提交
  20. 01 5月, 1999 1 次提交
  21. 27 4月, 1999 1 次提交
  22. 24 4月, 1999 1 次提交
  23. 20 4月, 1999 2 次提交
  24. 18 4月, 1999 1 次提交
  25. 13 4月, 1999 1 次提交
  26. 10 4月, 1999 1 次提交
  27. 09 4月, 1999 1 次提交
  28. 06 4月, 1999 1 次提交
  29. 22 3月, 1999 1 次提交
  30. 30 1月, 1999 1 次提交
  31. 03 1月, 1999 2 次提交
  32. 31 12月, 1998 1 次提交
    • R
      Fix version stuff: · 9cb0969f
      Ralf S. Engelschall 提交于
      1. The already released version was 0.9.1c and not 0.9.1b
      
      2. The next release should be 0.9.2 and not 0.9.1d, because
         first the changes are already too large, second we should avoid any more
         0.9.1x confusions and third, the Apache version semantics of
         VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
         .2 is already just a patchlevel and not major change).
      tVS: ----------------------------------------------------------------------
      9cb0969f
  33. 23 12月, 1998 2 次提交
  34. 22 12月, 1998 1 次提交
  35. 21 12月, 1998 2 次提交