Alternative TLS implementation in Go
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. há 9 anos
testdata crypto/tls: add support for session ticket key rotation há 9 anos
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. há 10 anos
cipher_suites.go crypto/tls: disable RC4 by default. há 9 anos
common.go crypto/tls: call GetCertificate if Certificates is empty. há 9 anos
conn.go crypto/tls: add OCSP response to ConnectionState há 9 anos
conn_test.go crypto/tls: Added dynamic alternative to NameToCertificate map for SNI há 10 anos
example_test.go crypto/x509: add example of using a custom root list. há 10 anos
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go há 10 anos
handshake_client.go crypto/tls: add support for Certificate Transparency há 9 anos
handshake_client_test.go crypto/tls: add support for session ticket key rotation há 9 anos
handshake_messages.go crypto/tls: add support for Certificate Transparency há 9 anos
handshake_messages_test.go crypto/tls: add support for Certificate Transparency há 9 anos
handshake_server.go crypto/tls: call GetCertificate if Certificates is empty. há 9 anos
handshake_server_test.go crypto/tls: call GetCertificate if Certificates is empty. há 9 anos
handshake_test.go crypto/tls: rework reference tests. há 10 anos
key_agreement.go crypto/tls: make use of crypto.Signer and crypto.Decrypter há 9 anos
prf.go crypto/tls: panic with unknown hash functions. há 9 anos
prf_test.go crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 há 9 anos
ticket.go crypto/tls: add support for session ticket key rotation há 9 anos
tls.go crypto/tls: remove return parameter stutter há 9 anos
tls_test.go crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). há 10 anos