CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/03/31 07:17:48
Modified files: lib/libssl/src/ssl: s23_clnt.c s3_clnt.c Log message: Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at compile time, which we do not do and are unlikely to ever do. Additionally, there are two runtime configurable alternatives that exist. ok bcook@ doug@