aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-30/+7
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-0/+2
* Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson2005-08-201-8/+7
* makeNils Larsch2005-07-161-0/+4
* some const fixesNils Larsch2005-04-051-2/+2
* use SHA-1 as the default digest for the apps/openssl commandsNils Larsch2005-04-021-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-2/+1
* Use X509_cmp_time() in -checkend option, to support GeneralizedTime.Dr. Stephen Henson2004-12-051-2/+2
* Fix x509.c so it creates serial number file again if noDr. Stephen Henson2004-11-131-2/+5
* Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson2004-05-121-3/+7
* New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson2004-04-211-1/+22
* Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson2004-04-211-1/+2
* header cleanup in apps/Geoff Thorpe2004-04-191-0/+2
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-6/+8
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+1
* Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte2003-07-031-6/+15
* Convert save_serial() to work like save_index(), and add aRichard Levitte2003-04-041-1/+1
* Remove unused variable.Richard Levitte2003-04-031-1/+0
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-70/+8
* No need to test -setalias twice.Richard Levitte2003-03-311-6/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+4
* Variables on the stack must be initialized or we can't depend on anyRichard Levitte2002-11-111-1/+1
* -CAserial does take a filename argument.Richard Levitte2002-11-081-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-3/+3
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-6/+7
* Only use DSA-functions if available.Lutz Jänicke2002-07-291-1/+5
* CAformat should not be used for CA key format.Richard Levitte2002-05-301-1/+1
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* ECDSA supportBodo Möller2002-02-131-0/+10
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* 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