summaryrefslogtreecommitdiffstats
path: root/apps/x509.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-3/+13
* apps: remove TODOsPauli2021-06-021-1/+0
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-4/+4
* APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb2021-05-051-1/+1
* APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb2021-05-051-1/+1
* apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard2021-04-301-14/+18
* Fetch and free cipher and md'sRich Salz2021-04-201-1/+2
* APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb2021-04-141-1/+3
* Avoid going through NID when unnecessaryTomas Mraz2021-04-011-1/+1
* apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb2021-03-061-24/+27
* apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb2021-02-281-8/+7
* apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb2021-02-281-98/+58
* apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb2021-02-281-133/+125
* apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb2021-02-281-6/+6
* Process digest option after loading providersRich Salz2021-02-111-3/+7
* Load rand state after loading providersRich Salz2021-02-111-0/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb2021-01-201-123/+124
* apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb2021-01-201-10/+52
* apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb2021-01-201-225/+253
* apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb2021-01-201-22/+10
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-131-1/+7
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-131-4/+4
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-3/+1
* dsa: apps deprecation changesPauli2020-12-171-10/+7
* Check non-option argumentsRich Salz2020-12-151-4/+3
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-21/+19
* apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb2020-12-101-38/+18
* apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb2020-12-101-2/+2
* Deprecate RSA harderRichard Levitte2020-11-181-3/+6
* Remove -C option from x509 commandRich Salz2020-11-131-28/+2
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-3/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-5/+5
* Fix safestack issues in asn1.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-1/+0
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-1/+1
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-4/+4
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-1/+2
* Add X509 related libctx changes.Shane Lontis2020-07-241-2/+3
* fixed swapped parameter descriptions for x509Nihal Jere2020-07-211-2/+2
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-011-5/+5
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-10/+10
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-3/+1
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-7/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1