summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2021-06-26Fix segfault in openssl x509 -modulusChristian Heimes
2021-06-26apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli
2021-06-22APPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_tRichard Levitte
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-06-02apps: remove TODOsPauli
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-20Fetch and free cipher and md'sRich Salz
2021-04-14APPS: make apps strict on app_RAND_load() and app_RAND_write() failureDr. David von Oheimb
2021-04-01Avoid going through NID when unnecessaryTomas Mraz
2021-03-06apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb
2021-02-28apps/x509.c: Fix mem leaks in processing of -next_serial in print loopDr. David von Oheimb
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. David von Oheimb
2021-02-28apps/x509.c: Improve indentation of the large print loop in x509_main()Dr. David von Oheimb
2021-02-28apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recentlyDr. David von Oheimb
2021-02-12Process digest option after loading providersRich Salz
2021-02-12Load rand state after loading providersRich Salz
2021-01-28Update copyright yearRichard Levitte
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb
2021-01-20apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb
2021-01-20apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb
2021-01-20apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17dsa: apps deprecation changesPauli
2020-12-15Check non-option argumentsRich Salz
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-13Remove -C option from x509 commandRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix safestack issues in asn1.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-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-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...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-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb