aboutsummaryrefslogtreecommitdiff
path: root/apps/ca.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-01Copyright year updatesMatt Caswell1-1/+1
2023-07-27Correct spelling of databaseFatih Arslan Tugay1-5/+5
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte1-3/+8
2023-06-14APPS: remove spurious errors when certain config file entries are not providedDr. David von Oheimb1-7/+22
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb1-2/+4
2022-06-23Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu1-5/+5
2022-05-03Update copyright yearMatt Caswell1-1/+1
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy1-2/+2
2021-07-13Remove executable mode attributes of non-executable filesTianjia Zhang1-0/+0
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten1-17/+23
2021-05-24openssl ca: make index.txt parsing error more verboseFlorian Mickler1-2/+6
2021-05-06Make the -inform option to be respected if possibleTomas Mraz1-5/+5
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb1-1/+1
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard1-26/+21
2021-04-28Add X509 version constants.David Benjamin1-2/+2
2021-04-20Fetch and free cipher and md'sRich Salz1-2/+3
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb1-1/+2
2021-04-08Fix more certificate related lib_ctx settings.Shane Lontis1-1/+1
2021-04-01Avoid going through NID when unnecessaryTomas Mraz1-1/+1
2021-02-17apps/ca.c: Make sure ext_ctx structure gets initializedDr. David von Oheimb1-4/+7
2021-02-12Load rand state after loading providersRich Salz1-1/+2
2021-02-03apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst1-31/+20
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb1-3/+1
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb1-3/+2
2020-12-15Check non-option argumentsRich Salz1-0/+2
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb1-25/+36
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb1-15/+0
2020-11-19Minor cleanup of error output for various appsDavid von Oheimb1-27/+11
2020-11-19apps/ca: Minor code and doc cleanupDavid von Oheimb1-3/+6
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte1-3/+4
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia1-2/+2
2020-10-01Run the withlibctx.pl scriptMatt Caswell1-1/+1
2020-09-24apps/ca.c: Rename confusing variable 'req' to 'template_cert' in certify_cert()Dr. David von Oheimb1-7/+7
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb1-2/+3
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte1-1/+1
2020-09-13Fix safestack issues in conf.hMatt Caswell1-2/+0
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell1-1/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-09-12NonStop port updates for 3.0.0.Randall S. Becker1-1/+1
2020-09-11apps/ca: allow CRL lastUpdate/nextUpdate fields to be specifiedChris Novakovic1-13/+24
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb1-3/+3
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb1-21/+23
2020-08-20apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb1-1/+1
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb1-1/+1
2020-07-24Add X509 related libctx changes.Shane Lontis1-1/+1
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb1-2/+2
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb1-5/+4
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb1-25/+34
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+5