summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Allow the ca application to use EdDSAMatt Caswell2018-05-181-9/+13
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-1/+4
* Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte2018-04-231-6/+6
* Add missing index_index() when reloading OCSP responderViktor Dukhovni2018-04-181-2/+2
* Fix a memory leak in the ca applicationMatt Caswell2018-03-151-2/+2
* Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2018-03-151-0/+19
* Report a readable error on a duplicate cert in ca appMatt Caswell2018-03-151-105/+103
* Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell2018-03-151-10/+0
* Revert "Don't crash on a missing Subject in index.txt"Matt Caswell2018-03-151-4/+0
* do_body: fix heap-use-after-free.Pavel Kopyl2018-02-211-1/+0
* Check the return code from ASN1_TIME_diff()Matt Caswell2018-02-151-1/+3
* The function X509_gmtime_adj() can failMatt Caswell2018-02-151-7/+10
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Don't crash on a missing Subject in index.txtMatt Caswell2018-01-221-0/+4
* Don't allow an empty Subject when creating a CertificateMatt Caswell2018-01-221-0/+10
* Useless conf != NULL testFdaSilvaYY2017-12-091-21/+14
* Remove parentheses of return.KaoruToda2017-10-181-8/+8
* Some cleanups to apps/ca.cFdaSilvaYY2017-10-161-56/+34
* Remove email addresses from source code.Rich Salz2017-10-131-3/+0
* Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte2017-09-261-1/+9
* Remove the X_OK define, it is unused.Pauli2017-08-301-1/+0
* Add random serial# support.Rich Salz2017-08-221-21/+41
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-6/+8
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-38/+42
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-2/+2
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-091-1/+1
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-10/+7
* Remove some commented out code in the appsMatt Caswell2017-02-281-1/+1
* Code health: Remove obvious VAX C fixupsRichard Levitte2017-02-281-5/+1
* Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger2017-02-211-5/+11
* Fix a few memleaks in TXT_DB.Bernd Edlinger2017-02-211-5/+7
* Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck2017-02-141-2/+1
* Fix some style and indent issueFdaSilvaYY2017-01-251-21/+16
* Fix use before assignmentFdaSilvaYY2017-01-231-5/+4
* Introduce PATH_MAX and NAME_MAXFdaSilvaYY2016-11-151-4/+12
* Simplify and fix usage of three string array variable...FdaSilvaYY2016-11-151-15/+15
* Fix a double free in ca command lineMatt Caswell2016-10-281-1/+0
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix some magic values about revocation info type...FdaSilvaYY2016-09-131-52/+47
* Closing output file from inside the loop who open itFdaSilvaYY2016-08-221-2/+3
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-8/+8
* Set certificate times in one function.Dr. Stephen Henson2016-08-191-8/+3
* Small nits and cleanupsFdaSilvaYY2016-08-171-2/+2
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-40/+45
* two typo fixesFdaSilvaYY2016-08-161-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-1/+1
* Fix doc and help about ca -valid optionFdaSilvaYY2016-08-111-1/+2
* Constify two internal methodsFdaSilvaYY2016-08-041-2/+2