aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY2016-08-261-0/+1
* Fix pointer/alloc prob from previous commitRich Salz2016-08-211-1/+3
* Fix NULL-return checks in 1.0.2Rich Salz2016-08-191-12/+8
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+2
* Remove useless codeAlessandro Ghedini2015-10-231-9/+3
* Code style: space after 'if'Viktor Dukhovni2015-04-161-5/+5
* Add malloc failure checksMatt Caswell2015-03-171-0/+13
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+8
* Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt 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-221-1/+1
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-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
* fix printout of expiry days if -enddate is used in caDr. Stephen Henson2013-08-191-1/+7
* New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson2012-12-261-1/+18
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-0/+1
* Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov2012-01-121-1/+1
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-091-20/+44
* Replace the broken SPKAC certification with the correct version.Dr. Stephen Henson2009-12-021-34/+2
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-2/+12
* PR: 2013Dr. Stephen Henson2009-09-021-1/+6
* Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson2009-07-271-11/+11
* PR: 1854Dr. Stephen Henson2009-03-091-13/+8
* Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov2008-12-221-0/+4
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-2/+2
* More type-checking.Ben Laurie2008-06-041-10/+13
* Avoid case in ca.c fix.Dr. Stephen Henson2008-06-021-1/+1
* Revert, doesn't fix warning :-(Dr. Stephen Henson2008-06-021-4/+1
* Avoid cast with wrapper function.Dr. Stephen Henson2008-06-021-1/+4
* Stop const mismatch warning.Dr. Stephen Henson2008-05-311-1/+1
* LHASH revamp. make depend.Ben Laurie2008-05-261-4/+8
* Fix some warnings.Dr. Stephen Henson2008-03-161-2/+2
* Return an error if the serial number is badly formed. (Coverity ID 116).Ben Laurie2007-04-041-0/+2
* Add RFC 3779 support.Ben Laurie2006-11-271-0/+1
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-251-3/+16
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-071-25/+11
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-191-0/+2
* Eliminate dependency on read/write/stat in apps under _WIN32.Andy Polyakov2005-11-041-11/+1
* successfully updating the db shouldn't result in an error messageNils Larsch2005-09-301-1/+0
* Update from stable branch.Dr. Stephen Henson2005-07-041-16/+40
* const fixesNils Larsch2005-04-151-5/+5
* some const fixesNils Larsch2005-04-051-11/+13
* Use the default_md config file value when signing CRLs.Dr. Stephen Henson2004-11-111-29/+18
* Call setup_engine after autoconfig.Dr. Stephen Henson2004-08-061-4/+4
* Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson2004-04-201-1/+4
* Clear error if unique_subject lookup fails.Dr. Stephen Henson2004-04-151-1/+3
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-16/+23