openssl/apps
Richard Levitte 0f539dc1a2 Fix the update target and remove duplicate file updates
We had updates of certain header files in both Makefile.org and the
Makefile in the directory the header file lived in.  This is error
prone and also sometimes generates slightly different results (usually
just a comment that differs) depending on which way the update was
done.

This removes the file update targets from the top level Makefile, adds
an update: target in all Makefiles and has it depend on the depend: or
local_depend: targets, whichever is appropriate, so we don't get a
double run through the whole file tree.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-22 18:44:33 +02:00
..
demoCA Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
demoSRP Missing SRP files. 2011-03-16 11:50:33 +00:00
app_rand.c Big apps cleanup (option-parsing, etc) 2015-04-24 15:26:15 -04:00
apps.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
apps.h Replace switch/assignments with table lookup 2015-05-20 17:51:52 -04:00
asn1pars.c Fix uninitialized variable. 2015-05-02 07:44:25 -04:00
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 Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ca-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
ca.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
CA.com Corrections to the VMS build system. 2011-03-25 16:20:35 +00:00
CA.pl.in GH271: Warning on </dev/null to CA.pl 2015-05-04 15:07:52 -04:00
cert.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
ciphers.c Server side version negotiation rewrite 2015-05-16 09:19:56 +01:00
client.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
cms.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
crl2p7.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 Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh2048.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dh4096.pem Include SKIP DH parameters with OpenSSL. 2000-08-02 09:04:44 +00:00
dhparam.c In apps, malloc or die 2015-04-30 17:48:31 -04:00
dsa-ca.pem Fix the gendsa program and add it to the app list. The progs.h file is 1999-01-09 17:29:34 +00:00
dsa-pca.pem Fix the gendsa program and add it to the app list. The progs.h file is 1999-01-09 17:29:34 +00:00
dsa.c free null cleanup finale 2015-05-01 10:02:07 -04:00
dsa512.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsa1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dsap.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
dsaparam.c Initialize potentially uninitialized local variables 2015-05-06 13:06:46 +01:00
ec.c free null cleanup finale 2015-05-01 10:02:07 -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 After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
makeapps.com Big apps cleanup (option-parsing, etc) 2015-04-24 15:26:15 -04:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +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 Update test server certificate in apps/server.pem (it was expired). 2000-10-16 22:56:10 +00:00
pca-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pca-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
pkcs7.c fewer NO_ENGINE #ifdef's 2015-04-25 15:41:29 -04:00
pkcs8.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04: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 PR: 1644 2009-09-06 15:49:46 +00:00
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 Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
req.pem Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
rsa.c free null cleanup finale 2015-05-01 10:02:07 -04:00
rsa8192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
rsautl.c free null cleanup finale 2015-05-01 10:02:07 -04:00
s512-key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s512-req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024key.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
s1024req.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
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 various OPENSSL_NO_* options 2015-05-22 09:38:37 +01:00
s_server.c Fix various OPENSSL_NO_* options 2015-05-22 09:38:37 +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
server.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
server.srl Import of old SSLeay release: SSLeay 0.9.0b 1998-12-21 10:56:39 +00:00
server2.pem Replace expired test server and client certificates with new ones. 2011-12-08 14:44:05 +00:00
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 Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
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 PR: 2031 2009-09-07 17:57:18 +00:00
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