summaryrefslogtreecommitdiff
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-081-31/+41
* Support SM2 certificate signingPaul Yang2019-06-281-5/+63
* apps/ca.c: only output DER with SPKAC input and when -out is chosenRichard Levitte2019-02-281-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre2018-10-171-9/+10
* typo-fixes: miscellaneous typo fixesagnosticdev2018-09-211-1/+1
* Improve the usability of the ca app using EdDSAMatt Caswell2018-08-221-9/+13
* apps/ca: fix useless get before delete.FdaSilvaYY2018-06-211-3/+3
* openssl ca: open the output file as late as possibleRichard Levitte2018-06-211-4/+12
* 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