summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-08-24New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson
2000-07-28New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-22Move the certificate and key loading functions to apps.c, so they canRichard Levitte
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-14Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie
2000-05-02Fix a memory leak, and don't generate inappropriate error messageBodo Möller
2000-03-27Fix typo in -clrext option, but add a compatibility hack becauseBodo Möller
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-19Add -clrext option to 'x509'Dr. Stephen Henson
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-21Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. 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-21Transparent support for PKCS#8 private keys in RSA/DSA.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-26Various randomness handling bugfixes and improvements --Bodo Möller
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-08-27Allow the extension section specified in config files to be overriddenDr. Stephen Henson
1999-07-21Additional user data argument to pem_password_cb function typeBodo Möller
1999-07-11Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson
1999-05-25Add closing parenthesis to usage output.Bodo Möller
1999-05-17Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller
1999-04-28Don't shadow.Ben Laurie
1999-04-27Add PKCS#12 documentation and new option in x509 to add certificate extensions.Dr. Stephen Henson
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-02-24Make `openssl x509 -noout -modulus' functional also for DSA certificates (inRalf S. Engelschall
1999-01-26Still more X509 V3 stuff. Modify ca.c to work with the new code and modifyDr. Stephen Henson
1999-01-24Continuing adding X509 V3 support. This starts to integrate the code withDr. Stephen Henson
1999-01-20Continued patches so certificates and CRLs now can support and useDr. Stephen Henson