CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/12/06 07:24:26
Modified files: lib/libssl/src/ssl: d1_clnt.c s3_clnt.c ssl_cert.c ssl_locl.h Log message: Remove client handling of RSA in ServerKeyExchange messages, along with the associated peer_rsa_tmp goop. This was only needed for export cipher handling and intentional RFC violations. The export cipher suites have already been removed and previous cleanup means that we will never send ServerKeyExchange messages from the server side for RSA.