Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Filippo Valsorda 3fdae13d6a crypto/tls: implement TLS 1.3 cryptographic computations
Vendors golang.org/x/crypto/hkdf at e84da0312774c21d64ee2317962ef669b27ffb41

Updates #9671

Change-Id: I2610c4a66756e2a6f21f9823dcbe39edd9c9ea21
Reviewed-on: https://go-review.googlesource.com/c/145298
Reviewed-by: Adam Langley <agl@golang.org>
2018-11-02 21:54:52 +00:00
testdata crypto/tls: make ConnectionState.ExportKeyingMaterial a method 2018-08-22 03:48:56 +00:00
alert.go crypto/tls: switch to OpenSSL 1.1.0 for test data. 2016-10-12 17:03:46 +00:00
auth.go crypto/tls,crypto/x509: normalize RFC references 2018-10-17 03:58:03 +00:00
auth_test.go crypto/tls: add RSASSA-PSS support for handshake messages 2018-06-27 23:08:06 +00:00
cipher_suites.go crypto/tls: implement TLS 1.3 record layer and cipher suites 2018-11-02 21:54:38 +00:00
common.go crypto/tls: implement TLS 1.3 record layer and cipher suites 2018-11-02 21:54:38 +00:00
conn.go crypto/tls: implement TLS 1.3 record layer and cipher suites 2018-11-02 21:54:38 +00:00
conn_test.go crypto/tls: replace net.Pipe in tests with real TCP connections 2018-10-19 12:43:30 +00:00
example_test.go crypto/tls: add examples for [Load]X509KeyPair 2018-04-30 17:25:27 +00:00
generate_cert.go crypto/tls: handle errors in generate_cert.go 2018-02-13 18:14:27 +00:00
handshake_client.go crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte 2018-10-29 17:05:55 +00:00
handshake_client_test.go crypto/tls: bump test timeouts from 1s to 1m for slow builders 2018-10-27 22:12:17 +00:00
handshake_messages.go crypto/tls: implement TLS 1.3 extensions for ClientHello and ServerHello 2018-11-02 21:54:22 +00:00
handshake_messages_test.go crypto/tls: implement TLS 1.3 extensions for ClientHello and ServerHello 2018-11-02 21:54:22 +00:00
handshake_server.go crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte 2018-10-29 17:05:55 +00:00
handshake_server_test.go crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyte 2018-10-29 17:05:55 +00:00
handshake_test.go crypto/tls: replace net.Pipe in tests with real TCP connections 2018-10-19 12:43:30 +00:00
key_agreement.go crypto/tls,crypto/x509: normalize RFC references 2018-10-17 03:58:03 +00:00
key_schedule.go crypto/tls: implement TLS 1.3 cryptographic computations 2018-11-02 21:54:52 +00:00
key_schedule_test.go crypto/tls: implement TLS 1.3 cryptographic computations 2018-11-02 21:54:52 +00:00
prf.go crypto/tls,crypto/x509: normalize RFC references 2018-10-17 03:58:03 +00:00
prf_test.go crypto/tls: make ConnectionState.ExportKeyingMaterial a method 2018-08-22 03:48:56 +00:00
ticket.go crypto/tls: replace custom equal implementations with reflect.DeepEqual 2018-10-25 19:07:36 +00:00
tls.go crypto/tls: remove unneeded calls to bytes.NewReader 2018-10-30 01:43:09 +00:00
tls_test.go crypto/tls: implement TLS 1.3 record layer and cipher suites 2018-11-02 21:54:38 +00:00