summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-03-08Bugfix: previously the serial number file could turn negativeBodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-20Fix warning.Ulf Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson
2001-02-06format stringsUlf Möller
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller
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