Alternative TLS implementation in Go
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Marvin Stenger d7983b094e all: prefer bytes.IndexByte over bytes.Index il y a 7 ans
testdata crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. il y a 8 ans
alert.go crypto/tls: switch to OpenSSL 1.1.0 for test data. il y a 8 ans
cipher_suites.go crypto/tls: disable CBC cipher suites with SHA-256 by default il y a 7 ans
common.go crypto/tls: fix docstring of Config.ClientSessionCache il y a 7 ans
conn.go crypto/tls: disallow handshake messages fragmented across CCS il y a 7 ans
conn_test.go crypto/tls: use io.ReadFull in conn_test.go il y a 7 ans
example_test.go crypto/tls: add example for Config KeyLogWriter il y a 8 ans
generate_cert.go crypto/tls: recommend P256 elliptic curve il y a 7 ans
handshake_client.go all: prefer strings.LastIndexByte over strings.LastIndex il y a 7 ans
handshake_client_test.go all: prefer bytes.IndexByte over bytes.Index il y a 7 ans
handshake_messages.go crypto/tls: reject SNI values with a trailing dot. il y a 7 ans
handshake_messages_test.go crypto/tls: fix clientHelloMsg fuzzer not to generate the RI SCSV il y a 7 ans
handshake_server.go crypto/tls: pass argument to serverInit rather than using a field in Config. il y a 7 ans
handshake_server_test.go crypto/tls: add BenchmarkHandshakeServer il y a 7 ans
handshake_test.go crypto/tls: switch to OpenSSL 1.1.0 for test data. il y a 8 ans
key_agreement.go all: fix article typos il y a 7 ans
prf.go all: standardize RFC mention format il y a 8 ans
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. il y a 9 ans
ticket.go crypto/tls: minor refactors for readability il y a 8 ans
tls.go all: prefer strings.LastIndexByte over strings.LastIndex il y a 7 ans
tls_test.go crypto/tls: make Config.Clone also clone the GetClientCertificate field il y a 7 ans