- Nov 27, 1999
-
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
-
- Nov 26, 1999
-
-
Dr. Stephen Henson authored
Extend the X509_PURPOSE structure to include shortnames for purposed and default trust ids. Still need some extendable trust checking code and integration with the SSL and S/MIME code.
-
- Nov 24, 1999
-
-
Dr. Stephen Henson authored
at present. However nothing enables it yet so this doesn't matter :-)
-
- Nov 23, 1999
-
-
Dr. Stephen Henson authored
Fix so EVP_PKEY_rset_*() check return codes.
-
- Nov 21, 1999
-
-
Dr. Stephen Henson authored
New universal public key format. Fix CRL+cert load problem in by_file.c Make verify report errors when loading files or dirs
-
- Nov 19, 1999
-
-
Dr. Stephen Henson authored
-
- Nov 18, 1999
-
-
Ben Laurie authored
-
Ben Laurie authored
-
- Nov 17, 1999
-
-
Bodo Möller authored
don't leak tons of memory.
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Nov 16, 1999
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
Remove rc4-64 from ciphers since it doesn't exist...
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Nov 15, 1999
-
-
Mark J. Cox authored
Previously, the returned SSL_SESSION didn't have its reference count incremented so the SSL_SESSION could be freed at any time causing seg-faults if the pointer was subsequently used. Code that uses SSL_get_session must now make a corresponding SSL_SESSION_free() call when it is done to avoid memory leaks (or blocked up session caches). Submitted By: Geoff Thorpe <geoff@eu.c2.net>
-
- Nov 14, 1999
-
-
Dr. Stephen Henson authored
Fix to stop null being added to attributes. Modify X509_LOOKUP, X509_INFO to handle auxiliary info.
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
add documentation for 'enc'.
-
- Nov 13, 1999
-
-
Dr. Stephen Henson authored
and add an nseq manpage.
-
Dr. Stephen Henson authored
-
- Nov 12, 1999
-
-
Richard Levitte authored
The info removal code was overcomplicated, and error-prone (references being wrongly decreased). Fixed.
-
Bodo Möller authored
-
Dr. Stephen Henson authored
-
Richard Levitte authored
-
Richard Levitte authored
1. Added code to the memory leak detecting code to give the user the possibility to add information, thereby forming a traceback. 2. Make the memory leak detecting code multithread-safe. The idea is that we're actually dealing with two separate critical sections, one containing the hash tables with the information, the other containing the current memory checking mode. Those should not be handled with the same lock, especially since their handling overlap. Hence, the added second lock.
-
Richard Levitte authored
Some crypto applications are now being built on Unix, so they should on VMS as well. Not by default, however.
-
Richard Levitte authored
works on Unix and MS-DOS/Windows. It does not under VMS, so open it as text.
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Dr. Stephen Henson authored
Merge some common functionality in the apps, delete the encryption option in the pkcs7 utility (they never did anything) and add a couple more options to pkcs7.
-