summaryrefslogtreecommitdiffstats
path: root/apps/ca.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-1/+1
* apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb2020-09-241-7/+7
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-2/+3
* Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte2020-09-241-1/+1
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-1/+1
* apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic2020-09-111-13/+24
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-3/+3
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-21/+23
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-1/+1
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-1/+1
* Add X509 related libctx changes.Shane Lontis2020-07-241-1/+1
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-5/+4
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-25/+34
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+2
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-75/+35
* Add -section option to 'req' commandRich Salz2020-03-071-0/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Document command parameters.Rich Salz2019-11-201-0/+5
* Add "sections" to -help outputRich Salz2019-11-071-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-191-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