Alternative TLS implementation in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sergey Frolov 95bebf2e8e crypto/tls: split clientHandshake into multiple methods преди 7 години
testdata crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. преди 8 години
alert.go crypto/tls: switch to OpenSSL 1.1.0 for test data. преди 8 години
cipher_suites.go crypto/tls: disable CBC cipher suites with SHA-256 by default преди 7 години
common.go crypto/tls: pass argument to serverInit rather than using a field in Config. преди 7 години
conn.go crypto/tls: don't hold lock when closing underlying net.Conn. преди 7 години
conn_test.go crypto/tls: use io.ReadFull in conn_test.go преди 7 години
example_test.go crypto/tls: add example for Config KeyLogWriter преди 8 години
generate_cert.go crypto/tls: recommend P256 elliptic curve преди 7 години
handshake_client.go crypto/tls: split clientHandshake into multiple methods преди 7 години
handshake_client_test.go cmd/gofmt, crypto/tls: fix typos преди 8 години
handshake_messages.go crypto/tls: reject SNI values with a trailing dot. преди 7 години
handshake_messages_test.go crypto/tls: reject SNI values with a trailing dot. преди 7 години
handshake_server.go crypto/tls: pass argument to serverInit rather than using a field in Config. преди 7 години
handshake_server_test.go crypto/tls: reject SNI values with a trailing dot. преди 7 години
handshake_test.go crypto/tls: switch to OpenSSL 1.1.0 for test data. преди 8 години
key_agreement.go crypto/tls: support X25519. преди 8 години
prf.go all: standardize RFC mention format преди 8 години
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. преди 9 години
ticket.go crypto/tls: minor refactors for readability преди 8 години
tls.go crypto/tls: disable CBC cipher suites with SHA-256 by default преди 7 години
tls_test.go crypto/tls: make Config.Clone also clone the GetClientCertificate field преди 7 години