aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-132-3/+22
* apps/req.c: make -subj work with -x509; clean up related codeDr. David von Oheimb2021-01-131-45/+25
* apps/lib/opt.c: Fix error message on unknown option/digestDr. David von Oheimb2021-01-131-1/+2
* apps/req.c: add -CA and -CAkey options; improve code and docDr. David von Oheimb2021-01-131-155/+203
* APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb2021-01-135-58/+36
* apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb2021-01-135-11/+54
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-132-6/+30
* APPS: Print help also on -h and --h; print high-level help when no cmd givenDr. David von Oheimb2021-01-112-6/+11
* APPS: Fix confusion between program and app/command name used in diagnostic/h...Dr. David von Oheimb2021-01-117-32/+32
* apps/pkey.c: Forther improve user guidance, also on non-sensical option combi...Dr. David von Oheimb2021-01-111-28/+44
* apps/pkey.c: Re-order help output and option documentationDr. David von Oheimb2021-01-111-16/+19
* apps/pkey.c: Make clear that -passout is not supported for DER outputDr. David von Oheimb2021-01-111-1/+6
* apps.c: Fix crash in case uri arg of IS_HTTP or IS_HTTPS is NULLDr. David von Oheimb2021-01-111-4/+4
* replace 'unsigned const char' with 'const unsigned char'Thomas De Schampheleire2021-01-091-6/+6
* [apps/pkey] Return error on failed `-[pub]check`Nicola Tuveri2021-01-081-2/+3
* Adding TLS group name retrievalMichael Baentsch2021-01-081-19/+4
* Fetch provided algorithm once per benchmarkDmitry Belyavskiy2020-12-231-4/+46
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-206-47/+36
* dsa: apps deprecation changesPauli2020-12-175-92/+97
* apps/cmp.c: Correct -keyform option range w.r.t engineDr. David von Oheimb2020-12-171-1/+1
* apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85Dr. David von Oheimb2020-12-171-1/+1
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-6/+1
* APPS: Correct the output structure for public keys in 'openssl rsa'Richard Levitte2020-12-151-2/+2
* Check non-option argumentsRich Salz2020-12-1553-106/+188
* Skip unavailable digests and ciphers in -*-commandsDmitry Belyavskiy2020-12-153-0/+74
* Deprecate -cipher-commands and -digest-commands optionsDmitry Belyavskiy2020-12-151-2/+7
* OPENSSL_NO_GOST has nothing to do with low-level algosDmitry Belyavskiy2020-12-151-1/+0
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-103-54/+63
* apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb2020-12-101-38/+18
* apps/{req,x509,ca}.c: Cleanup: move shared X509{,_REQ,_CRL} code to apps/lib/...Dr. David von Oheimb2020-12-102-144/+146
* apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb2020-12-103-24/+17
* apps/req.c: Improve diagnostics on multiple/overriding X.509 extensions defin...Dr. David von Oheimb2020-12-101-11/+13
* Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis2020-12-071-1/+0
* apps/verify:c: Enable output of multiple verification errors due to -x509_strictDr. David von Oheimb2020-12-041-2/+17
* apps/speed.c: Rename misleading 'rsa_count' variable to 'op_count'Dr. David von Oheimb2020-12-041-44/+44
* apps/speed.c: Fix build errors on OPENSSL_NO_{RSA,DSA,EC,DEPECATED_3_0}Dr. David von Oheimb2020-12-041-7/+16
* Fix no-dsaMatt Caswell2020-12-041-2/+0
* apps/pkcs12.c: Improve user guidance, re-ordering no-export vs. export optionsDr. David von Oheimb2020-12-031-77/+106
* APPS: Adapt load_key() and load_pubkey() for the engine: loaderRichard Levitte2020-12-024-72/+65
* APPS: Add OSSL_STORE loader for engine keysRichard Levitte2020-12-026-1/+230
* openssl dgst: add option to specify output length for XOFDaiki Ueno2020-12-021-11/+43
* Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-022-2/+2
* apps/pkcs12.c: Correct default legacy algs and make related doc consistentDr. David von Oheimb2020-12-011-16/+22
* Deprecate EVP_PKEY_assign_DH and other similar macrosMatt Caswell2020-11-271-21/+0
* Fix no-posix-ioMatt Caswell2020-11-261-6/+3
* APPS: Modify apps/cmp.c to use set_base_ui_method() for its -batch optionRichard Levitte2020-11-261-6/+2
* APPS: Make it possible for apps to set the base (fallback) UI_METHODRichard Levitte2020-11-262-9/+18
* Remove deprecation warning suppression from genpkeyMatt Caswell2020-11-253-28/+35
* apps/cmp.c: fix crash with -batch option on OPENSSL_NO_UI_CONSOLEDr. David von Oheimb2020-11-253-7/+4
* apps/cmp.c: Improve description of key loaded due to -newkew optionDr. David von Oheimb2020-11-251-2/+3