aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* In apps, malloc or dieRich Salz2015-04-301-11/+2
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-16/+7
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-478/+405
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+5
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-7/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1229/+1130
* RT3548: Remove unsupported platformsRich Salz2015-01-121-5/+2
* Update API to use (char *) for email addresses and hostnamesViktor Dukhovni2014-07-071-3/+4
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-4/+0
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+4
* Add new test option set the version in generated certificates: thisDr. Stephen Henson2012-11-301-0/+18
* option to output corrupted signature in certificates for testing purposesDr. Stephen Henson2012-11-251-1/+6
* update usage messagesDr. Stephen Henson2012-11-191-0/+3
* New functions to check a hostname email or IP address against aDr. Stephen Henson2012-10-081-0/+19
* New -force_pubkey option to x509 utility to supply a different publicDr. Stephen Henson2011-10-071-5/+23
* use keyformat for -x509toreq, don't hard code PEMDr. Stephen Henson2011-09-231-1/+1
* apps/x590.c: harmonize usage of STDout and out_err.Andy Polyakov2010-12-121-2/+2
* Fix warnings.Ben Laurie2010-06-121-2/+0
* new sigopt and PSS support for req and x509 utilitiesDr. Stephen Henson2010-03-121-7/+25
* oopsDr. Stephen Henson2010-03-071-1/+0
* The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson2010-03-071-0/+1
* PR: 2136Dr. Stephen Henson2010-01-121-0/+29
* Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson2009-10-181-1/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-3/+3
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-07-141-2/+2
* Use new time routines to avoid possible overflow.Dr. Stephen Henson2009-07-131-1/+1
* Update from 1.0.0-stable.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