aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte2015-12-071-1/+1
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-5/+7
* Remove useless codeAlessandro Ghedini2015-10-231-9/+3
* Centralise loading default apps config fileMatt Caswell2015-10-121-4/+7
* Change the way apps open their input and output filesRichard Levitte2015-09-061-1/+2
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-1/+1
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-17/+6
* make X509_REQ opaqueDr. Stephen Henson2015-08-311-4/+1
* Make "oneline" the default for nameoptRichard Levitte2015-07-071-2/+4
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-0/+1
* Restore module loadingRichard Levitte2015-05-291-0/+2
* RT3876: Only load config when neededRich Salz2015-05-281-45/+6
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+1
* Use "==0" instead of "!strcmp" etcRich Salz2015-05-061-4/+4
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* RT1369: don't do "helpful" access check.Rich Salz2015-05-041-16/+5
* more OSSL_NELEM casesDr. Stephen Henson2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-15/+8
* free null cleanup finaleRich Salz2015-05-011-8/+4
* free NULL cleanup 7Rich Salz2015-04-301-4/+2