aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-12/+0
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-4/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2855/+2718
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Clear warnings/errors within RL_DEBUG code sections (RL_DEBUG should be renamed)Richard Levitte2014-12-171-1/+1
* Show errors on CSR verification failure.Dr. Stephen Henson2014-06-291-0/+2
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-0/+3
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-3/+3
* fix printout of expiry days if -enddate is used in caDr. Stephen Henson2012-11-201-1/+7
* New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson2012-09-091-1/+18
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-1/+1
* free up sigopts STACKDr. Stephen Henson2010-03-141-0/+2
* clear bogus errors in ca utilityDr. Stephen Henson2010-03-141-0/+1
* add -sigopt option to ca utilityDr. Stephen Henson2010-03-141-20/+42