1. 12 10月, 2003 1 次提交
  2. 07 3月, 2001 1 次提交
  3. 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
  4. 05 3月, 2000 1 次提交
  5. 26 2月, 2000 1 次提交
  6. 29 12月, 1999 1 次提交
  7. 09 12月, 1999 1 次提交
  8. 07 12月, 1999 1 次提交
  9. 05 12月, 1999 1 次提交
  10. 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
  11. 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
  12. 24 4月, 1999 2 次提交
  13. 20 4月, 1999 1 次提交
  14. 22 12月, 1998 1 次提交
  15. 21 12月, 1998 3 次提交