1. 26 7月, 2000 1 次提交
  2. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  3. 21 6月, 2000 2 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
    • D
      · 7ef82068
      Dr. Stephen Henson 提交于
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
  4. 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
  5. 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
  6. 01 6月, 2000 1 次提交
  7. 17 5月, 2000 2 次提交
  8. 14 5月, 2000 1 次提交
  9. 02 5月, 2000 1 次提交
  10. 27 2月, 2000 1 次提交
  11. 11 2月, 2000 1 次提交
  12. 04 2月, 2000 1 次提交
  13. 07 1月, 2000 1 次提交
  14. 06 1月, 2000 1 次提交
  15. 02 1月, 2000 1 次提交
  16. 29 12月, 1999 1 次提交
  17. 27 12月, 1999 1 次提交
  18. 22 12月, 1999 1 次提交
  19. 08 12月, 1999 1 次提交
  20. 02 12月, 1999 1 次提交
  21. 24 11月, 1999 1 次提交
  22. 22 11月, 1999 1 次提交
  23. 19 11月, 1999 1 次提交
  24. 12 11月, 1999 1 次提交
  25. 04 11月, 1999 1 次提交
  26. 27 10月, 1999 1 次提交
    • D
      Continued multibyte character support. · 74400f73
      Dr. Stephen Henson 提交于
      Add a bunch of functions to simplify the creation of X509_NAME structures.
      
      Change the X509_NAME_entry_add stuff in req/ca so it no longer uses
      X509_NAME_entry_count(): passing -1 has the same effect.
      74400f73
  27. 25 10月, 1999 1 次提交
  28. 23 10月, 1999 1 次提交
  29. 21 10月, 1999 1 次提交
  30. 20 10月, 1999 1 次提交
  31. 07 9月, 1999 1 次提交
  32. 05 9月, 1999 1 次提交
  33. 22 6月, 1999 1 次提交
  34. 07 6月, 1999 1 次提交
  35. 18 5月, 1999 1 次提交
  36. 15 5月, 1999 1 次提交
  37. 10 5月, 1999 1 次提交
  38. 02 5月, 1999 1 次提交