1. 29 3月, 2004 1 次提交
  2. 12 10月, 2003 2 次提交
  3. 11 10月, 2003 1 次提交
  4. 02 6月, 2003 1 次提交
  5. 28 11月, 2002 1 次提交
  6. 13 11月, 2002 1 次提交
  7. 12 8月, 2002 1 次提交
  8. 27 2月, 2002 1 次提交
  9. 14 2月, 2002 1 次提交
  10. 02 1月, 2002 1 次提交
  11. 07 12月, 2001 1 次提交
    • D
      · f3e24bad
      Dr. Stephen Henson 提交于
      Don't overwrite signing time.
      f3e24bad
  12. 17 10月, 2001 1 次提交
  13. 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
  14. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  15. 31 7月, 2001 1 次提交
  16. 05 4月, 2001 1 次提交
  17. 20 3月, 2001 1 次提交
  18. 07 3月, 2001 1 次提交
  19. 24 2月, 2001 1 次提交
  20. 23 2月, 2001 1 次提交
  21. 01 1月, 2001 1 次提交
  22. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  23. 18 9月, 2000 1 次提交
  24. 07 9月, 2000 1 次提交
    • D
      · cfd3bb17
      Dr. Stephen Henson 提交于
      Add docs for BIO_find_type() and friends.
      
      Added function BIO_next() otherwise you can't
      traverse a chain without accessing BIO internals.
      cfd3bb17
  25. 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
  26. 27 5月, 2000 1 次提交
    • D
      · 7f060601
      Dr. Stephen Henson 提交于
      Beginnings of EVP cipher overhaul. This should eventually
      enhance and tidy up the EVP interface.
      
      This patch adds initial support for variable length ciphers
      and changes S/MIME code to use this.
      
      Some other library functions need modifying to support use
      of modified cipher parameters.
      
      Also need to change all the cipher functions that should
      return error codes, but currenly don't.
      
      And of course it needs extensive testing...
      7f060601
  27. 24 3月, 2000 1 次提交
  28. 22 2月, 2000 1 次提交
  29. 21 1月, 2000 1 次提交
  30. 14 1月, 2000 1 次提交
  31. 07 1月, 2000 1 次提交
  32. 05 12月, 1999 1 次提交
  33. 16 11月, 1999 1 次提交
  34. 29 10月, 1999 1 次提交
  35. 20 10月, 1999 1 次提交
  36. 19 8月, 1999 1 次提交
  37. 22 6月, 1999 1 次提交
    • D
      New function PKCS7_signatureVerify to allow the signing certificate to · 170afce5
      Dr. Stephen Henson 提交于
      be explicitly stated with PKCS#7 verify.
      
      Also fix for util/mkerr.pl: if the -nostatic option is being used this will be
      for an external library so the autogenerated C file should include the
      header file as:
      #include "any/path/to/header.h"
      rather than the internal library form:
      #include <openssl/header.h>
      170afce5
  38. 03 6月, 1999 2 次提交