summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-07Add -section option to 'req' commandRich Salz
2020-03-07cmdline app: add provider commandline options.Pauli
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-06-28Support SM2 certificate signingPaul Yang
2019-02-28apps/ca.c: only output DER with SPKAC input and when -out is chosenRichard Levitte
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-06-21apps/ca: fix useless get before delete.FdaSilvaYY
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni
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 allow an empty Subject when creating a Certificate"Matt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell