aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-2918-101/+335
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-2710-19/+91
* Add compilation of x509_trsRichard Levitte1999-11-271-1/+1
* Oops! Commit died on me :-(Dr. Stephen Henson1999-11-271-0/+207
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-2713-89/+148
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-2617-110/+288
* Initial chain verify code: not tested probably not workingDr. Stephen Henson1999-11-245-2/+101
* Support for authority information access extension.Dr. Stephen Henson1999-11-2314-23/+393
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-2118-63/+452
* Support for otherName in GeneralName.Dr. Stephen Henson1999-11-196-6/+84
* Update dependencies.Ben Laurie1999-11-182-43/+76
* Fix warning.Ben Laurie1999-11-181-1/+1
* Restore traditional SSL_get_session behaviour so that s_client and s_serverBodo Möller1999-11-171-0/+13
* Missing #ifdef NO_DESUlf Möller1999-11-171-0/+2
* Modify verify code to handle self signed certificates.Dr. Stephen Henson1999-11-173-22/+52
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-169-6/+54
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-164-5/+8
* Clarify docs.Dr. Stephen Henson1999-11-161-2/+3
* Add a salt to the key derivation using the 'enc' program.Dr. Stephen Henson1999-11-163-45/+121
* New function X509_cmp().Dr. Stephen Henson1999-11-164-1/+22
* This corrects the reference count handling in SSL_get_session.Mark J. Cox1999-11-152-1/+14
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-144-19/+37
* Add some examples to the enc man page.Dr. Stephen Henson1999-11-141-3/+35
* Add support for the 40 and 64 bit RC2 and RC4 ciphers in 'enc'Dr. Stephen Henson1999-11-144-3/+210
* Add info about the header and footer lines used in PEM formatsDr. Stephen Henson1999-11-137-5/+123
* Correct x509 manpaghe and add a crl manpageDr. Stephen Henson1999-11-132-2/+110
* The info removal code was overcomplicated, and error-prone (references being ...Richard Levitte1999-11-121-24/+11
* Avoid deadlock.Bodo Möller1999-11-121-1/+15
* Add an spkac manual page and fix the pkcs7 manpage.Dr. Stephen Henson1999-11-122-0/+117
* Avoid some silly compiler warnings, and add the change log I forgot :-)Richard Levitte1999-11-122-3/+9
* Two changes have been made:Richard Levitte1999-11-123-18/+264
* Some crypto applications are now being built on Unix, so they should on VMS a...Richard Levitte1999-11-122-75/+314
* It's possible that considering the configuration file as a binary fileRichard Levitte1999-11-121-0/+4
* Avoid silly compiler warnings about functions not being declared and an int m...Richard Levitte1999-11-125-1/+6
* Some new names in asn1.h are longer than 31 chars, which disturbs the VMS C c...Richard Levitte1999-11-122-0/+25
* Adjust to changes in apps/openssl.cnfRichard Levitte1999-11-121-4/+26
* Adjust to changes in apps/Makefile.sslRichard Levitte1999-11-121-4/+4
* DIFFERENCE doesn't handle long (>255 chars) lines well. Use BACKUP instead. ...Richard Levitte1999-11-128-61/+61
* adjust to changes in test/Makefile.sslRichard Levitte1999-11-121-1/+1
* adjust to changes in test/testsslRichard Levitte1999-11-121-0/+4
* Make sure installed files are world readableRichard Levitte1999-11-124-0/+6
* Merge some common functionality in the apps, deleteDr. Stephen Henson1999-11-127-89/+61
* Oops forgot the S/MIME v3 RFC.Dr. Stephen Henson1999-11-121-1/+1
* More docs and corrections/updatesDr. Stephen Henson1999-11-124-7/+233
* Add password command line options to some utils. Fix and update manDr. Stephen Henson1999-11-1111-35/+181
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-118-34/+32
* Oops. The pkcs8 man page wasn't finished: this is an updated versionDr. Stephen Henson1999-11-111-45/+68
* Very preliminary POD format documentation for someDr. Stephen Henson1999-11-1016-0/+2488
* Undo silly change.Bodo Möller1999-11-091-1/+1
* Fix (spurious) warnings.Ben Laurie1999-11-092-2/+3