CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/06/12 22:29:13
Modified files: lib/libssl/src/apps: s_cb.c s_client.c s_server.c lib/libssl/src/ssl: d1_lib.c s3_lib.c ssl.h ssl3.h ssl_err.c ssl_lib.c t1_enc.c t1_lib.c tls1.h lib/libssl/ssl : shlib_version regress/lib/libssl/ssl: ssltest.c Log message: Remove support for the `opaque PRF input' extension, which draft has expired 7 years ago and never made it into an RFC. That code wasn't compiled in anyway unless one would define the actual on-the-wire extension id bytes; crank libssl major. With help and enlightenment from Brendan MacDonell.