openssl/apps
Richard Levitte 0f3ffbd158 apps/passwd.c: Make MD5 and SHA password making EBCDIC aware
This mimics the behaviour of DES_crypt, where the salt and password
are expected to be in EBCDIC when CHARSET_EBCDIC is defined, and are
converted internally to ASCII.  This is also done with the magic ID
string if it's not already ASCII.  The resulting output is entirely
built up of ASCII components and is converted back to EBCDIC at the
end.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/4229)
2017-08-24 23:46:44 +02:00
..
demoSRP
app_rand.c Fix use-after-free 2017-07-17 07:46:49 -04:00
apps.c Add random serial# support. 2017-08-22 09:00:04 -04:00
apps.h Add random serial# support. 2017-08-22 09:00:04 -04:00
asn1pars.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
build.info Add a simple store utility command 2017-06-29 11:55:31 +02: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 Add random serial# support. 2017-08-22 09:00:04 -04:00
CA.pl.in apps/req.c: flag "-new" is implied by "-precert" 2017-02-22 10:40:30 -05:00
cert.pem
ciphers.c Support converting cipher name to RFC name and vice versa 2017-07-21 07:20:14 +10:00
client.pem
cms.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
crl2p7.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
crl.c Switch command-line utils to new nameopt API. 2017-04-25 12:37:17 -04:00
ct_log_list.cnf GH1536: Install empty CT log list 2016-09-14 18:22:33 -04:00
dgst.c Fix some pedantic warnings. 2017-07-17 11:24:08 +10:00
dh1024.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dh2048.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dh4096.pem Update Diffie-Hellman parameters to IANA standards 2016-05-03 10:32:01 -04:00
dhparam.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04: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 Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
dsap.pem
dsaparam.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
ec.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
ecparam.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
enc.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
engine.c Rework the append_buf function 2017-07-06 08:03:58 +10:00
errstr.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
gendsa.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
genpkey.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
genrsa.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
nseq.c Constify command options 2016-10-14 18:25:50 +02:00
ocsp.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
openssl-vms.cnf Added support for ESSCertIDv2 2017-05-03 09:04:23 +02:00
openssl.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
openssl.cnf Added support for ESSCertIDv2 2017-05-03 09:04:23 +02:00
opt.c Fix ctype arguments. 2017-08-22 07:35:08 +10:00
passwd.c apps/passwd.c: Make MD5 and SHA password making EBCDIC aware 2017-08-24 23:46:44 +02: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 Switch command-line utils to new nameopt API. 2017-04-25 12:37:17 -04:00
pkcs8.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
pkcs12.c Fix building without scrypt 2017-08-08 20:50:44 +01:00
pkey.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkeyparam.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
pkeyutl.c Allow use of long name for KDFs 2017-08-03 02:18:44 +01:00
prime.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
privkey.pem
progs.pl Reformat progs.pl; add ARIA support 2017-06-21 08:44:56 -04:00
rand.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
rehash.c Fix ctype arguments. 2017-08-22 07:35:08 +10:00
req.c Fix some Typos and indents 2017-08-11 10:16:33 -04:00
req.pem
rsa8192.pem
rsa.c Fix rsa -check option 2017-07-29 00:24:27 +08:00
rsautl.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
s_cb.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
s_client.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
s_server.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
s_socket.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
s_time.c (Re)move some things from e_os.h 2017-08-22 14:15:40 -04:00
server2.pem
server.pem
server.srl
sess_id.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
smime.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
speed.c Remove useless macros in apps/speed.c 2017-08-22 13:22:16 -04:00
spkac.c Fix possible usage of NULL pointers in apps/spkac.c 2017-06-10 02:22:22 +08:00
srp.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
storeutl.c STORE 'file' scheme loader: refactor the treatment of matches 2017-06-29 11:55:33 +02:00
testCA.pem
testdsa.h Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
testrsa.h Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
timeouts.h Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
ts.c Standardize apps use of -rand, etc. 2017-07-16 19:20:45 -04:00
tsget.in Cleanup some copyright stuff 2017-06-30 21:56:44 -04:00
verify.c Clean up a bundle of codingstyle stuff in apps directory 2017-06-12 16:11:05 -04:00
version.c Check # of arguments for remaining commands. 2017-08-21 10:58:49 -04:00
vms_decc_init.c Copyright consolidation 01/10 2016-05-17 14:19:19 -04:00
vms_term_sock.c Cleanup some copyright stuff 2017-06-30 21:56:44 -04:00
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 Add '-ext' option to display extensions in 'x509' 2017-08-01 10:24:51 +02:00