commit | eef7035ec860a2a8eac39ed3f4c0cb2a384599a2 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Tue Sep 17 13:30:36 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Tue Sep 17 13:30:36 2013 -0400 |
tree | d681d160c7705f06e91564f369e2d8cd85203e75 | |
parent | acae4d212c6af5f96677ea7d2ed827389bd7b819 [diff] |
crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. 47ec7a68b1a2 added support for ECDSA ciphersuites but didn't alter the cipher suite selection to take that into account. Thus Go servers could try and select an ECDSA cipher suite while only having an RSA certificate, leading to connection failures. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/13239053