summaryrefslogtreecommitdiffstats
path: root/apps/req.c
AgeCommit message (Expand)Author
2022-04-01req, x509: Allow printing modulus of RSA-PSS keysTomas Mraz
2022-03-15Update copyright yearMatt Caswell
2022-03-04Enable openssl req -x509 to create certificates from CSRsHugo Landau
2022-02-28check the return value of CRYPTO_strdup()xkernel
2021-09-30APPS/{x509,req}: Fix description and diagnostics of -key, -in, etc. optionsDr. David von Oheimb
2021-08-26APPS/req: Fix AKID generation in case -CA option is usedDr. David von Oheimb
2021-08-26APPS/req: Fix misconceptions on -CA, -CAkey, and -key options. -CA now implie...Dr. David von Oheimb
2021-08-05req: Avoid segfault when -modulus is usedTomas Mraz
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-06-26Fix 'openssl req' to correctly use the algorithm from '-newkey algo:nnnn'Richard Levitte
2021-06-26apps: properly initialise arguments to EVP_PKEY_get_bn_param()Pauli
2021-06-04req: detect a bad choice of digest earlyPauli
2021-06-04req: fix default bits handling for -newkeyTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01req: fix Coverity 1485137 Explicit null dereferencePauli
2021-05-27APPS req: Extend the -keyout option to be respected also with -keyDr. David von Oheimb
2021-05-27DOC: Improve description of 'req' app: -new, -newkey, and -keyout optionsDr. David von Oheimb
2021-05-25Add warning to key/param generating apps on potential delay due to missing en...Dr. David von Oheimb
2021-05-25Fix 'openssl req' to be able to use provided keytypesRichard Levitte
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-04-30apps/ca,req,x509: Switch to EVP_DigestSignInit_exPetr Gotthard
2021-04-28Add X509 version constants.David Benjamin
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
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-08Fix more certificate related lib_ctx settings.Shane Lontis
2021-02-28apps/x509.c: Improve print_name() and coding style of large print loop in x50...Dr. 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-13apps/req.c: Make sure -verify option takes effect also with -x509Dr. David von Oheimb
2021-01-13apps/req.c: Cosmetic improvements of code and documentationDr. David von Oheimb
2021-01-13apps/req.c: Add -copy_extensions option for use with -x509; default: noneDr. 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.c: make -subj work with -x509; clean up related codeDr. David von Oheimb
2021-01-13apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. 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-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/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb
2020-12-10apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-10-04APPS: Reduce deprecation warning suppression - ENGINERichard 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 conf.hMatt Caswell