1. 22 1月, 2015 1 次提交
  2. 27 1月, 2014 1 次提交
  3. 18 8月, 2013 1 次提交
  4. 03 8月, 2012 2 次提交
  5. 14 11月, 2011 1 次提交
  6. 22 6月, 2011 1 次提交
  7. 03 5月, 2010 1 次提交
    • D
      PR: 2250 · a033c3c7
      Dr. Stephen Henson 提交于
      Submitted By: Ger Hobbelt <ger@hobbelt.com>
      
      Don't overwrite return value with strlen(f).
      a033c3c7
  8. 13 1月, 2010 1 次提交
    • D
      PR: 2136 · 0e0c6821
      Dr. Stephen Henson 提交于
      Submitted by: Willy Weisz <weisz@vcpc.univie.ac.at>
      
      Add options to output hash using older algorithm compatible with OpenSSL
      versions before 1.0.0
      0e0c6821
  9. 24 9月, 2009 1 次提交
  10. 31 5月, 2009 1 次提交
  11. 17 2月, 2009 1 次提交
  12. 15 1月, 2009 1 次提交
  13. 24 7月, 2006 1 次提交
  14. 18 7月, 2006 1 次提交
  15. 28 4月, 2006 1 次提交
  16. 01 12月, 2004 1 次提交
  17. 04 4月, 2003 1 次提交
  18. 13 11月, 2002 2 次提交
  19. 10 11月, 2002 1 次提交
  20. 07 8月, 2002 1 次提交
  21. 14 2月, 2002 1 次提交
  22. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  23. 31 7月, 2001 1 次提交
  24. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  25. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  26. 12 2月, 2001 1 次提交
  27. 02 2月, 2001 1 次提交
  28. 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
  29. 01 6月, 2000 1 次提交
    • G
      The previous commit to crypto/stack/*.[ch] pulled the type-safety strings · ccd86b68
      Geoff Thorpe 提交于
      yet tighter, and also put some heat on the rest of the library by
      insisting (correctly) that compare callbacks used in stacks are prototyped
      with "const" parameters. This has led to a depth-first explosion of
      compiler warnings in the code where 1 constification has led to 3 or 4
      more. Fortunately these have all been resolved to completion and the code
      seems cleaner as a result - in particular many of the _cmp() functions
      should have been prototyped with "const"s, and now are. There was one
      little problem however;
      
      X509_cmp() should by rights compare "const X509 *" pointers, and it is now
      declared as such. However, it's internal workings can involve
      recalculating hash values and extensions if they have not already been
      setup. Someone with a more intricate understanding of the flow control of
      X509 might be able to tighten this up, but for now - this seemed the
      obvious place to stop the "depth-first" constification of the code by
      using an evil cast (they have migrated all the way here from safestack.h).
      
      Fortunately, this is the only place in the code where this was required
      to complete these type-safety changes, and it's reasonably clear and
      commented, and seemed the least unacceptable of the options. Trying to
      take the constification further ends up exploding out considerably, and
      indeed leads directly into generalised ASN functions which are not likely
      to cooperate well with this.
      ccd86b68
  30. 04 2月, 2000 1 次提交
  31. 21 1月, 2000 1 次提交
  32. 16 11月, 1999 1 次提交
  33. 20 10月, 1999 1 次提交
  34. 04 10月, 1999 1 次提交
    • D
      · 393f2c65
      Dr. Stephen Henson 提交于
      Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed message
      contains no certificates.
      
      Also fix typo in RANLIB changes.
      393f2c65
  35. 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
  36. 02 5月, 1999 1 次提交
  37. 01 5月, 1999 1 次提交
  38. 24 4月, 1999 1 次提交