aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-38/+42
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-2/+2
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-10/+7
* Remove some commented out code in the appsMatt Caswell2017-02-281-1/+1
* Code health: Remove obvious VAX C fixupsRichard Levitte2017-02-281-5/+1
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-211-5/+11
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-5/+7
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-141-2/+1
* Fix some style and indent issueFdaSilvaYY2017-01-251-21/+16
* Fix use before assignmentFdaSilvaYY2017-01-231-5/+4
* Introduce PATH_MAX and NAME_MAXFdaSilvaYY2016-11-151-4/+12
* Simplify and fix usage of three string array variable...FdaSilvaYY2016-11-151-15/+15
* Fix a double free in ca command lineMatt Caswell2016-10-281-1/+0
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix some magic values about revocation info type...FdaSilvaYY2016-09-131-52/+47
* Closing output file from inside the loop who open itFdaSilvaYY2016-08-221-2/+3
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-8/+8
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-8/+3
* Small nits and cleanupsFdaSilvaYY2016-08-171-2/+2
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-40/+45
* two typo fixesFdaSilvaYY2016-08-161-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Fix doc and help about ca -valid optionFdaSilvaYY2016-08-111-1/+2
* Constify two internal methodsFdaSilvaYY2016-08-041-2/+2
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-3/+3
* Make some more X509 functions const.Richard J. Moore2016-07-301-3/+3
* Unused variable, and cleanupsFdaSilvaYY2016-07-251-10/+5
* Code factorisation and simplificationFdaSilvaYY2016-07-201-50/+36
* Fix double calls to strlenFdaSilvaYY2016-07-201-6/+7
* Simplify code related to tmp_email_dn.FdaSilvaYY2016-07-201-6/+6
* Indent and dead code cleanupFdaSilvaYY2016-05-211-42/+41
* Locally declare some variablesFdaSilvaYY2016-05-181-3/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+6
* Don't load same config file twice.Dr. Stephen Henson2016-05-161-1/+1
* Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen2016-05-091-12/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-6/+6
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+0
* fix memory leak in caDr. Stephen Henson2016-04-051-1/+1
* Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY2016-04-041-0/+1
* Use X509_REQ_get0_pubkeyFdaSilvaYY2016-04-041-3/+2
* Remove Netware and OS/2Rich Salz2016-03-171-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-8/+6
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-1/+1
* Fix engine key support in utilities.Dr. Stephen Henson2016-02-081-1/+1
* commands help cleanupA J Mohan Rao2016-02-061-5/+9
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-30/+13
* New function X509_get0_pubkeyDr. Stephen Henson2015-12-141-4/+2
* Use SHA256 not MD5 as default digest.Rich Salz2015-12-111-1/+1