openssl/apps
gujinqiang 1d864f0f53 Specific the engine pointer
CLA: trivial

I found that when I wanted to use an engine by the option-engine XXX , it didn't work. Checking the code, I guess it missed the engine pointer when calling EVP_CipherInit_ex.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12475)
2020-07-22 10:37:49 +03:00
..
demoSRP
include Add request URL path checking and status responses to HTTP server 2020-06-13 15:13:21 +02:00
lib Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*" 2020-07-16 14:21:07 +02:00
asn1pars.c Update copyright year 2020-05-15 14:09:49 +01:00
build.info Build: make apps/progs.c depend on configdata.pm 2020-05-15 20:06:08 +02:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_get_serialNumber 2020-07-16 15:48:53 +02:00
CA.pl.in Update copyright year 2020-04-23 13:55:52 +01:00
cert.pem
ciphers.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
client.pem
cmp_mock_srv.c Remove extra newline from CMP mock server error and add TODO on using request template 2020-06-13 15:13:21 +02:00
cmp_mock_srv.h
cmp.c Fix UI method setup, which should be independent of (deprecated) engine use 2020-07-22 07:27:42 +02:00
cms.c CMS print should support string conversion 2020-06-24 09:56:50 +03:00
crl2p7.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
crl.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
ct_log_list.cnf
dgst.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
dhparam.c Make error output of dhparams and dsaparams app more consistent 2020-06-10 11:08:21 +02:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
dsap.pem
dsaparam.c coverity 1464212, 1464214 & 1464215: Resource leaks 2020-06-17 15:59:58 +10:00
ec.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
ecparam.c Move EC_METHOD to internal-only 2020-06-02 11:17:24 +03:00
enc.c Specific the engine pointer 2020-07-22 10:37:49 +03:00
engine.c apps: deprecate engines 2020-07-16 09:12:27 +02:00
errstr.c
fipsinstall.c Add ERR_raise() errors to fips OSSL_provider_init and self tests. 2020-07-21 16:30:02 +10:00
gendsa.c Update copyright year 2020-04-23 13:55:52 +01:00
genpkey.c apps: deprecate engines 2020-07-16 09:12:27 +02:00
genrsa.c Update RSA keygen to use sp800-56b by default 2020-06-10 08:59:56 +10:00
info.c
kdf.c Revert "kdf: make function naming consistent." 2020-07-16 14:21:07 +02:00
list.c apps: deprecate engines 2020-07-16 09:12:27 +02:00
mac.c Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*" 2020-07-16 14:21:07 +02:00
nseq.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
ocsp.c APPS: Properly pass -no-CAstore 2020-06-23 12:25:48 +02:00
openssl-vms.cnf Add FIPS related configuration data to the default openssl application configuration file 2020-07-15 23:20:32 +02:00
openssl.c apps/openssl: clean-up of unused fallback code 2020-06-28 18:49:50 +02:00
openssl.cnf Add FIPS related configuration data to the default openssl application configuration file 2020-07-15 23:20:32 +02:00
passwd.c Update copyright year 2020-04-23 13:55:52 +01:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
pkcs8.c Update copyright year 2020-04-23 13:55:52 +01:00
pkcs12.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02: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 Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02: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
provider.c Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h> 2020-06-24 22:01:22 +02:00
rand.c Update copyright year 2020-04-23 13:55:52 +01:00
rehash.c In OpenSSL builds, declare STACK for datatypes ... 2020-04-24 16:42:46 +02:00
req.c apps: deprecate engines 2020-07-16 09:12:27 +02:00
req.pem
rsa8192.pem Fix rsa8192.pem 2020-05-13 06:28:36 +02:00
rsa.c Fix nits detected by make cmd-nits 2020-06-14 02:15:51 +03:00
rsautl.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_client.c apps: deprecate engines 2020-07-16 09:12:27 +02:00
s_server.c Add SSL_get[01]_peer_certificate() 2020-07-16 09:08:21 +02:00
s_time.c Update copyright year 2020-04-23 13:55:52 +01:00
server2.pem
server.pem
server.srl
sess_id.c
smime.c Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c 2020-05-15 20:20:08 +02:00
speed.c APPS: Use a second EVP_MD_CTX for EdDSA verify 2020-06-11 17:28:10 +03: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 Update copyright year 2020-04-23 13:55:52 +01:00
testCA.pem
testdsa.h
testrsa.h
timeouts.h
ts.c Update copyright year 2020-04-23 13:55:52 +01:00
tsget.in
verify.c Improve documentation, layout, and code comments regarding self-issued certs etc. 2020-07-01 11:14:54 +02:00
version.c Update copyright year 2020-04-23 13:55:52 +01:00
vms_decc_init.c
x509.c fixed swapped parameter descriptions for x509 2020-07-21 10:32:13 +03:00