summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-21Some more ifdefs for no-xxx options.Ulf Möller
2000-01-20Oops... undo change to wrong prototype.Dr. Stephen Henson
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-19Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson
2000-01-14Avoid some warnings, and run "make update".Bodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-26New {i2d,d2i}_PrivateKey_{bio, fp} functions.Dr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-29Remainder of SSL purpose and trust code: trust and purpose setting inDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-27Add trust setting support to the verify code. It now checks theDr. Stephen Henson
1999-11-27Oops! Commit died on me :-(Dr. Stephen Henson
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-11-24Initial chain verify code: not tested probably not workingDr. Stephen Henson
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson
1999-11-18Update dependencies.Ben Laurie
1999-11-17Modify verify code to handle self signed certificates.Dr. Stephen Henson
1999-11-16Store verify_result with sessions to avoid potential security hole.Bodo Möller
1999-11-16New function X509_cmp().Dr. Stephen Henson
1999-11-14'req' fixes. Reinstate length check one request fields.Dr. Stephen Henson
1999-11-08Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-27Continued multibyte character support.Dr. Stephen Henson
1999-10-26Report an error from X509_STORE_load_locationsBodo Möller
1999-10-25More multibyte character support.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson
1999-10-04Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson
1999-10-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson
1999-09-11Initial support for MacOS.Andy Polyakov
1999-09-06Fix warnings.Ben Laurie
1999-09-03Add new 'spkac' utility and several SPKAC utility functions.Dr. Stephen Henson
1999-08-11Add functions to allow extensions to be added to certificate requests.Dr. Stephen Henson
1999-08-09Support for parsing of certificate extensions in PKCS#10 requests: these areDr. Stephen Henson
1999-08-08more consistent formattingBodo Möller
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-07-21slight clean-upBodo Möller
1999-06-30More no-xxx option tweaks.Ulf Möller
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson