openssl/apps
Johannes Bauer 9d1bf5f7de Add option to read pkeyopts interactively
This patch adds the ability to interactively enter passphrases for
the pkeyutl application. For example, you could use

$ openssl pkeyutl -kdf TLS1-PRF -kdflen 8 -pkeyopt md:md5
  -pkeyopt_passin secret -pkeyopt_passin seed

To have the "secret" and "seed" values read interactively from keyboard
(with hidden input). Alternatively, the pass phrase argument syntax is
also supported, e.g.:

$ openssl pkeyutl -kdf TLS1-PRF -kdflen 8 -pkeyopt md:md5
  -pkeyopt_passin secret:stdin -pkeyopt_passin seed:env:SEEDVAR

To have "secret" read from stdin and "seed" from the environment
variable SEEDVAR.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5697)
2018-11-18 18:52:02 +01:00
..
demoSRP
app_rand.c Create the .rnd file it it does not exist 2018-09-23 08:26:19 +02:00
apps.c apps: allow empty attribute values with -subj 2018-10-08 16:32:47 -05:00
apps.h apps: Stop pretending to care about Netscape keys 2018-11-02 10:58:35 +01:00
asn1pars.c
bf_prefix.c Fix of prefix bio filter (bf_prefix.c): rely on the given length 2018-02-01 22:09:41 +01:00
build.info
ca-cert.srl Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +00:00
ca-key.pem
ca-req.pem
ca.c Fix: 'openssl ca' command crashes when used with 'rand_serial' option 2018-10-17 12:02:29 +02:00
CA.pl.in Update copyright year 2018-03-20 13:08:46 +00:00
cert.pem
ciphers.c Split configuration of TLSv1.3 ciphers from older ciphers 2018-03-14 10:15:50 +00:00
client.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
cms.c apps: Don't include progs.h in apps.h 2018-01-31 23:45:12 +01:00
crl2p7.c
crl.c
ct_log_list.cnf
dgst.c
dh1024.pem
dh2048.pem
dh4096.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dhparam.c
dsa512.pem
dsa1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsa-ca.pem
dsa-pca.pem
dsa.c
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c
ec.c
ecparam.c Use the new non-curve type specific EC functions internally 2018-07-31 09:08:38 +01:00
enc.c
engine.c Update copyright year 2018-02-13 13:59:25 +00:00
errstr.c
gendsa.c
genpkey.c add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c 2018-06-18 10:45:35 +01:00
genrsa.c
nseq.c
ocsp.c Fix a mem leak in the ocsp app 2018-10-02 10:52:57 +01:00
openssl-vms.cnf Create the .rnd file it it does not exist 2018-09-23 08:26:19 +02:00
openssl.c openssl list -mac-algorithms support. 2018-11-02 08:01:09 +10:00
openssl.cnf Create the .rnd file it it does not exist 2018-09-23 08:26:19 +02:00
opt.c apps: Stop pretending to care about Netscape keys 2018-11-02 10:58:35 +01:00
passwd.c Update copyright year 2018-02-13 13:59:25 +00:00
pca-cert.srl
pca-key.pem
pca-req.pem Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
pkcs7.c
pkcs8.c
pkcs12.c Update copyright year 2018-02-13 13:59:25 +00:00
pkey.c Do not ignore EVP_PKEY_print_public/EVP_PKEY_print_private return values 2018-08-24 15:33:26 +03:00
pkeyparam.c Update copyright year 2018-02-13 13:59:25 +00:00
pkeyutl.c Add option to read pkeyopts interactively 2018-11-18 18:52:02 +01:00
prime.c
privkey.pem PR: 1644 2009-09-06 15:49:46 +00:00
progs.pl
rand.c
rehash.c apps/rehash.c: Convert ISO-8859-1 to UTF-8 2018-10-29 14:03:02 +01:00
req.c openssl req: don't try to report bits 2018-09-04 14:24:11 +02:00
req.pem
rsa8192.pem
rsa.c Check return value of EVP_PKEY_new 2018-11-10 04:30:45 +02:00
rsautl.c
s512-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s512-req.pem
s1024key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024req.pem
s_apps.h
s_cb.c Added missing signature algorithm reflection functions 2018-11-12 16:55:38 -05:00
s_client.c Change Post Handshake auth so that it is opt-in 2018-08-20 15:14:01 +01:00
s_server.c Don't complain and fail about unknown TLSv1.3 PSK identities in s_server 2018-10-19 15:19:15 +01:00
s_socket.c
s_time.c
server2.pem
server.pem
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
sess_id.c
smime.c Update copyright year 2018-02-13 13:59:25 +00:00
speed.c Fix copy&paste error found in Coverity scan 2018-10-13 06:40:21 +03:00
spkac.c
srp.c
storeutl.c
testCA.pem
testdsa.h
testrsa.h
timeouts.h Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
ts.c
tsget.in
verify.c
version.c
vms_decc_init.c
vms_term_sock.c
vms_term_sock.h Cleanup some copyright stuff 2017-06-30 21:56:44 -04:00
win32_init.c Fix not-c code 2016-10-19 00:56:48 +02:00
x509.c apps: Stop pretending to care about Netscape keys 2018-11-02 10:58:35 +01:00