aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* Make many X509_xxx types opaque.Rich Salz2016-04-151-6/+7
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* Make the RSA structure opaqueRichard Levitte2016-04-061-3/+5
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-041-4/+2
* Make DSA_METHOD opaqueMatt Caswell2016-04-031-3/+7
* Make the DSA structure opaqueMatt Caswell2016-04-031-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-21/+0
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-2/+2
* Fix opt_imax() callRichard Levitte2016-01-301-6/+10
* Better type for x509 -checkend argumentViktor Dukhovni2016-01-291-3/+10
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-4/+4
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-141-2/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-6/+3
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Change the way apps open their input and output filesRichard Levitte2015-09-061-2/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-2/+2
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-2/+7
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-11/+2
* Remove obsolete key formats.Rich Salz2015-07-161-10/+0
* Make "oneline" the default for nameoptRichard Levitte2015-07-071-0/+5
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-151-1/+0
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-14/+14
* Restore module loadingRichard Levitte2015-05-291-0/+3
* RT3876: Only load config when neededRich Salz2015-05-281-11/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-3/+1
* Make -CAserial a type 's' optionRichard Levitte2015-05-061-1/+1
* 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