openssl/apps
Richard Levitte f91d003a0e APPS: Adapt load_key() and load_pubkey() for the engine: loader
These two functions react when the FORMAT_ENGINE format is given, and
use the passed ENGINE |e| and the passed key argument to form a URI
suitable for the engine: loader.

Co-authored-by: David von Oheimb <david.von.oheimb@siemens.com>

Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
(Merged from https://github.com/openssl/openssl/pull/13570)
2020-12-02 20:19:31 +01:00
..
demoSRP Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
include APPS: Adapt load_key() and load_pubkey() for the engine: loader 2020-12-02 20:19:31 +01:00
lib APPS: Adapt load_key() and load_pubkey() for the engine: loader 2020-12-02 20:19:31 +01:00
asn1pars.c Fix safestack issues in asn1.h 2020-09-13 11:10:40 +01:00
build.info Remove openssl provider app 2020-09-26 07:13:22 +10:00
ca-cert.srl
ca-key.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
ca-req.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
ca.c Minor cleanup of error output for various apps 2020-11-19 11:36:02 +01:00
CA.pl.in Update copyright year 2020-04-23 13:55:52 +01:00
cert.pem
ciphers.c Fix safestack issues in ssl.h 2020-09-13 11:09:45 +01:00
client.pem
cmp_mock_srv.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
cmp_mock_srv.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
cmp.c APPS: Adapt load_key() and load_pubkey() for the engine: loader 2020-12-02 20:19:31 +01:00
cms.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
crl2p7.c Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK 2020-09-13 11:10:39 +01:00
crl.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
ct_log_list.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
dgst.c openssl dgst: add option to specify output length for XOF 2020-12-02 16:46:46 +01:00
dhparam.c Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY() 2020-12-02 13:37:20 +01:00
dsa512.pem
dsa1024.pem
dsa-ca.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
dsa-pca.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
dsa.c load_key_certs_crls(): Restore output of fatal errors 2020-09-24 14:34:56 +02:00
dsap.pem
dsaparam.c Remove -C from dhparam,dsaparam,ecparam 2020-11-13 14:45:22 +01:00
ec.c load_key_certs_crls(): Restore output of fatal errors 2020-09-24 14:34:56 +02:00
ecparam.c Remove -C from dhparam,dsaparam,ecparam 2020-11-13 14:45:22 +01:00
enc.c Specific the engine pointer 2020-07-22 10:37:49 +03:00
engine.c Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK 2020-09-13 11:10:39 +01:00
errstr.c Document command parameters. 2019-11-20 09:49:52 +01:00
fipsinstall.c Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size(). 2020-10-22 20:47:02 +10:00
gendsa.c Update copyright year 2020-04-23 13:55:52 +01:00
genpkey.c Remove deprecation warning suppression from genpkey 2020-11-25 16:45:03 +00:00
genrsa.c Deprecate RSA harder 2020-11-18 23:38:34 +01:00
info.c Add "sections" to -help output 2019-11-08 06:08:30 +10: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 Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK 2020-09-13 11:10:39 +01:00
list.c list: add a -provider-info option. 2020-10-16 10:33:38 +10:00
mac.c Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK 2020-09-13 11:10:39 +01:00
nseq.c Fix safestack issues in x509.h 2020-09-13 11:09:45 +01:00
ocsp.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
openssl-vms.cnf Check the configuration file by default 2020-11-05 20:45:20 +03:00
openssl.c APPS: Add OSSL_STORE loader for engine keys 2020-12-02 20:19:31 +01:00
openssl.cnf Check the configuration file by default 2020-11-05 20:45:20 +03:00
passwd.c apps/passwd: remove the -crypt option. 2020-11-12 08:35:47 +10:00
pca-cert.srl
pca-key.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
pca-req.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
pkcs7.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
pkcs8.c Update copyright year 2020-04-23 13:55:52 +01:00
pkcs12.c apps/pkcs12.c: Correct default legacy algs and make related doc consistent 2020-12-01 17:50:56 +01:00
pkey.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
pkeyparam.c Update copyright year 2020-04-23 13:55:52 +01:00
pkeyutl.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
prime.c Update copyright year 2020-04-23 13:55:52 +01:00
privkey.pem
progs.pl Update copyright year 2020-04-23 13:55:52 +01:00
rand.c Update copyright year 2020-04-23 13:55:52 +01:00
rehash.c Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK 2020-09-13 11:10:39 +01:00
req.c Deprecate RSA harder 2020-11-18 23:38:34 +01:00
req.pem
rsa8192.pem Fix rsa8192.pem 2020-05-13 06:28:36 +02:00
rsa.c Adapt everything else to the updated OSSL_ENCODER_CTX_new_by_EVP_PKEY() 2020-12-02 13:37:20 +01:00
rsautl.c Deprecate RSA harder 2020-11-18 23:38:34 +01:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_client.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
s_server.c Minor cleanup of error output for various apps 2020-11-19 11:36:02 +01:00
s_time.c s_time: check return values better 2020-09-09 18:01:05 +10: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 Add "sections" to -help output 2019-11-08 06:08:30 +10:00
smime.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
speed.c Fix bug in EDDSA speed test 2020-09-26 18:17:31 +10:00
spkac.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
srp.c Update copyright year 2020-04-23 13:55:52 +01:00
storeutl.c apps/storeutl: Add error output in case of parse/decryption/mac errors in input files 2020-11-19 11:36:02 +01:00
testCA.pem
testdsa.h Following the license change, modify the boilerplates in apps/ 2018-12-06 14:15:27 +01: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 Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
tsget.in apps/tsget.in: use the full version in the user agent string 2018-12-10 20:09:17 +01:00
verify.c APPS: Remove the format argument where it's not used 2020-10-26 09:43:39 +01:00
version.c NonStop port updates for 3.0.0. 2020-09-12 20:32:11 +02: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 Deprecate RSA harder 2020-11-18 23:38:34 +01:00