aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In apps, malloc or dieRich Salz2015-04-301-51/+13
* free NULL cleanup 5aRich Salz2015-04-301-29/+15
* free NULL cleanup 8Rich Salz2015-04-301-9/+7
* use isxdigit and apps_tohexRich Salz2015-04-291-7/+4
* Remove needless bio_err argumentRich Salz2015-04-291-15/+15
* remove malloc castsRich Salz2015-04-281-12/+9
* Remove EFENCE support.Rich Salz2015-04-251-12/+0
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-11/+6
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-570/+465
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* free NULL cleanupRich Salz2015-03-251-2/+1
* make X509_NAME opaqueDr. Stephen Henson2015-03-251-1/+1