openssl/ssl
Bodo Möller 761772d7e1 Implement the Opaque PRF Input TLS extension
(draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
bugfixes on the way.  In particular, this fixes the buffer bounds
checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().

Note that the opaque PRF Input TLS extension is not compiled by default;
see CHANGES.
2007-09-21 06:54:24 +00:00
..
.cvsignore
bio_ssl.c fix problems found by coverity: remove useless code 2006-03-15 17:45:43 +00:00
d1_both.c Fix indentation in d1_both.c. 2007-09-19 16:38:15 +00:00
d1_clnt.c Update ssl code to support digests other than MD5+SHA1 in handshake. 2007-08-31 12:42:53 +00:00
d1_enc.c Update ssl library to support EVP_PKEY MAC API. Include generic MAC support. 2007-06-04 17:04:40 +00:00
d1_lib.c Constify version strings is ssl lib. 2007-01-21 16:06:05 +00:00
d1_meth.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
d1_pkt.c Update ssl library to support EVP_PKEY MAC API. Include generic MAC support. 2007-06-04 17:04:40 +00:00
d1_srvr.c fix warning 2007-09-19 01:43:59 +00:00
dtls1.h There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE. 2006-01-07 20:44:29 +00:00
install.com
kssl_lcl.h
kssl.c use user-supplied malloc functions for persistent kssl objects 2007-02-10 10:42:48 +00:00
kssl.h
Makefile Fix dependencies. Make depend. 2007-09-19 14:53:18 +00:00
s2_clnt.c Change safestack reimplementation to match 0.9.8. 2007-09-07 13:25:15 +00:00
s2_enc.c Update ssl library to support EVP_PKEY MAC API. Include generic MAC support. 2007-06-04 17:04:40 +00:00
s2_lib.c fix warnings/inconsistencies caused by the recent changes to the 2007-02-19 14:53:18 +00:00
s2_meth.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
s2_pkt.c Update ssl library to support EVP_PKEY MAC API. Include generic MAC support. 2007-06-04 17:04:40 +00:00
s2_srvr.c Change safestack reimplementation to match 0.9.8. 2007-09-07 13:25:15 +00:00
s3_both.c Update ssl code to support digests other than MD5+SHA1 in handshake. 2007-08-31 12:42:53 +00:00
s3_clnt.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
s3_enc.c Fix warnings: computed value not use, incompatible pointer initialization 2007-09-07 13:03:25 +00:00
s3_lib.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
s3_meth.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
s3_pkt.c Fix warnings: computed value not use, incompatible pointer initialization 2007-09-07 13:03:25 +00:00
s3_srvr.c Update ssl code to support digests other than MD5+SHA1 in handshake. 2007-08-31 12:42:53 +00:00
s23_clnt.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
s23_lib.c
s23_meth.c recent changes from 0.9.8: fix cipher list order in s3_lib.c, 2006-01-15 17:35:28 +00:00
s23_pkt.c
s23_srvr.c fix support for receiving fragmented handshake messages 2006-11-29 14:45:50 +00:00
ssl2.h
ssl3.h Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
ssl23.h
ssl_algs.c Add SEED encryption algorithm. 2007-04-23 23:48:59 +00:00
ssl_asn1.c Fix warning and make no-tlsext work. 2007-08-12 18:56:14 +00:00
ssl_cert.c Change safestack reimplementation to match 0.9.8. 2007-09-07 13:25:15 +00:00
ssl_ciph.c Change safestack reimplementation to match 0.9.8. 2007-09-07 13:25:15 +00:00
ssl_err2.c
ssl_err.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
ssl_lib.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
ssl_locl.h Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
ssl_rsa.c
ssl_sess.c RFC4507 (including RFC4507bis) TLS stateless session resumption support 2007-08-11 23:18:29 +00:00
ssl_stat.c add initial support for RFC 4279 PSK SSL ciphersuites 2006-03-10 23:06:27 +00:00
ssl_task.c
ssl_txt.c RFC4507 (including RFC4507bis) TLS stateless session resumption support 2007-08-11 23:18:29 +00:00
ssl-lib.com
ssl.h Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
ssltest.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
t1_clnt.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
t1_enc.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
t1_lib.c Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00
t1_meth.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
t1_srvr.c Let the TLSv1_method() etc. functions return a const SSL_METHOD 2005-08-14 21:48:33 +00:00
tls1.h Implement the Opaque PRF Input TLS extension 2007-09-21 06:54:24 +00:00