1. 07 3月, 2001 1 次提交
  2. 24 2月, 2001 1 次提交
  3. 23 2月, 2001 1 次提交
  4. 01 1月, 2001 1 次提交
  5. 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
  6. 18 9月, 2000 1 次提交
  7. 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
  8. 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
  9. 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
  10. 24 3月, 2000 1 次提交
  11. 22 2月, 2000 1 次提交
  12. 21 1月, 2000 1 次提交
  13. 14 1月, 2000 1 次提交
  14. 07 1月, 2000 1 次提交
  15. 05 12月, 1999 1 次提交
  16. 16 11月, 1999 1 次提交
  17. 29 10月, 1999 1 次提交
  18. 20 10月, 1999 1 次提交
  19. 19 8月, 1999 1 次提交
  20. 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
  21. 03 6月, 1999 2 次提交
  22. 01 6月, 1999 1 次提交
  23. 31 5月, 1999 1 次提交
  24. 19 5月, 1999 1 次提交
  25. 17 5月, 1999 1 次提交
    • D
      Fix various less obvious bugs in PKCS#7 handling: such as not zeroing · 1b266dab
      Dr. Stephen Henson 提交于
      the secret key before we've encrypted it and using the right NID for RC2-64.
      Add various arguments to the experimental programs 'dec' and 'enc' to make
      testing less painful.
      
      This stuff has now been tested against Netscape Messenger and it can encrypt
      and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES.
      
      Its still experimental though...
      1b266dab
  26. 16 5月, 1999 1 次提交
    • D
      Fix some obvious bugs in the PKCS#7 library handling. It didn't try to · 84fa704c
      Dr. Stephen Henson 提交于
      find the right RecipientInfo based on the recipient certificate (so would
      fail a lot of the time) and fixup cipher structures to correctly (maybe)
      modify the AlgorithmIdentifiers.  Largely untested at present... this will be
      fixed in due course. Well the stuff was broken to begin with so if its broken
      now then you haven't lost anything :-)
      84fa704c
  27. 11 5月, 1999 1 次提交
  28. 10 5月, 1999 2 次提交
  29. 02 5月, 1999 1 次提交
  30. 24 4月, 1999 1 次提交
  31. 20 4月, 1999 1 次提交
  32. 18 4月, 1999 1 次提交
  33. 13 4月, 1999 1 次提交
  34. 14 3月, 1999 1 次提交
  35. 05 3月, 1999 1 次提交
  36. 03 3月, 1999 1 次提交
  37. 25 2月, 1999 1 次提交
  38. 31 12月, 1998 1 次提交