summaryrefslogtreecommitdiff
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1176/+1081
* Reduce version skew.Ben Laurie2012-06-081-2/+2
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-7/+25
* use keyformat for -x509toreq, don't hard code PEMDr. Stephen Henson2011-09-231-1/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-2/+0
* PR: 2136Dr. Stephen Henson2010-01-121-0/+29
* Add new function X509_STORE_set_verify_cb and use it in appsDr. Stephen Henson2009-10-181-1/+1
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-3/+3
* Oops, use right function name...Dr. Stephen Henson2009-07-141-2/+2
* Update from HEAD.Dr. Stephen Henson2009-07-131-1/+1
* Allow checking of self-signed certifictes if a flag is set.Dr. Stephen Henson2009-06-261-0/+1
* Typo in usage message.Dr. Stephen Henson2009-03-231-1/+1
* Updatde from stable branch.Dr. Stephen Henson2009-01-071-1/+1
* More type-checking.Ben Laurie2008-06-041-3/+4
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-2/+9
* 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