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.
Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
testdata crypto/tls: add support for session ticket key rotation il y a 9 ans
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. il y a 10 ans
cipher_suites.go crypto/tls: disable RC4 by default. il y a 9 ans
common.go crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
conn.go crypto/tls: add OCSP response to ConnectionState il y a 9 ans
conn_test.go crypto/tls: Added dynamic alternative to NameToCertificate map for SNI il y a 10 ans
example_test.go crypto/x509: add example of using a custom root list. il y a 10 ans
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go il y a 10 ans
handshake_client.go crypto/tls: add support for Certificate Transparency il y a 9 ans
handshake_client_test.go crypto/tls: add support for session ticket key rotation il y a 9 ans
handshake_messages.go crypto/tls: add support for Certificate Transparency il y a 9 ans
handshake_messages_test.go crypto/tls: add support for Certificate Transparency il y a 9 ans
handshake_server.go crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
handshake_server_test.go crypto/tls: call GetCertificate if Certificates is empty. il y a 9 ans
handshake_test.go crypto/tls: rework reference tests. il y a 10 ans
key_agreement.go crypto/tls: make use of crypto.Signer and crypto.Decrypter il y a 9 ans
prf.go crypto/tls: panic with unknown hash functions. il y a 9 ans
prf_test.go crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 il y a 9 ans
ticket.go crypto/tls: add support for session ticket key rotation il y a 9 ans
tls.go crypto/tls: remove return parameter stutter il y a 9 ans
tls_test.go crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). il y a 10 ans