openssl/ssl
Matt Caswell 8d16c58fa4 Remove some redundant assignments
We were setting |s->renegotiate| and |s->new_session| to 0 twice in
tls_finish_handshake. This is redundant so now we just do it once!

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-11-06 15:32:44 +00:00
..
record Remove a reachable assert from ssl3_write_bytes 2015-11-02 14:29:37 +00:00
statem Remove some redundant assignments 2015-11-06 15:32:44 +00:00
bio_ssl.c Handle SSL_ERROR_WANT_X509_LOOKUP 2015-09-20 14:19:49 +01:00
d1_lib.c Remove a trivially true OPENSSL_assert 2015-11-02 14:29:37 +00:00
d1_msg.c Move in_handshake into STATEM 2015-10-30 08:39:47 +00:00
d1_srtp.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
install-ssl.com
Makefile More state machine reorg 2015-10-30 08:38:18 +00:00
methods.c Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION 2015-11-05 15:05:58 +00:00
packet_locl.h Avoid undefined behaviour in PACKET_buf_init 2015-10-21 16:13:53 +01:00
s3_cbc.c
s3_enc.c
s3_lib.c Move in_handshake into STATEM 2015-10-30 08:39:47 +00:00
s3_msg.c Remove redundant code 2015-10-30 08:38:18 +00:00
ssl_algs.c
ssl_asn1.c Enable -Wmissing-variable-declarations and 2015-09-11 04:51:55 +01:00
ssl_cert.c Remove the type variable 2015-10-30 08:38:18 +00:00
ssl_ciph.c Change the DEFAULT ciphersuites to exclude DES, RC4 and RC2 2015-09-30 19:15:06 +01:00
ssl_conf.c Remove BIO_s_file_internal macro. 2015-10-02 14:22:05 -04:00
ssl_err2.c
ssl_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
ssl_lib.c Remove some SSLv2 references 2015-10-30 09:17:22 +00:00
ssl_locl.h Remove some SSLv2 references 2015-10-30 09:17:22 +00:00
ssl_rsa.c Remove BIO_s_file_internal macro. 2015-10-02 14:22:05 -04:00
ssl_sess.c DTLS: remove unused cookie field 2015-10-09 15:32:35 +02:00
ssl_stat.c Change SSL_state_string return strings to start with a T 2015-10-30 08:39:47 +00:00
ssl_txt.c Remove BIO_s_file_internal macro. 2015-10-02 14:22:05 -04:00
ssl_utst.c
ssl-lib.com
t1_enc.c
t1_ext.c
t1_lib.c Remove a trivially true OPENSSL_assert 2015-11-02 14:29:37 +00:00
t1_reneg.c PACKETise ServerHello processing 2015-09-07 10:45:38 +01:00
t1_trce.c
tls_srp.c