1. 23 6月, 2000 1 次提交
  2. 11 6月, 2000 1 次提交
  3. 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
  4. 14 5月, 2000 1 次提交
  5. 03 5月, 2000 1 次提交
  6. 28 3月, 2000 1 次提交
  7. 26 2月, 2000 2 次提交
  8. 19 2月, 2000 1 次提交
  9. 17 2月, 2000 1 次提交
  10. 11 2月, 2000 1 次提交
  11. 04 2月, 2000 1 次提交
  12. 21 1月, 2000 1 次提交
  13. 07 1月, 2000 1 次提交
  14. 29 12月, 1999 1 次提交
  15. 25 12月, 1999 1 次提交
  16. 02 12月, 1999 1 次提交
  17. 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
  18. 27 11月, 1999 1 次提交
  19. 26 11月, 1999 1 次提交
  20. 22 11月, 1999 1 次提交
  21. 08 11月, 1999 1 次提交
  22. 04 11月, 1999 1 次提交
  23. 26 10月, 1999 2 次提交
  24. 13 10月, 1999 1 次提交
  25. 27 8月, 1999 1 次提交
  26. 22 7月, 1999 1 次提交
  27. 11 7月, 1999 1 次提交
  28. 26 5月, 1999 1 次提交
  29. 17 5月, 1999 1 次提交
  30. 28 4月, 1999 1 次提交
  31. 27 4月, 1999 2 次提交
  32. 24 4月, 1999 1 次提交
  33. 20 4月, 1999 1 次提交
  34. 18 4月, 1999 1 次提交
  35. 25 2月, 1999 1 次提交
    • R
      Make `openssl x509 -noout -modulus' functional also for DSA certificates (in · 7be304ac
      Ralf S. Engelschall 提交于
      addition to RSA certificates) to match the behaviour of `openssl dsa -noout
      -modulus' as it's already the case for `openssl rsa -noout -modulus'.  For RSA
      the -modulus is the real "modulus" while for DSA currently the public key is
      printed (a decision which was already done by `openssl dsa -modulus' in the
      past) which serves a similar purpose.  Additionally the NO_RSA no longer
      completely removes the whole -modulus option; it now only avoids using the RSA
      stuff. Same applies to NO_DSA now, too.
      7be304ac
  36. 26 1月, 1999 1 次提交
  37. 25 1月, 1999 1 次提交