-
- Downloads
crypto/tls: send ec_points_format extension in ServerHello
Follow the recommandation from RFC 8422, section 5.1.2 of sending back the ec_points_format extension when requested by the client. This is to fix some clients declining the handshake if omitted. Fixes #31943 Change-Id: I7b04dbac6f9af75cda094073defe081e1e9a295d Reviewed-on: https://go-review.googlesource.com/c/go/+/176418 Run-TryBot: Filippo Valsorda <filippo@golang.org> Reviewed-by:Olivier Poitrey <rs@rhapsodyk.net> Reviewed-by:
Filippo Valsorda <filippo@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Showing
- src/crypto/tls/handshake_messages.go 15 additions, 0 deletionssrc/crypto/tls/handshake_messages.go
- src/crypto/tls/handshake_messages_test.go 1 addition, 0 deletionssrc/crypto/tls/handshake_messages_test.go
- src/crypto/tls/handshake_server.go 9 additions, 0 deletionssrc/crypto/tls/handshake_server.go
- src/crypto/tls/handshake_server_test.go 73 additions, 0 deletionssrc/crypto/tls/handshake_server_test.go
- src/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES 70 additions, 69 deletionssrc/crypto/tls/testdata/Server-TLSv10-ECDHE-ECDSA-AES
- src/crypto/tls/testdata/Server-TLSv10-ExportKeyingMaterial 80 additions, 79 deletionssrc/crypto/tls/testdata/Server-TLSv10-ExportKeyingMaterial
- src/crypto/tls/testdata/Server-TLSv10-RSA-3DES 66 additions, 65 deletionssrc/crypto/tls/testdata/Server-TLSv10-RSA-3DES
- src/crypto/tls/testdata/Server-TLSv10-RSA-AES 69 additions, 68 deletionssrc/crypto/tls/testdata/Server-TLSv10-RSA-AES
- src/crypto/tls/testdata/Server-TLSv10-RSA-RC4 63 additions, 62 deletionssrc/crypto/tls/testdata/Server-TLSv10-RSA-RC4
- src/crypto/tls/testdata/Server-TLSv11-RSA-RC4 63 additions, 62 deletionssrc/crypto/tls/testdata/Server-TLSv11-RSA-RC4
- src/crypto/tls/testdata/Server-TLSv12-ALPN 76 additions, 75 deletionssrc/crypto/tls/testdata/Server-TLSv12-ALPN
- src/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch 75 additions, 75 deletionssrc/crypto/tls/testdata/Server-TLSv12-ALPN-NoMatch
- src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA 69 additions, 68 deletions...tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceECDSA
- src/crypto/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA 73 additions, 72 deletions...o/tls/testdata/Server-TLSv12-CipherSuiteCertPreferenceRSA
- src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven 79 additions, 78 deletions...s/testdata/Server-TLSv12-ClientAuthRequestedAndECDSAGiven
- src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndEd25519Given 75 additions, 74 deletions...testdata/Server-TLSv12-ClientAuthRequestedAndEd25519Given
- src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven 70 additions, 69 deletions...to/tls/testdata/Server-TLSv12-ClientAuthRequestedAndGiven
- src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedAndPKCS1v15Given 79 additions, 78 deletions...estdata/Server-TLSv12-ClientAuthRequestedAndPKCS1v15Given
- src/crypto/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven 70 additions, 69 deletions...to/tls/testdata/Server-TLSv12-ClientAuthRequestedNotGiven
- src/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES 69 additions, 68 deletionssrc/crypto/tls/testdata/Server-TLSv12-ECDHE-ECDSA-AES
Loading
Please register or sign in to comment