1. 09 3月, 2001 1 次提交
    • D
      · 13588350
      Dr. Stephen Henson 提交于
      Change the EVP_somecipher() and EVP_somedigest()
      functions to return constant EVP_MD and EVP_CIPHER
      pointers.
      
      Update docs.
      13588350
  2. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  3. 17 1月, 2001 1 次提交
    • D
      · 81f169e9
      Dr. Stephen Henson 提交于
      Initial OCSP certificate verify. Not complete,
      it just supports a "trusted OCSP global root CA".
      81f169e9
  4. 29 10月, 2000 1 次提交
  5. 27 10月, 2000 1 次提交
  6. 20 9月, 2000 1 次提交
    • R
      On VMS, stdout may very well lead to a file that is written to in a · 645749ef
      Richard Levitte 提交于
      record-oriented fashion.  That means that every write() will write a
      separate record, which will be read separately by the programs trying
      to read from it.  This can be very confusing.
      
      The solution is to put a BIO filter in the way that will buffer text
      until a linefeed is reached, and then write everything a line at a
      time, so every record written will be an actual line, not chunks of
      lines and not (usually doesn't happen, but I've seen it once) several
      lines in one record.  Voila, BIO_f_linebuffer() is born.
      
      Since we're so close to release time, I'm making this VMS-only for
      now, just to make sure no code is needlessly broken by this.  After
      the release, this BIO method will be enabled on all other platforms as
      well.
      645749ef
  7. 05 9月, 2000 1 次提交
  8. 13 7月, 2000 1 次提交
    • D
      · fd13f0ee
      Dr. Stephen Henson 提交于
      Make req seed the PRNG if signing with
      an already existing DSA key.
      
      Document the new smime options.
      fd13f0ee
  9. 11 7月, 2000 1 次提交
    • D
      Fix some typose in the i2d/d2i functions that · 094fe66d
      Dr. Stephen Henson 提交于
      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
  10. 29 6月, 2000 2 次提交
  11. 23 6月, 2000 2 次提交
  12. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  13. 15 3月, 2000 1 次提交
  14. 01 3月, 2000 1 次提交
  15. 26 2月, 2000 1 次提交
  16. 18 2月, 2000 1 次提交
  17. 17 2月, 2000 1 次提交
  18. 12 2月, 2000 1 次提交
  19. 11 2月, 2000 1 次提交
  20. 04 2月, 2000 1 次提交
  21. 14 1月, 2000 2 次提交
  22. 07 1月, 2000 1 次提交
  23. 25 12月, 1999 1 次提交
  24. 14 12月, 1999 1 次提交
  25. 09 12月, 1999 1 次提交
  26. 07 12月, 1999 1 次提交
  27. 05 12月, 1999 1 次提交