openssl/ssl
Matt Caswell 88c2303948 Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, clean
up some access to them. Now that various functions have been moved into the
record layer they no longer need to use the accessor macros.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-03-26 15:02:00 +00:00
..
record Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, clean 2015-03-26 15:02:00 +00:00
bio_ssl.c Resolve swallowed returns codes 2015-03-25 18:52:13 +00:00
d1_both.c Removed dependency on rrec from heartbeat processing 2015-03-26 15:02:00 +00:00
d1_clnt.c Fix missing return value checks 2015-03-23 15:23:11 +00:00
d1_lib.c Fix SSL_clear unused return 2015-03-23 16:02:21 +00:00
d1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
d1_msg.c Split out non record layer functions out of s3_pkt.c and d1_pkt.c into 2015-03-26 15:01:59 +00:00
d1_srtp.c dead code cleanup: #if 0 in ssl 2015-02-06 10:52:12 -05:00
d1_srvr.c Don't send a for ServerKeyExchange for kDHr and kDHd 2015-03-23 21:08:20 +01:00
dtls1.h Fix d2i_SSL_SESSION for DTLS1_BAD_VER 2015-02-27 20:29:03 +00:00
heartbeat_test.c Removed dependency on rrec from heartbeat processing 2015-03-26 15:02:00 +00:00
install-ssl.com Install srtp.h 2012-07-05 13:20:19 +00:00
kssl_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
kssl.c dead code cleanup: #if 0 in ssl 2015-02-06 10:52:12 -05:00
kssl.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
Makefile Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer. 2015-03-26 15:01:59 +00:00
s3_both.c Move SSL3_BUFFER set up and release code into ssl3_buffer.c 2015-03-26 13:56:10 +00:00
s3_cbc.c Move more SSL3_RECORD oriented functions into ssl3_record.c 2015-03-26 15:01:57 +00:00
s3_clnt.c free NULL cleanup. 2015-03-25 18:35:24 -04:00
s3_enc.c Introduce macro RECORD_LAYER_setup_comp_buffer 2015-03-26 15:01:59 +00:00
s3_lib.c Fix bug where rrec was being released...should have been removed by one of 2015-03-26 15:01:59 +00:00
s3_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00: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 free NULL cleanup. 2015-03-25 18:35:24 -04:00
s23_clnt.c Provide RECORD_LAYER_set_data function 2015-03-26 15:01:59 +00:00
s23_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
s23_meth.c OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1 2015-01-27 15:14:12 -05:00
s23_srvr.c Provide RECORD_LAYER_set_data function 2015-03-26 15:01:59 +00:00
srtp.h Check libssl function returns 2015-03-23 15:23:00 +00:00
ssl2.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl3.h Make libssl opaque. Move all structures that were previously protected by 2015-01-31 18:06:45 +00:00
ssl23.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl_algs.c Fix missing return value checks 2015-03-23 15:23:11 +00:00
ssl_asn1.c Fix d2i_SSL_SESSION for DTLS1_BAD_VER 2015-02-27 20:29:03 +00:00
ssl_cert.c free NULL cleanup. 2015-03-25 18:35:24 -04:00
ssl_ciph.c Fix missing return value checks 2015-03-23 15:23:11 +00:00
ssl_conf.c free NULL cleanup 2015-03-25 11:31:18 -04:00
ssl_err2.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl_err.c return unexpected message when receiving kx with kDHr or kDHd 2015-03-23 21:08:20 +01:00
ssl_lib.c Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init 2015-03-26 15:01:59 +00:00
ssl_locl.h Removed dependency on rrec from heartbeat processing 2015-03-26 15:02:00 +00:00
ssl_rsa.c free NULL cleanup 2015-03-25 11:31:18 -04:00
ssl_sess.c RAND_bytes updates 2015-03-25 12:38:07 +00:00
ssl_stat.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl_task.c free NULL cleanup 2015-03-25 11:31:18 -04:00
ssl_txt.c Fix missing return value checks 2015-03-23 15:23:11 +00:00
ssl_utst.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
ssl-lib.com VMS adjustments: 2015-01-30 14:43:57 +01:00
ssl.h Resolve swallowed returns codes 2015-03-25 18:52:13 +00:00
ssltest.c free NULL cleanup 2015-03-25 11:31:18 -04:00
t1_clnt.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_enc.c Introduce macro RECORD_LAYER_setup_comp_buffer 2015-03-26 15:01:59 +00:00
t1_ext.c Remove support for opaque-prf 2015-01-28 15:37:16 -05:00
t1_lib.c Removed dependency on rrec from heartbeat processing 2015-03-26 15:02:00 +00:00
t1_meth.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_reneg.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_srvr.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
t1_trce.c dead code cleanup: #if 0 in ssl 2015-02-06 10:52:12 -05:00
tls1.h Check libssl function returns 2015-03-23 15:23:00 +00:00
tls_srp.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00