1. 27 10月, 2000 1 次提交
  2. 09 6月, 2000 1 次提交
    • R
      Using checks of the existence of HEADER_{foo}_H in other header files · ef33b970
      Richard Levitte 提交于
      was a really bad idea.  For example, the following:
      
      	#include <x509.h>
      	#include <bio.h>
      	#include <asn1.h>
      
      would make sure that things like ASN1_UTCTIME_print() wasn't defined
      unless you moved the inclusion of bio.h to above the inclusion of
      x509.h.  The reason is that x509.h includes asn1.h, and the
      declaration of ASN1_UTCTIME_print() depended on the definition of
      HEADER_BIO_H.  That's what I call an obscure bug.
      
      Instead, this change makes sure that whatever header files are needed
      for the correct process of one header file are included automagically,
      and that the definitions of, for example, BIO-related things are
      dependent on the absence of the NO_{foo} macros.  This is also
      consistent with the way parts of OpenSSL can be excluded at will.
      ef33b970
  3. 02 5月, 2000 1 次提交
  4. 28 1月, 2000 1 次提交
    • D
      · 90644dd7
      Dr. Stephen Henson 提交于
      New -pkcs12 option to CA.pl.
      Document CA.pl script.
      Initialise and free up the extra DH fields
      (nothing uses them yet though).
      90644dd7
  5. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  6. 23 1月, 2000 1 次提交
  7. 24 8月, 1999 1 次提交
  8. 09 6月, 1999 1 次提交
  9. 04 6月, 1999 1 次提交
  10. 27 4月, 1999 2 次提交
  11. 24 4月, 1999 2 次提交
  12. 02 4月, 1999 1 次提交
  13. 21 12月, 1998 3 次提交