summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2010-12-12apps/x590.c: harmonize usage of STDout and out_err.Andy Polyakov
2010-06-12Fix warnings.Ben Laurie
2010-03-12new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson
2010-03-07oopsDr. Stephen Henson
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson
2010-01-12PR: 2136Dr. Stephen Henson
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-07-14Updates from 1.0.0-stable.Dr. Stephen Henson
2009-07-13Use new time routines to avoid possible overflow.Dr. Stephen Henson
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson
2009-03-23Typo in usage message.Dr. Stephen Henson
2009-01-07Updatde from stable branch.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-19Remove link between digests and signature algorithms.Dr. Stephen Henson
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson
2005-07-16makeNils Larsch
2005-04-05some const fixesNils Larsch
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2004-12-05Use X509_cmp_time() in -checkend option, to support GeneralizedTime.Dr. Stephen Henson
2004-11-13Fix x509.c so it creates serial number file again if noDr. Stephen Henson
2004-05-12Make self signing option of 'x509' use random serial numbers too.Dr. Stephen Henson
2004-04-21New option to 'x509' -next_serial. This outputs the certificateDr. Stephen Henson
2004-04-21Use X509_get_serialNumber() instead of accessing internals in x509.cDr. Stephen Henson
2004-04-19header cleanup in apps/Geoff Thorpe
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-09-21In order to get the expected self signed error whenDr. Stephen Henson
2003-07-03Add -issuer_hash and make -subject_hash the default way to get theRichard Levitte
2003-04-04Convert save_serial() to work like save_index(), and add aRichard Levitte
2003-04-03Remove unused variable.Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte
2003-03-31No need to test -setalias twice.Richard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-11Variables on the stack must be initialized or we can't depend on anyRichard Levitte
2002-11-08-CAserial does take a filename argument.Richard Levitte
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-07-29Only use DSA-functions if available.Lutz Jänicke
2002-05-30CAformat should not be used for CA key format.Richard Levitte
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
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