Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Russ Cox 3e9ad1b113 [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings
Change-Id: I3268cab2de8aed9e2424e9c3bc7667083bc5e1ce
Reviewed-on: https://go-review.googlesource.com/65250
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
2017-09-22 15:58:43 +00:00
fipsonly [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
testdata crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. 2016-10-18 06:54:30 +00:00
alert.go crypto/tls: switch to OpenSSL 1.1.0 for test data. 2016-10-12 17:03:46 +00:00
boring.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
boring_test.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
cipher_suites.go [dev.boringcrypto] crypto/tls: use TLS-specific AES-GCM mode if available 2017-08-17 19:39:04 +00:00
common.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
conn.go crypto/tls: don't hold lock when closing underlying net.Conn. 2017-02-09 19:02:55 +00:00
conn_test.go crypto/tls: use io.ReadFull in conn_test.go 2017-02-24 02:36:10 +00:00
example_test.go crypto/tls: add example for Config KeyLogWriter 2016-11-17 03:24:31 +00:00
generate_cert.go crypto/tls: recommend P256 elliptic curve 2017-04-10 17:40:01 +00:00
handshake_client.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
handshake_client_test.go cmd/gofmt, crypto/tls: fix typos 2016-11-11 16:42:40 +00:00
handshake_messages.go crypto/tls: reject SNI values with a trailing dot. 2017-02-01 21:59:57 +00:00
handshake_messages_test.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
handshake_server.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
handshake_server_test.go crypto/tls: reject SNI values with a trailing dot. 2017-02-01 21:59:57 +00:00
handshake_test.go crypto/tls: switch to OpenSSL 1.1.0 for test data. 2016-10-12 17:03:46 +00:00
key_agreement.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
prf.go [dev.boringcrypto] crypto/tls/fipsonly: new package to force FIPS-allowed TLS settings 2017-09-22 15:58:43 +00:00
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. 2015-04-30 03:47:02 +00:00
ticket.go crypto/tls: minor refactors for readability 2016-03-14 21:17:37 +00:00
tls.go crypto/tls: disable CBC cipher suites with SHA-256 by default 2017-01-17 16:41:09 +00:00
tls_test.go crypto/tls: make Config.Clone also clone the GetClientCertificate field 2017-03-02 19:43:07 +00:00