go/src/crypto/tls
Filippo Valsorda 8eecf26e3f crypto/tls: disable ExportKeyingMaterial without EMS
Fixes #43922

Change-Id: Idaad7daa6784807ae3a5e4d944e88e13d01fd0b2
Reviewed-on: https://go-review.googlesource.com/c/go/+/544155
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
2023-11-21 16:29:49 +00:00
..
fipsonly
testdata crypto/tls: don't reverify but check certificate expiration on resumption 2023-05-25 00:14:50 +00:00
alert.go crypto/tls: support QUIC as a transport 2023-05-24 22:40:18 +00:00
auth.go
auth_test.go
boring.go
boring_test.go crypto/tls: pretty-print SignatureScheme in tests 2023-09-25 14:43:15 +00:00
cache.go crypto/tls: use SessionState on the client side 2023-05-24 23:56:41 +00:00
cache_test.go
cipher_suites.go crypto/tls: remove RSA KEX ciphers from the default list 2023-11-14 18:03:29 +00:00
common.go crypto/tls: disable ExportKeyingMaterial without EMS 2023-11-21 16:29:49 +00:00
common_string.go
conn.go crypto/tls: disable ExportKeyingMaterial without EMS 2023-11-21 16:29:49 +00:00
conn_test.go crypto/tls: enforce 1.3 record version semantics 2023-05-24 21:35:01 +00:00
example_test.go
generate_cert.go
handshake_client.go crypto/tls: add GODEBUG to control max RSA key size 2023-08-10 20:33:01 +00:00
handshake_client_test.go crypto/tls: restrict RSA keys in certificates to <= 8192 bits 2023-08-02 14:34:55 +00:00
handshake_client_tls13.go crypto/tls: implement Extended Master Secret 2023-05-25 00:13:30 +00:00
handshake_messages.go crypto/tls: implement Extended Master Secret 2023-05-25 00:13:30 +00:00
handshake_messages_test.go crypto/tls: make SessionState.Extra a slice of byte slices 2023-06-09 15:26:32 +00:00
handshake_server.go crypto/tls: add GODEBUG to control max RSA key size 2023-08-10 20:33:01 +00:00
handshake_server_test.go crypto/tls: change default minimum version to 1.2 2023-11-14 18:03:20 +00:00
handshake_server_tls13.go crypto/tls: don't reverify but check certificate expiration on resumption 2023-05-25 00:14:50 +00:00
handshake_test.go
handshake_unix_test.go
key_agreement.go
key_schedule.go crypto/tls: add QUIC 0-RTT APIs 2023-05-25 00:13:28 +00:00
key_schedule_test.go
link_test.go
notboring.go
prf.go crypto/tls: disable ExportKeyingMaterial without EMS 2023-11-21 16:29:49 +00:00
prf_test.go
quic.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
quic_test.go crypto/tls: QUIC: fix panics when processing post-handshake messages 2023-08-25 17:57:53 +00:00
ticket.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
ticket_test.go crypto/tls: avoid referencing potentially unused symbols in init 2023-05-26 15:24:38 +00:00
tls.go crypto: add available godoc link 2023-10-13 17:09:47 +00:00
tls_test.go crypto/tls: remove RSA KEX ciphers from the default list 2023-11-14 18:03:29 +00:00