aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-234-13/+13
* Some more ifdefs for no-xxx options.Ulf Möller2000-01-212-0/+6
* Oops... undo change to wrong prototype.Dr. Stephen Henson2000-01-201-2/+2
* Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson2000-01-204-11/+27
* Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson2000-01-194-22/+151
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-0/+18
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+1
* New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson2000-01-092-0/+14
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-072-11/+27
* Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson2000-01-064-2/+293
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-012-57/+8
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-292-39/+50
* New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson1999-12-262-1/+76
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-242-0/+25
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-0/+4
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-023-67/+82
* Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson1999-11-292-3/+3
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-297-34/+109
* Add trust setting support to the verify code. It now checks theDr. Stephen Henson1999-11-275-4/+63
* Oops! Commit died on me :-(Dr. Stephen Henson1999-11-271-0/+207
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-275-19/+45
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-263-15/+37
* Initial chain verify code: not tested probably not workingDr. Stephen Henson1999-11-244-0/+86
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-215-24/+95
* Update dependencies.Ben Laurie1999-11-181-6/+7
* Modify verify code to handle self signed certificates.Dr. Stephen Henson1999-11-171-7/+27
* Store verify_result with sessions to avoid potential security hole.Bodo Möller1999-11-161-0/+1
* New function X509_cmp().Dr. Stephen Henson1999-11-162-0/+13
* 'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson1999-11-141-1/+1
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-5/+20
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-0/+43
* Continued multibyte character support.Dr. Stephen Henson1999-10-273-0/+54
* Report an error from X509_STORE_load_locationsBodo Möller1999-10-261-2/+4
* More multibyte character support.Dr. Stephen Henson1999-10-251-1/+5
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-204-10/+10
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+6
* Add EX_DATA support to X509.Dr. Stephen Henson1999-10-111-0/+5
* Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson1999-10-042-3/+31
* Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson1999-10-041-0/+2
* Initial support for MacOS.Andy Polyakov1999-09-117-14/+11
* Fix warnings.Ben Laurie1999-09-062-4/+4
* Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson1999-09-034-2/+154
* Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson1999-08-112-0/+48
* Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson1999-08-092-0/+60
* more consistent formattingBodo Möller1999-08-081-4/+4
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-2/+2
* slight clean-upBodo Möller1999-07-211-5/+2
* More no-xxx option tweaks.Ulf Möller1999-06-301-1/+1
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-2/+2
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-1/+3