Alternative TLS implementation in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Langley c1da171db7 crypto/tls: disable RC4 by default. пре 9 година
testdata crypto/tls: return correct hash function when using client certificates in handshake пре 9 година
alert.go crypto/tls: support TLS_FALLBACK_SCSV as a server. пре 10 година
cipher_suites.go crypto/tls: disable RC4 by default. пре 9 година
common.go crypto/tls: disable RC4 by default. пре 9 година
conn.go crypto/tls: allow larger initial records. пре 9 година
conn_test.go crypto/tls: Added dynamic alternative to NameToCertificate map for SNI пре 10 година
example_test.go crypto/x509: add example of using a custom root list. пре 10 година
generate_cert.go crypto/tls: Support ECDSA keys in generate_cert.go пре 10 година
handshake_client.go crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 пре 9 година
handshake_client_test.go crypto/tls: return correct hash function when using client certificates in handshake пре 9 година
handshake_messages.go crypto/tls: fix renegotiation extension. пре 9 година
handshake_messages_test.go crypto/tls: add ALPN support. пре 10 година
handshake_server.go crypto/tls: fix typo in tls handshake error пре 9 година
handshake_server_test.go crypto/tls: disable RC4 by default. пре 9 година
handshake_test.go crypto/tls: rework reference tests. пре 10 година
key_agreement.go crypto/tls: check curve equation in ECDHE. пре 10 година
prf.go crypto/tls: panic with unknown hash functions. пре 9 година
prf_test.go crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 пре 9 година
ticket.go crypto/tls: ensure that we don't resume when tickets are disabled. пре 10 година
tls.go crypto/tls: remove return parameter stutter пре 9 година
tls_test.go crypto/tls: implement tls-unique channel binding (RFC 5929 section 3). пре 10 година