Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
Find a file
Russ Cox 666ff04084 [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto
This is a git merge of master into dev.boringcrypto.

The branch was previously based on release-branch.go1.9,
so there are a handful of spurious conflicts that would
also arise if trying to merge master into release-branch.go1.9
(which we never do). Those have all been resolved by taking
the original file from master, discarding any Go 1.9-specific
edits.

all.bash passes on darwin/amd64, which is to say without
actually using BoringCrypto.

Go 1.10-related fixes to BoringCrypto itself will be in a followup CL.
This CL is just the merge.

Change-Id: I4c97711fec0fb86761913dcde28d25c001246c35
2017-12-06 01:03:36 -05: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: advertise support for SHA-512 signatures in 1.2 2017-11-08 22:39:36 +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] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
boring_test.go [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05: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] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
conn.go crypto/tls: limit number of consecutive warning alerts 2017-11-08 23:18:52 +00:00
conn_test.go crypto/tls: fix first byte test for 255 CBC padding bytes 2017-10-06 18:07:04 +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] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
handshake_client_test.go all: prefer bytes.IndexByte over bytes.Index 2017-09-27 01:09:13 +00:00
handshake_messages.go crypto/tls: replace signatureAndHash by SignatureScheme. 2017-10-13 23:25:03 +00:00
handshake_messages_test.go [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
handshake_server.go [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
handshake_server_test.go crypto/tls: add BenchmarkHandshakeServer 2017-08-15 18:44:38 +00:00
handshake_test.go crypto/tls: advertise support for SHA-512 signatures in 1.2 2017-11-08 22:39:36 +00:00
key_agreement.go [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05:00
prf.go [dev.boringcrypto] all: merge master (nearly Go 1.10 beta 1) into dev.boringcrypto 2017-12-06 01:03:36 -05: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 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" 2017-10-05 23:19:42 +00:00
tls_test.go crypto/tls: limit number of consecutive warning alerts 2017-11-08 23:18:52 +00:00