1. 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
  2. 27 10月, 2000 1 次提交
  3. 22 9月, 2000 1 次提交
  4. 08 9月, 2000 1 次提交
  5. 06 9月, 2000 1 次提交
  6. 25 8月, 2000 1 次提交
  7. 30 7月, 2000 1 次提交
    • D
      · bd4e1527
      Dr. Stephen Henson 提交于
      Document the new DN printing options.
      
      Change a few names to be more meaningful.
      
      Fix typos in CA.pl docs.
      bd4e1527
  8. 28 7月, 2000 2 次提交
    • D
      · a657546f
      Dr. Stephen Henson 提交于
      New ASN1_STRING_print_ex() and X509_NAME_print_ex()
      functions. These are intended to be replacements
      for the ancient ASN1_STRING_print() and X509_NAME_print()
      functions.
      
      The new functions support RFC2253 and various pretty
      printing options. It is also possible to display
      international characters if the terminal properly handles
      UTF8 encoding (Linux seems to tolerate this if the
      "unicode_start" script is run).
      
      Still needs to be documented, integrated into other
      utilities and extensively tested.
      a657546f
    • R
      Add the possibility to get hexdumps of unprintable data when using · ca1e465f
      Richard Levitte 提交于
      'openssl asn1parse'.  As a side effect, the functions ASN1_parse_dump
      and BIO_dump_indent are added.
      ca1e465f
  9. 26 7月, 2000 1 次提交
  10. 07 7月, 2000 1 次提交
    • D
      · a338e21b
      Dr. Stephen Henson 提交于
      New ASN1 functions that just deal with
      content octets, not tag+length.
      a338e21b
  11. 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
  12. 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
  13. 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
  14. 01 6月, 2000 1 次提交
  15. 17 5月, 2000 2 次提交
  16. 14 5月, 2000 1 次提交
  17. 02 5月, 2000 1 次提交
  18. 27 2月, 2000 1 次提交
  19. 11 2月, 2000 1 次提交
  20. 04 2月, 2000 1 次提交
  21. 07 1月, 2000 1 次提交
  22. 06 1月, 2000 1 次提交
  23. 02 1月, 2000 1 次提交
  24. 29 12月, 1999 1 次提交
  25. 27 12月, 1999 1 次提交
  26. 22 12月, 1999 1 次提交
  27. 08 12月, 1999 1 次提交
  28. 02 12月, 1999 1 次提交
  29. 24 11月, 1999 1 次提交
  30. 22 11月, 1999 1 次提交
  31. 19 11月, 1999 1 次提交
  32. 12 11月, 1999 1 次提交
  33. 04 11月, 1999 1 次提交
  34. 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
  35. 25 10月, 1999 1 次提交
  36. 23 10月, 1999 1 次提交
  37. 21 10月, 1999 1 次提交