aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-14/+15
* Use apps_shutdown() in all applications, in case someone decides notRichard Levitte2001-06-231-0/+1
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-5/+7
* Bugfix: previously the serial number file could turn negativeBodo Möller2001-03-081-8/+10
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Fix warning.Ulf Möller2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson2001-02-191-26/+53
* format stringsUlf Möller2001-02-061-1/+1
* If CONF_get_string returns NULL and we want to tolerate thisBodo Möller2000-12-151-2/+9
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-3/+4
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+8
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+27
* More code for X509_print_ex() support.Dr. Stephen Henson2000-10-061-2/+8
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+16
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-061-57/+74
* New option to CA.pl to sign request using CA extensions.Dr. Stephen Henson2000-08-241-1/+1
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()Dr. Stephen Henson2000-07-281-12/+14
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-5/+8
* Move the certificate and key loading functions to apps.c, so they canRichard Levitte2000-06-221-133/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-111-1/+13
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-5/+5
* Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie2000-05-141-0/+27
* Fix a memory leak, and don't generate inappropriate error messageBodo Möller2000-05-021-1/+6
* Fix typo in -clrext option, but add a compatibility hack becauseBodo Möller2000-03-271-1/+8
* More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller2000-02-261-3/+3
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-3/+3
* Add -clrext option to 'x509'Dr. Stephen Henson2000-02-191-23/+21
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-16/+10
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-2/+2
* Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson2000-01-211-2/+2
* More X509_ATTRIBUTE changes.Dr. Stephen Henson2000-01-071-2/+2
* Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson1999-12-291-28/+21
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-7/+25
* Change the trust and purpose code so it doesn't need initDr. Stephen Henson1999-12-021-2/+0
* Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson1999-11-291-4/+2
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-22/+26
* New options to the -verify program which can be used for chain verification.Dr. Stephen Henson1999-11-261-19/+15
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-211-1/+19
* Fix to the -revoke option in ca. It was leaking memory, crashing and justDr. Stephen Henson1999-11-081-0/+1
* Allow additional information to be attached to aDr. Stephen Henson1999-11-041-5/+89
* Various randomness handling bugfixes and improvements --Bodo Möller1999-10-261-0/+13
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-0/+1
* Initial support for certificate purpose checking: this willDr. Stephen Henson1999-10-131-0/+40
* Allow the extension section specified in config files to be overriddenDr. Stephen Henson1999-08-271-1/+7
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-211-3/+3
* Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson1999-07-111-12/+0