aboutsummaryrefslogtreecommitdiff
path: root/apps/x509.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson1-2/+9
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson1-30/+7
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson1-0/+2
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson1-8/+7
2005-07-16makeNils Larsch1-0/+4
2005-04-05some const fixesNils Larsch1-2/+2
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch1-1/+1
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-2/+1
2004-12-05Use X509_cmp_time() in -checkend option, to support GeneralizedTime.Dr. Stephen Henson1-2/+2
2004-11-13Fix x509.c so it creates serial number file again if noDr. Stephen Henson1-2/+5
2004-05-12Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson1-3/+7
2004-04-21New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson1-1/+22
2004-04-21Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson1-1/+2
2004-04-19header cleanup in apps/Geoff Thorpe1-0/+2
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-6/+8
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson1-1/+1
2003-07-03Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte1-6/+15
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte1-1/+1
2003-04-03Remove unused variable.Richard Levitte1-1/+0
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte1-70/+8
2003-03-31No need to test -setalias twice.Richard Levitte1-6/+0
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-3/+4
2002-11-11Variables on the stack must be initialized or we can't depend on anyRichard Levitte1-1/+1
2002-11-08-CAserial does take a filename argument.Richard Levitte1-1/+1
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller1-3/+3
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-6/+7
2002-07-29Only use DSA-functions if available.Lutz Jänicke1-1/+5
2002-05-30CAformat should not be used for CA key format.Richard Levitte1-1/+1
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-13ECDSA supportBodo Möller1-0/+10
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe1-1/+5
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson1-14/+15
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-5/+7
2001-03-08Bugfix: previously the serial number file could turn negativeBodo Möller1-8/+10
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
2001-02-20Fix warning.Ulf Möller1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-5/+5
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson1-26/+53
2001-02-06format stringsUlf Möller1-1/+1
2000-12-15If CONF_get_string returns NULL and we want to tolerate thisBodo Möller1-2/+9
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte1-3/+4
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte1-0/+8
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-0/+27
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson1-2/+8
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-2/+16