aboutsummaryrefslogtreecommitdiff
path: root/apps/x509.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson1-4/+0
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling1-0/+4
2012-11-30Add new test option set the version in generated certificates: thisDr. Stephen Henson1-0/+18
2012-11-25option to output corrupted signature in certificates for testing purposesDr. Stephen Henson1-1/+6
2012-11-19update usage messagesDr. Stephen Henson1-0/+3
2012-10-08New functions to check a hostname email or IP address against aDr. Stephen Henson1-0/+19
2011-10-07New -force_pubkey option to x509 utility to supply a different publicDr. Stephen Henson1-5/+23
2011-09-23use keyformat for -x509toreq, don't hard code PEMDr. Stephen Henson1-1/+1
2010-12-12apps/x590.c: harmonize usage of STDout and out_err.Andy Polyakov1-2/+2
2010-06-12Fix warnings.Ben Laurie1-2/+0
2010-03-12new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson1-7/+25
2010-03-07oopsDr. Stephen Henson1-1/+0
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson1-0/+1
2010-01-12PR: 2136Dr. Stephen Henson1-0/+29
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson1-1/+1
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-3/+3
2009-07-14Updates from 1.0.0-stable.Dr. Stephen Henson1-2/+2
2009-07-13Use new time routines to avoid possible overflow.Dr. Stephen Henson1-1/+1
2009-06-26Update from 1.0.0-stable.Dr. Stephen Henson1-0/+1
2009-03-23Typo in usage message.Dr. Stephen Henson1-1/+1
2009-01-07Updatde from stable branch.Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-3/+4
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