summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
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
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-17Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte
2014-06-29Show errors on CSR verification failure.Dr. Stephen Henson
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2012-11-20fix printout of expiry days if -enddate is used in caDr. Stephen Henson
2012-09-09New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson