..
demoCA
demoSRP
app_rand.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
apps.c
Remove support for OPENSSL_NO_TLSEXT
2015-05-22 23:10:51 +01:00
apps.h
Remove support for OPENSSL_NO_TLSEXT
2015-05-22 23:10:51 +01:00
asn1pars.c
Fix uninitialized variable.
2015-05-02 07:44:25 -04:00
ca-cert.srl
ca-key.pem
ca-req.pem
ca.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
CA.com
CA.pl.in
GH271: Warning on </dev/null to CA.pl
2015-05-04 15:07:52 -04:00
cert.pem
ciphers.c
Server side version negotiation rewrite
2015-05-16 09:19:56 +01:00
client.pem
cms.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
crl2p7.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
crl.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
dgst.c
free NULL cleanup -- coda
2015-05-01 14:37:16 -04:00
dh1024.pem
dh2048.pem
dh4096.pem
dhparam.c
In apps, malloc or die
2015-04-30 17:48:31 -04:00
dsa512.pem
dsa1024.pem
dsa-ca.pem
dsa-pca.pem
dsa.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
dsap.pem
dsaparam.c
Initialize potentially uninitialized local variables
2015-05-06 13:06:46 +01:00
ec.c
Fix segfault in ec command
2015-05-25 19:11:22 -04:00
ecparam.c
Use "==0" instead of "!strcmp" etc
2015-05-06 22:37:53 -04:00
enc.c
RT2943: Check sizes if -iv and -K arguments
2015-05-04 20:15:54 +02:00
engine.c
free NULL cleanup -- coda
2015-05-01 14:37:16 -04:00
errstr.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
gendsa.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
genpkey.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
genrsa.c
free NULL cleanup -- coda
2015-05-01 14:37:16 -04:00
install-apps.com
makeapps.com
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
Makefile
Missed a couple of spots in the update change
2015-05-23 06:14:22 +02:00
nseq.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
ocsp.c
Client side version negotiation rewrite
2015-05-16 09:20:31 +01:00
openssl-vms.cnf
RT3067: simplify patch
2014-09-24 15:35:02 +02:00
openssl.c
Use safer sizeof variant in malloc
2015-05-04 15:00:13 -04:00
openssl.cnf
RT2626: Change default_bits from 1K to 2K
2014-09-08 17:21:04 -04:00
opt.c
memset, memcpy, sizeof consistency fixes
2015-05-05 22:18:59 -04:00
passwd.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
pca-cert.srl
pca-key.pem
pca-req.pem
pkcs7.c
fewer NO_ENGINE #ifdef's
2015-04-25 15:41:29 -04:00
pkcs8.c
scrypt in pkcs8 util
2015-05-26 13:09:26 +01:00
pkcs12.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
pkey.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
pkeyparam.c
fewer NO_ENGINE #ifdef's
2015-04-25 15:41:29 -04:00
pkeyutl.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
prime.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
privkey.pem
progs.h
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
progs.pl
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
rand.c
fewer NO_ENGINE #ifdef's
2015-04-25 15:41:29 -04:00
req.c
RT3861: Mem/bio leak in req command
2015-05-25 19:13:26 -04:00
req.pem
rsa8192.pem
rsa.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
rsautl.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
s512-key.pem
s512-req.pem
s1024key.pem
s1024req.pem
s_apps.h
memset, memcpy, sizeof consistency fixes
2015-05-05 22:18:59 -04:00
s_cb.c
Replace switch/assignments with table lookup
2015-05-20 17:51:52 -04:00
s_client.c
fix s_client crash
2015-05-25 12:46:57 -04:00
s_server.c
Remove support for OPENSSL_NO_TLSEXT
2015-05-22 23:10:51 +01:00
s_socket.c
memset, memcpy, sizeof consistency fixes
2015-05-05 22:18:59 -04:00
s_time.c
Client side version negotiation rewrite
2015-05-16 09:20:31 +01:00
server2.pem
server.pem
server.srl
sess_id.c
free NULL cleanup -- coda
2015-05-01 14:37:16 -04:00
smime.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
speed.c
Add missing terminating NULL to speed_options table.
2015-05-11 12:09:52 +01:00
spkac.c
free null cleanup finale
2015-05-01 10:02:07 -04:00
srp.c
Fix various OPENSSL_NO_* options
2015-05-22 09:38:37 +01:00
testCA.pem
testdsa.h
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
testrsa.h
Run util/openssl-format-source -v -c .
2015-01-22 09:20:09 +00:00
timeouts.h
Run util/openssl-format-source -v -c .
2015-01-22 09:20:09 +00:00
ts.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
tsget
verify.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00
version.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
vms_decc_init.c
Use safer sizeof variant in malloc
2015-05-04 15:00:13 -04:00
winrand.c
Big apps cleanup (option-parsing, etc)
2015-04-24 15:26:15 -04:00
x509.c
Use p==NULL not !p (in if statements, mainly)
2015-05-11 10:06:38 -04:00