summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Copyright year updatesRichard Levitte
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-01-15Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders
2023-09-07Copyright year updatesMatt Caswell
2023-06-20Remove restriction to only cross-sign self-signed certificatesYannik Sembritzki
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-03apps: silent warning when loading CSR files with vfyopt optionTianjia Zhang
2023-03-14apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2022-09-20APPS: Move load_csr_autofmt() from apps/cmp.c to apps.c and use it also for a...Dr. David von Oheimb
2022-09-20apps/x509.c: Remove legacy call to OBJ_create()Dr. David von Oheimb
2022-07-14apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-14apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-02-09Send auxiliary messages to bio_err.Daniel
2022-01-11APPS: Add check for multiple 'unknown' optionsDr. David von Oheimb
2021-12-07APPS: Improve diagnostics on missing/extra args and unknown cipher/digestDr. David von Oheimb
2021-11-24x509: Return a nonzero exit code on error when checking ip/email/hostRami Khaldi
2021-11-11X509: Fix handling of AKID and SKID extensions according to configurationDr. David von Oheimb
2021-11-08APPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()Dr. David von Oheimb
2021-10-07apps/x509: Fix self-signed check to happen before setting issuer nameDr. David von Oheimb
2021-09-11APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
2021-08-26APPS/x509: fix -extfile option, which was ignored with -x509toreqDr. David von Oheimb
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