openssl/apps
Kurt Roeckx 44e0c2bae4 RT2626: Change default_bits from 1K to 2K
This is a more comprehensive fix.  It changes all
keygen apps to use 2K keys. It also changes the
default to use SHA256 not SHA1.  This is from
Kurt's upstream Debian changes.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2014-09-08 17:21:04 -04:00
..
demoCA
demoSRP Missing SRP files. 2011-03-16 11:50:33 +00:00
set
.cvsignore
app_rand.c
apps.c Update API to use (char *) for email addresses and hostnames 2014-07-07 19:11:38 +10:00
apps.h Update API to use (char *) for email addresses and hostnames 2014-07-07 19:11:38 +10:00
asn1pars.c Changed -strictpem to use PEM_read_bio 2014-05-26 23:31:37 +01:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c Show errors on CSR verification failure. 2014-06-29 13:33:44 +01:00
CA.com Corrections to the VMS build system. 2011-03-25 16:20:35 +00:00
CA.pl.in RT3291: Add -crl and -revoke options to CA.pl 2014-09-08 11:21:17 -04:00
CA.sh
cert.pem
ciphers.c Make no-ssl3 no-ssl2 do more sensible things. 2014-06-29 03:04:45 +01:00
client.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
cms.c Document -trusted_first option in man pages and help. 2014-06-19 23:09:21 +01:00
crl2p7.c Memory leak and NULL dereference fixes. 2014-06-27 14:35:07 +01:00
crl.c Add option to generate old hash format. 2014-04-03 13:26:32 +01:00
dgst.c Don't core dump when using CMAC with dgst. 2014-06-29 23:44:44 +01:00
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh.c Fix warnings. 2010-06-12 14:13:23 +00:00
dhparam.c RT2626: Change default_bits from 1K to 2K 2014-09-08 17:21:04 -04:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c PR: 2220 2010-04-06 11:18:59 +00:00
dsap.pem
dsaparam.c More fixes for DSA FIPS overrides. 2011-04-23 21:59:12 +00:00
ec.c Fix warnings. 2010-06-12 14:13:23 +00:00
ecparam.c Fix various spelling errors 2014-02-14 22:29:12 +00:00
enc.c Disabled XTS mode in enc utility as it is not supported 2014-07-16 20:59:35 +01:00
engine.c
errstr.c
gendh.c RT2626: Change default_bits from 1K to 2K 2014-09-08 17:21:04 -04:00
gendsa.c Fix warnings. 2010-06-12 14:13:23 +00:00
genpkey.c
genrsa.c RT2626: Change default_bits from 1K to 2K 2014-09-08 17:21:04 -04:00
install-apps.com After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
makeapps.com Corrections to the VMS build system. 2011-03-25 16:20:35 +00:00
Makefile make depend 2014-08-14 15:24:58 +02:00
nseq.c
ocsp.c Typo. 2014-06-28 12:42:04 +01:00
oid.cnf
openssl-vms.cnf misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
openssl.c Call RAND_cleanup in openssl application. 2013-03-28 14:29:39 +00:00
openssl.cnf RT2626: Change default_bits from 1K to 2K 2014-09-08 17:21:04 -04:00
passwd.c
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c Fix warnings. 2010-06-12 14:13:23 +00:00
pkcs8.c Tidied up, added include to stdlib, removed "goto bad" usage 2014-06-17 23:35:53 +01:00
pkcs12.c PR: 2469 2011-03-13 18:20:01 +00:00
pkey.c
pkeyparam.c Fix warnings. 2010-06-12 14:13:23 +00:00
pkeyutl.c PR: 2366 2010-11-11 14:42:50 +00:00
prime.c
privkey.pem
progs.h PR 2580: dgst missing current SHA algorithms 2014-08-12 11:29:20 -04:00
progs.pl PR 2580: dgst missing current SHA algorithms 2014-08-12 11:29:20 -04:00
rand.c Fix warnings. 2010-06-12 14:13:23 +00:00
req.c Fix infinite loop. PR#3347 2014-05-11 20:28:56 +01:00
req.pem
rsa8192.pem
rsa.c PR: 2220 2010-04-06 11:18:59 +00:00
rsautl.c
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h s_client/s_server: support unix domain sockets 2014-05-08 22:07:09 -04:00
s_cb.c Remove all RFC5878 code. 2014-07-04 13:26:35 +01:00
s_client.c Rename some callbacks, fix alignment. 2014-08-28 17:06:53 +01:00
s_server.c Undo a90081576c 2014-08-09 08:02:20 -04:00
s_socket.c Undo a90081576c 2014-08-09 08:02:20 -04:00
s_time.c
server2.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
server.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
server.srl
sess_id.c Modify the description of -noout to match the manpage. PR#3364 2014-05-24 00:04:25 +01:00
smime.c Document -trusted_first option in man pages and help. 2014-06-19 23:09:21 +01:00
speed.c apps/speed.c: add -misalign command-line argument. 2014-08-30 10:25:32 +02:00
spkac.c
srp.c misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
testCA.pem
testdsa.h
testrsa.h Add 3072, 7680 and 15360 bit RSA tests to openssl speed 2014-06-29 21:38:09 +01:00
timeouts.h
ts.c Fix some warnings caused by __owur. Temporarily (I hope) remove the more 2011-11-14 00:36:10 +00:00
tsget
verify.c Document -trusted_first option in man pages and help. 2014-06-19 23:09:21 +01:00
version.c
vms_decc_init.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
winrand.c
x509.c Update API to use (char *) for email addresses and hostnames 2014-07-07 19:11:38 +10:00