1. 17 6月, 2000 1 次提交
    • D
      Safe stack reorganisation in terms of function casts. · 3aceb94b
      Dr. Stephen Henson 提交于
      After some messing around this seems to work but needs
      a few more tests. Working out the syntax for sk_set_cmp_func()
      (cast it to a function that itself returns a function pointer)
      was painful :-(
      
      Needs some testing to see what other compilers think of this
      syntax.
      
      Also needs similar stuff for ASN1_SET_OF etc etc.
      3aceb94b
  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. 01 6月, 2000 1 次提交
  4. 02 5月, 2000 1 次提交
  5. 26 2月, 2000 1 次提交
  6. 24 1月, 2000 1 次提交
    • D
      · dd9d233e
      Dr. Stephen Henson 提交于
      Tidy up CRYPTO_EX_DATA structures.
      dd9d233e
  7. 09 1月, 2000 1 次提交
  8. 30 11月, 1999 1 次提交
  9. 29 11月, 1999 1 次提交
    • D
      Add part of chain verify SSL support code: not complete or doing anything · 13938ace
      Dr. Stephen Henson 提交于
      yet.
      
      Add a function X509_STORE_CTX_purpose_inherit() which implements the logic
      of "inheriting" purpose and trust from a parent structure and using a default:
      this will be used in the SSL code and possibly future S/MIME.
      
      Partial documentation of the 'verify' utility. Still need to document how all
      the extension checking works and the various error messages.
      13938ace
  10. 28 11月, 1999 1 次提交
  11. 24 11月, 1999 1 次提交
  12. 22 11月, 1999 1 次提交
  13. 17 11月, 1999 1 次提交
  14. 03 6月, 1999 1 次提交
  15. 31 5月, 1999 1 次提交
  16. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  17. 09 5月, 1999 1 次提交
  18. 01 5月, 1999 1 次提交
  19. 27 4月, 1999 1 次提交
  20. 26 4月, 1999 1 次提交
  21. 25 4月, 1999 2 次提交
  22. 24 4月, 1999 1 次提交
  23. 18 4月, 1999 1 次提交
  24. 14 4月, 1999 1 次提交
  25. 13 4月, 1999 1 次提交
  26. 10 4月, 1999 1 次提交
  27. 11 1月, 1999 1 次提交
  28. 03 1月, 1999 1 次提交
  29. 21 12月, 1998 3 次提交