summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2018-05-13Fix memory leaks in CA related functions.Pavel Kopyl
2018-03-15Fix a memory leak in the ca applicationMatt Caswell
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-20apps: make setup_engine() and release_engine() available alwaysRichard Levitte
2016-10-20If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-08-26Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY
2016-08-21Fix pointer/alloc prob from previous commitRich Salz
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-17Add malloc failure checksMatt Caswell
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-22mark 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-08-19fix printout of expiry days if -enddate is used in caDr. Stephen Henson
2012-12-26New -valid option to add a certificate to the ca index.txt that is valid and ...Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-01-12Sanitize usage of <ctype.h> functions. It's important that charactersAndy Polyakov
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2009-12-02Replace the broken SPKAC certification with the correct version.Dr. Stephen Henson
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-09-02PR: 2013Dr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-03-09PR: 1854Dr. Stephen Henson
2008-12-22Incidentally http://cvs.openssl.org/chngview?cn=17710 also made it possibleAndy Polyakov
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-06-02Avoid case in ca.c fix.Dr. Stephen Henson
2008-06-02Revert, doesn't fix warning :-(Dr. Stephen Henson
2008-06-02Avoid cast with wrapper function.Dr. Stephen Henson
2008-05-31Stop const mismatch warning.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-03-16Fix some warnings.Dr. Stephen Henson