openssl/ssl
David Benjamin 04f6b0fd91 RT4660: BIO_METHODs should be const.
BIO_new, etc., don't need a non-const BIO_METHOD. This allows all the
built-in method tables to live in .rodata.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-21 16:49:10 -04:00
..
record Fix building without multiblock support 2016-03-08 08:52:45 +00:00
statem Remove #error from include files. 2016-03-20 19:48:36 -04:00
bio_ssl.c RT4660: BIO_METHODs should be const. 2016-03-21 16:49:10 -04:00
build.info
d1_lib.c Fix no-sock 2016-03-21 16:33:59 +00:00
d1_msg.c
d1_srtp.c
Makefile.in Remove the remainder of util/mk1mf.pl and companion scripts 2016-03-21 11:02:00 +01:00
methods.c Deprecate the use of version-specific methods 2016-03-09 19:45:05 +01:00
packet_locl.h Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
pqueue.c
s3_cbc.c
s3_enc.c Lazily initialise the compression buffer 2016-03-07 21:39:27 +00:00
s3_lib.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
s3_msg.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_asn1.c
ssl_cert.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_ciph.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_conf.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_err.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_init.c Swap the init code to use CRYPTO_ONCE 2016-03-07 17:17:21 +00:00
ssl_lib.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_locl.h Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_mcnf.c
ssl_rsa.c fix no-ec build 2016-03-03 13:27:34 +00:00
ssl_sess.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
ssl_stat.c
ssl_txt.c Add support for minimum and maximum protocol version supported by a cipher 2016-03-09 19:10:28 +01:00
ssl_utst.c
t1_enc.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
t1_ext.c Remove #error from include files. 2016-03-20 19:48:36 -04:00
t1_lib.c Fix ALPN - more fixes 2016-03-20 21:09:32 -04:00
t1_reneg.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
t1_trce.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
tls_srp.c