1. 14 Sep, 2000 1 commit
  2. 13 Sep, 2000 2 commits
  3. 12 Sep, 2000 1 commit
  4. 11 Sep, 2000 1 commit
  5. 10 Sep, 2000 1 commit
  6. 07 Sep, 2000 3 commits
  7. 05 Sep, 2000 4 commits
    • Dr. Stephen Henson's avatar
      Fix typo in rsautl. · bbb72003
      Dr. Stephen Henson authored
      Add support for settable verify time in X509_verify_cert().
      
      Document rsautl utility.
      bbb72003
    • Dr. Stephen Henson's avatar
      *BIG* verify code reorganisation. · 2f043896
      Dr. Stephen Henson authored
      The old code was painfully primitive and couldn't handle
      distinct certificates using the same subject name.
      
      The new code performs several tests on a candidate issuer
      certificate based on certificate extensions.
      
      It also adds several callbacks to X509_VERIFY_CTX so its
      behaviour can be customised.
      
      Unfortunately some hackery was needed to persuade X509_STORE
      to tolerate this. This should go away when X509_STORE is
      replaced, sometime...
      
      This must have broken something though :-(
      2f043896
    • Dr. Stephen Henson's avatar
      Keep a not of original encoding in certificate requests. · 34216c04
      Dr. Stephen Henson authored
      Add new option to PKCS7_sign to exclude S/MIME capabilities.
      34216c04
    • Bodo Möller's avatar
      Mention fix in bio_lib.c. · 22c7ea40
      Bodo Möller authored
      22c7ea40
  8. 04 Sep, 2000 2 commits
  9. 03 Sep, 2000 1 commit
  10. 01 Sep, 2000 1 commit
  11. 30 Aug, 2000 2 commits
  12. 22 Aug, 2000 2 commits
  13. 21 Aug, 2000 1 commit
    • 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
  14. 18 Aug, 2000 2 commits
  15. 17 Aug, 2000 2 commits
  16. 14 Aug, 2000 1 commit
  17. 11 Aug, 2000 1 commit
  18. 06 Aug, 2000 1 commit
  19. 04 Aug, 2000 1 commit
  20. 29 Jul, 2000 2 commits
  21. 28 Jul, 2000 1 commit
    • 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
  22. 27 Jul, 2000 1 commit
  23. 26 Jul, 2000 1 commit
  24. 21 Jul, 2000 2 commits
    • Bodo Möller's avatar
      crypto/err.c bugfix · fa729135
      Bodo Möller authored
      fa729135
    • Richard Levitte's avatar
      Redo and enhance the support for building shared libraries. Currently · b436a982
      Richard Levitte authored
      there's support for building under Linux and True64 (using examples
      from the programming manuals), including versioning that is currently
      the same as OpenSSL versions but should really be a different series.
      
      With this change, it's up to the users to decide if they want shared
      libraries as well as the static ones.  This decision now has to be
      done at configuration time (well, not really, those who know what they
      do can still do it the same way as before).
      
      The OpenSSL programs (openssl and the test programs) are currently
      always linked statically, but this may change in the future in a
      configurable manner.  The necessary makefile variables to enable this
      are in place.
      
      Also note that I have done absolutely nothing about the Windows target
      to get something similar.  On the other hand, DLLs are already the
      default there, but without versioning, and I've no idea what the
      possibilities for such a thing are there...
      b436a982
  25. 19 Jul, 2000 1 commit
  26. 12 Jul, 2000 1 commit
    • Dr. Stephen Henson's avatar
      · fd13f0ee
      Dr. Stephen Henson authored
      Make req seed the PRNG if signing with
      an already existing DSA key.
      
      Document the new smime options.
      fd13f0ee
  27. 10 Jul, 2000 1 commit
    • Dr. Stephen Henson's avatar
      Fix some typose in the i2d/d2i functions that · 094fe66d
      Dr. Stephen Henson authored
      call the i2c/c2i (they were not using the
      content length for the headers).
      
      Fix ASN1 long form tag encoding. This never
      worked but it was never tested since it is
      only used for tags > 30.
      
      New options to smime program to allow the
      PKCS#7 format to be specified and the content
      supplied externally.
      094fe66d