summaryrefslogtreecommitdiff
path: root/apps/ca.c
Commit message (Expand)AuthorAgeFilesLines
* apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang2023-05-031-1/+1
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-241-1/+1
* APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb2022-09-201-2/+3
* APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb2022-07-141-2/+4
* Fix the checks of X509_REVOKED_add1_ext_i2dPeiwei Hu2022-06-231-5/+5
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+2
* Add tests for do_updatedbArmin Fuerst2022-02-141-5/+4
* Add -verbose/-queit flags to dhparamPhilip Prindeville2022-01-281-1/+5
* apps/ca: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb2021-11-111-1/+10
* Remove executable mode attributes of non-executable filesTianjia Zhang2021-07-131-0/+0
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-17/+23
* openssl ca: make index.txt parsing error more verboseFlorian Mickler2021-05-241-2/+6
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-5/+5
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-301-26/+21
* Add X509 version constants.David Benjamin2021-04-281-2/+2
* Fetch and free cipher and md'sRich Salz2021-04-201-2/+3
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+2
* 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