Skip to content
  1. Sep 15, 2000
  2. Sep 14, 2000
  3. Sep 13, 2000
  4. Sep 12, 2000
  5. Sep 11, 2000
  6. Sep 10, 2000
  7. Sep 07, 2000
  8. Sep 05, 2000
  9. Sep 04, 2000
  10. Sep 03, 2000
  11. Sep 01, 2000
  12. Aug 30, 2000
  13. Aug 22, 2000
  14. Aug 21, 2000
    • Dr. Stephen Henson's avatar
      Various fixes... · eaa28181
      Dr. Stephen Henson authored
      initialize ex_pathlen to -1 so it isn't checked if pathlen
      is not present.
      
      set ucert to NULL in apps/pkcs12.c otherwise it gets freed
      twice.
      
      remove extraneous '\r' in MIME encoder.
      
      Allow a NULL to be passed to X509_gmtime_adj()
      
      
      Make PKCS#7 code use definite length encoding rather then
      the indefinite stuff it used previously.
      eaa28181
  15. Aug 18, 2000
  16. Aug 17, 2000
  17. Aug 14, 2000
  18. Aug 11, 2000
  19. Aug 06, 2000
  20. Aug 04, 2000
  21. Jul 29, 2000
  22. Jul 28, 2000
    • Dr. Stephen Henson's avatar
      · a657546f
      Dr. Stephen Henson authored
      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
  23. Jul 27, 2000
  24. Jul 26, 2000
  25. Jul 21, 2000