openssl/ssl
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
..
record Lost alert in DTLS 2015-05-22 09:41:54 +01:00
bio_ssl.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
d1_both.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
d1_clnt.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
d1_lib.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
d1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
d1_msg.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
d1_srtp.c Use p==NULL not !p (in if statements, mainly) 2015-05-11 10:06:38 -04:00
d1_srvr.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
install-ssl.com Updates following review comments 2015-05-16 09:20:52 +01:00
Makefile Fix the update target and remove duplicate file updates 2015-05-22 18:44:33 +02:00
s3_both.c Updates following review comments 2015-05-16 09:20:52 +01:00
s3_cbc.c Identify and move OpenSSL internal header files 2015-05-14 15:13:49 +02:00
s3_clnt.c Correctly check for export size limit 2015-05-20 22:18:44 +02:00
s3_enc.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
s3_lib.c move masks out of CERT structure 2015-05-19 14:05:29 +01:00
s3_msg.c Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, and 2015-03-26 15:01:59 +00:00
s3_srvr.c CERT tidy 2015-05-18 18:49:13 +01:00
ssl_algs.c Fix missing return value checks 2015-03-23 15:23:11 +00:00
ssl_asn1.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
ssl_cert.c move masks out of CERT structure 2015-05-19 14:05:29 +01:00
ssl_ciph.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
ssl_conf.c Add SSL_use_certificate_chain_file function 2015-05-08 18:43:44 +01:00
ssl_err2.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl_err.c Updates following review comments 2015-05-16 09:20:52 +01:00
ssl_lib.c move masks out of CERT structure 2015-05-19 14:05:29 +01:00
ssl_locl.h move masks out of CERT structure 2015-05-19 14:05:29 +01:00
ssl_rsa.c move masks out of CERT structure 2015-05-19 14:05:29 +01:00
ssl_sess.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
ssl_stat.c Version negotiation rewrite cleanup 2015-05-16 09:20:38 +01:00
ssl_txt.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
ssl_utst.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl-lib.com Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_clnt.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_enc.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
t1_ext.c memset, memcpy, sizeof consistency fixes 2015-05-05 22:18:59 -04:00
t1_lib.c Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default (client). 2015-05-20 15:47:51 +02:00
t1_meth.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_reneg.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_srvr.c Move SSLv3_*method() functions 2015-05-16 09:20:58 +01:00
t1_trce.c Remove Kerberos support from libssl 2015-05-13 15:07:57 +01:00
tls_srp.c Use #error in openssl/srp.h 2015-05-15 08:16:21 -04:00