aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
...
* Rename functions for new convention.Dr. Stephen Henson2000-02-267-49/+49
* Change the 'other' structure in certificate aux info.Dr. Stephen Henson2000-02-201-1/+1
* Make sure the return value of by_file_ctrl(..., X509_L_FILE_LOAD, ...)Bodo Möller2000-02-171-7/+8
* Update.Bodo Möller2000-02-111-6/+7
* Correct time in seconds instead of minutes.Ben Laurie2000-02-111-1/+1
* Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson2000-02-072-0/+20
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-2/+5
* ispell (and minor modifications)Ulf Möller2000-02-034-6/+6
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-303-9/+8
* 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