aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-081-1/+1
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-1/+1
* apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb2021-02-171-4/+7
* Load rand state after loading providersRich Salz2021-02-121-1/+2
* apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst2021-02-031-31/+20
* Update copyright yearRichard Levitte2021-01-281-1/+1
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-131-3/+1
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-131-3/+2
* Check non-option argumentsRich Salz2020-12-151-0/+2
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-25/+36
* apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb2020-12-101-15/+0
* Minor cleanup of error output for various appsDavid von Oheimb2020-11-191-27/+11
* apps/ca: Minor code and doc cleanupDavid von Oheimb2020-11-191-3/+6
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-3/+4
* resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia2020-10-201-2/+2
* 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-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