summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-16Don't load same config file twice.Dr. Stephen Henson
2016-05-09Fix: failed to open config file if not specified when using CA commandsHansruedi Patzen
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-05fix memory leak in caDr. Stephen Henson
2016-04-04Fix a possible leak on NETSCAPE_SPKI_verify failure.FdaSilvaYY
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson
2016-02-06commands help cleanupA J Mohan Rao
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14New function X509_get0_pubkeyDr. Stephen Henson
2015-12-11Use SHA256 not MD5 as default digest.Rich Salz
2015-12-07Have the few apps that accessed EVP_MD directly use accessors insteadRichard Levitte
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-08-31make X509_REQ opaqueDr. Stephen Henson
2015-07-07Make "oneline" the default for nameoptRichard Levitte
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-04RT1369: don't do "helpful" access check.Rich Salz
2015-05-04more OSSL_NELEM casesDr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-29use isxdigit and apps_tohexRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-25Remove EFENCE support.Rich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-25free NULL cleanupRich Salz
2015-03-25make X509_NAME opaqueDr. Stephen Henson
2015-03-17Add malloc failure checksMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell