Alternative TLS implementation in Go
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Marvin Stenger d7983b094e all: prefer bytes.IndexByte over bytes.Index 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: fix docstring of Config.ClientSessionCache 7 年前
conn.go crypto/tls: disallow handshake messages fragmented across CCS 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 all: prefer strings.LastIndexByte over strings.LastIndex 7 年前
handshake_client_test.go all: prefer bytes.IndexByte over bytes.Index 7 年前
handshake_messages.go crypto/tls: reject SNI values with a trailing dot. 7 年前
handshake_messages_test.go crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV 7 年前
handshake_server.go crypto/tls: pass argument to serverInit rather than using a field in Config. 7 年前
handshake_server_test.go crypto/tls: add BenchmarkHandshakeServer 7 年前
handshake_test.go crypto/tls: switch to OpenSSL 1.1.0 for test data. 8 年前
key_agreement.go all: fix article typos 7 年前
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 all: prefer strings.LastIndexByte over strings.LastIndex 7 年前
tls_test.go crypto/tls: make Config.Clone also clone the GetClientCertificate field 7 年前