Alternative TLS implementation in Go
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. před 8 roky
testdata crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. před 8 roky
alert.go crypto/tls: switch to OpenSSL 1.1.0 for test data. před 8 roky
cipher_suites.go crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. před 8 roky
common.go crypto/tls: add a SignatureScheme type. před 8 roky
conn.go crypto/tls: add CloseWrite method to Conn před 8 roky
conn_test.go crypto/tls: implement countermeasures against CBC padding oracles před 8 roky
example_test.go crypto/x509: add example of using a custom root list. před 10 roky
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go před 10 roky
handshake_client.go crypto/tls: add VerifyPeerCertificate to tls.Config před 8 roky
handshake_client_test.go crypto/tls: fix vet issues again před 8 roky
handshake_messages.go crypto/tls: allow renegotiation to be handled by a client. před 8 roky
handshake_messages_test.go crypto/tls: decouple handshake signatures from the handshake hash. před 9 roky
handshake_server.go crypto/tls: add a SignatureScheme type. před 8 roky
handshake_server_test.go all: minor vet fixes před 8 roky
handshake_test.go crypto/tls: switch to OpenSSL 1.1.0 for test data. před 8 roky
key_agreement.go crypto/tls: support X25519. před 8 roky
prf.go all: standardize RFC mention format před 8 roky
prf_test.go crypto/tls: decouple handshake signatures from the handshake hash. před 9 roky
ticket.go crypto/tls: minor refactors for readability před 8 roky
tls.go crypto/tls: add Config.Clone před 8 roky
tls_test.go crypto/tls: add CloseWrite method to Conn před 8 roky