openssl/apps
Viktor Söderqvist 07342bad1b CMS sign digest
CLI changes: New parameter -digest to CLI command openssl cms, to
provide pre-computed digest for use with -sign.

API changes: New function CMS_final_digest(), like CMS_final() but
uses a pre-computed digest instead of computing it from the data.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/15348)
2022-04-02 10:42:16 -04:00
..
demoSRP Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
include Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
lib Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
asn1parse.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
build.info CMP test server: move apps/{,lib/}cmp_mock_srv.c and apps/{,include/}cmp_mock_srv.h 2021-05-20 16:23:27 +02:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Add tests for do_updatedb 2022-02-14 10:18:46 +01:00
CA.pl.in Abstract out policy and extensions in CA.pl 2021-11-16 15:48:08 +00:00
cert.pem
ciphers.c Ensure ciphers command honours -propquery 2022-01-27 16:28:13 +00:00
client.pem
cmp.c apps/cmp.c: fix coding style nits reported by check-format.pl 2022-01-07 10:42:44 +01:00
cms.c CMS sign digest 2022-04-02 10:42:16 -04:00
crl2pkcs7.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
crl.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
ct_log_list.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dgst.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
dhparam.c Add -verbose/-queit flags to dhparam 2022-01-28 15:24:41 +01:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
dsap.pem
dsaparam.c Add -verbose/-queit flags to dhparam 2022-01-28 15:24:41 +01:00
ec.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
ecparam.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
enc.c Allow to *just* print key and IV of unstreamable modes when no input files 2022-03-10 14:33:20 +00:00
engine.c Update copyright year 2021-05-06 13:03:23 +01:00
errstr.c Check non-option arguments 2020-12-15 11:47:17 +01:00
fipsinstall.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
gendsa.c Add -verbose/-queit flags to dhparam 2022-01-28 15:24:41 +01:00
genpkey.c Add -verbose/-queit flags to dhparam 2022-01-28 15:24:41 +01:00
genrsa.c Add -verbose/-queit flags to dhparam 2022-01-28 15:24:41 +01:00
info.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
insta.ca.crt openssl-cmp.pod.in: Update and extend example using Insta Demo CA 2020-08-04 12:11:46 +02:00
kdf.c kdf: use the app's libctx and property query when searching for algorithms 2021-06-15 18:26:47 +10:00
list.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
mac.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
nseq.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
ocsp.c apps/ocsp: Add check for OPENSSL_strdup 2022-02-17 11:23:03 +01:00
openssl-vms.cnf Disclaimer about the default provider activation added to config 2021-08-12 09:59:34 +02:00
openssl.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
openssl.cnf Disclaimer about the default provider activation added to config 2021-08-12 09:59:34 +02:00
passwd.c apps/passwd.c: free before error exiting 2022-01-05 10:02:02 +01:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Add -quiet option to pkcs7 for -print_certs 2022-02-24 11:21:06 +11:00
pkcs8.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
pkcs12.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
pkey.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
pkeyparam.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
pkeyutl.c pkeyutl: Fix regression with -kdflen option 2022-01-12 12:17:34 +11:00
prime.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
privkey.pem
progs.pl apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright year 2022-02-02 14:02:09 +11:00
rand.c Size of random output is now a long, also added option to select chunk size 2022-03-28 11:50:20 +11:00
rehash.c openssl rehash: add check for OPENSSL_strdup 2022-02-14 10:03:42 +01:00
req.c req, x509: Allow printing modulus of RSA-PSS keys 2022-04-01 09:37:05 +02:00
req.pem
rsa8192.pem Fix rsa8192.pem 2020-05-13 06:28:36 +02:00
rsa.c Make openssl check -rsa ... to work for both RSA and RSA-PSS. 2022-03-22 14:03:29 +01:00
rsautl.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_client.c Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
s_server.c Add TFO support to socket BIO and s_client/s_server 2022-03-10 10:42:43 -05:00
s_time.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
server2.pem
server.pem Replace apps/server.pem with certificate with a sha256 signature. 2020-01-25 14:10:40 +01:00
server.srl
sess_id.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
smime.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
speed.c Added checking for buflen overflow due to MAX_MISALIGNMENT. 2022-02-11 13:42:36 +11:00
spkac.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
srp.c openssl srp: make index.txt parsing error more verbose 2021-05-24 14:37:00 +02:00
storeutl.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
testCA.pem
testdsa.h Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 2021-04-12 16:55:30 +10:00
testrsa.h Following the license change, modify the boilerplates in apps/ 2018-12-06 14:15:27 +01:00
timeouts.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
ts.c APPS: Add check for multiple 'unknown' options 2022-01-11 12:45:33 +01:00
tsget.in convert tabs to spaces in two distributed Perl scripts 2021-09-14 07:21:22 +10:00
verify.c Fix: some patches related to error exiting 2022-01-07 21:11:37 +11:00
version.c APPS: Improve diagnostics on missing/extra args and unknown cipher/digest 2021-12-07 15:26:40 +01:00
vms_decc_init.c VMS: move copy_argc to its own module and make it an aux source 2019-03-05 08:51:09 +01:00
x509.c req, x509: Allow printing modulus of RSA-PSS keys 2022-04-01 09:37:05 +02:00