openssl/ssl
Matt Caswell be9c8deb7d Add a comment to explain the use of |num_recs|
In the SSLV2ClientHello processing code in ssl3_get_record, the value of
|num_recs| will always be 0. This isn't obvious from the code so a comment
is added to explain it.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2016-05-17 16:37:45 +01:00
..
record Add a comment to explain the use of |num_recs| 2016-05-17 16:37:45 +01:00
statem Fix some out of date comments 2016-05-17 14:34:30 +01:00
bio_ssl.c Fix BIO_CTRL_DUP for an SSL BIO 2016-04-27 09:20:11 +01:00
build.info Update build.info files for auto-init/de-init 2016-02-09 15:11:38 +00:00
d1_lib.c Improve heartbeats coding style 2016-05-05 16:30:35 +01:00
d1_msg.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
d1_srtp.c Free any existing SRTP connection profile 2016-05-09 10:25:34 +01:00
methods.c Allow different protocol version when trying to reuse a session 2016-03-27 23:58:50 +02:00
packet_locl.h Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
pqueue.c Remove an unused function 2016-04-11 14:31:26 +01:00
s3_cbc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
s3_enc.c various spelling fixes 2016-04-28 14:22:26 -04:00
s3_lib.c session tickets: use more sizeof 2016-05-16 20:43:20 +02:00
s3_msg.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_asn1.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ssl_cert.c Fold threads.h into crypto.h making API public 2016-05-16 12:16:26 -04:00
ssl_ciph.c Fold threads.h into crypto.h making API public 2016-05-16 12:16:26 -04:00
ssl_conf.c New SSL test framework 2016-04-05 13:44:46 +02:00
ssl_err.c Fix an error code spelling. 2016-04-28 14:22:26 -04:00
ssl_init.c Fold threads.h into crypto.h making API public 2016-05-16 12:16:26 -04:00
ssl_lib.c session tickets: Use sizeof() for the various fields 2016-05-16 20:42:21 +02:00
ssl_locl.h session tickets: use more sizeof 2016-05-16 20:43:20 +02:00
ssl_mcnf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ssl_rsa.c Don't leak memory if realloc fails. 2016-05-12 12:02:38 +01:00
ssl_sess.c Fix some out of date comments 2016-05-17 14:34:30 +01:00
ssl_stat.c Use return "" not set a var and return. 2016-03-31 16:27:52 -04:00
ssl_txt.c various spelling fixes 2016-04-28 14:22:26 -04:00
ssl_utst.c Fix build-break 2016-02-15 10:17:12 -05:00
t1_enc.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
t1_ext.c Don't leak memory if realloc fails. 2016-05-12 12:02:38 +01:00
t1_lib.c Use AES256 for the default encryption algoritm for TLS session tickets 2016-05-16 20:43:06 +02:00
t1_reneg.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
t1_trce.c Fix enable-ssl-trace no-nextprotoneg. 2016-04-27 12:36:30 +01:00
tls_srp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00