summaryrefslogtreecommitdiff
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: previously the serial number file could turn negativebodo2001-03-081-8/+10
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-2/+2
* Fix warning.ulf2001-02-201-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-5/+5
* New -set_serial options to 'req' and 'x509'.steve2001-02-191-26/+53
* format stringsulf2001-02-061-1/+1
* If CONF_get_string returns NULL and we want to tolerate thisbodo2000-12-151-2/+9
* Add the possibility to use keys handled by engines in morelevitte2000-10-281-3/+4
* The majority of the OCSP code from CertCo.levitte2000-10-271-0/+8
* Merge the engine branch into the main trunk. All conflicts resolved.levitte2000-10-261-0/+27
* More code for X509_print_ex() support.steve2000-10-061-2/+8
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-201-2/+16
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tbodo2000-09-061-57/+74
* New option to CA.pl to sign request using CA extensions.steve2000-08-241-1/+1
* New ASN1_STRING_print_ex() and X509_NAME_print_ex()steve2000-07-281-12/+14
* Move add_oid_section to apps.c, so it can be shared by severallevitte2000-06-221-5/+8
* Move the certificate and key loading functions to apps.c, so they canlevitte2000-06-221-133/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()steve2000-06-111-1/+13
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-5/+5
* Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.ben2000-05-141-0/+27
* Fix a memory leak, and don't generate inappropriate error messagebodo2000-05-021-1/+6
* Fix typo in -clrext option, but add a compatibility hack becausebodo2000-03-271-1/+8
* More get0 et al. changes. Also provide fgrep targets in CHANGESbodo2000-02-261-3/+3
* Rename functions for new convention.steve2000-02-261-3/+3
* Add -clrext option to 'x509'steve2000-02-191-23/+21
* Pass phrase reorganisation.steve2000-02-161-16/+10
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...rse2000-02-111-0/+2
* ispell (and minor modifications)ulf2000-02-031-2/+2
* Make -CAcreateserial start from 1 instead of 0 forsteve2000-01-211-2/+2
* More X509_ATTRIBUTE changes.steve2000-01-071-2/+2
* Simplify the trust structure: basically zap the bit strings andsteve1999-12-291-28/+21
* Allow passwords to be included on command line for a fewsteve1999-12-241-7/+25
* Change the trust and purpose code so it doesn't need initsteve1999-12-021-2/+0
* Add part of chain verify SSL support code: not complete or doing anythingsteve1999-11-291-4/+2
* Initial trust code: allow setting of trust checking functionssteve1999-11-271-22/+26
* New options to the -verify program which can be used for chain verification.steve1999-11-261-19/+15
* Transparent support for PKCS#8 private keys in RSA/DSA.steve1999-11-211-1/+19
* Fix to the -revoke option in ca. It was leaking memory, crashing and juststeve1999-11-081-0/+1
* Allow additional information to be attached to asteve1999-11-041-5/+89
* Various randomness handling bugfixes and improvements --bodo1999-10-261-0/+13
* Improve support for running everything as a monolithic application.bodo1999-10-251-0/+1
* Initial support for certificate purpose checking: this willsteve1999-10-131-0/+40
* Allow the extension section specified in config files to be overriddensteve1999-08-271-1/+7
* Additional user data argument to pem_password_cb function typebodo1999-07-211-3/+3
* Fix a bug in x509.c that omitted DSA parameters when they didn't match thesteve1999-07-111-12/+0
* Add closing parenthesis to usage output.bodo1999-05-251-1/+1
* Rename "openssl x509" option "-config" to "-extfile", because itbodo1999-05-171-2/+2
* Don't shadow.ben1999-04-281-8/+8
* Add PKCS#12 documentation and new option in x509 to add certificate extensions.steve1999-04-271-16/+71
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-9/+0