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 c1da171db7 crypto/tls: disable RC4 by default. há 9 anos
testdata crypto/tls: return correct hash function when using client certificates in handshake 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: disable RC4 by default. há 9 anos
conn.go crypto/tls: allow larger initial records. 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 AES_256_GCM_SHA384 cipher suites specified in RFC5289 há 9 anos
handshake_client_test.go crypto/tls: return correct hash function when using client certificates in handshake há 9 anos
handshake_messages.go crypto/tls: fix renegotiation extension. há 9 anos
handshake_messages_test.go crypto/tls: add ALPN support. há 10 anos
handshake_server.go crypto/tls: fix typo in tls handshake error há 9 anos
handshake_server_test.go crypto/tls: disable RC4 by default. há 9 anos
handshake_test.go crypto/tls: rework reference tests. há 10 anos
key_agreement.go crypto/tls: check curve equation in ECDHE. há 10 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: ensure that we don't resume when tickets are disabled. há 10 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