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.
Alex Brainman ba4d79c54f crypto/tls: cleanup certificate load on windows 13 years ago
Makefile crypto/tls: fetch root CA from Windows store 13 years ago
alert.go crypto/tls: add Error method to alert 13 years ago
cipher_suites.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
common.go use new time API 13 years ago
conn.go various: reduce overuse of os.EINVAL + others 13 years ago
conn_test.go crypto/tls: add server side SNI support. 13 years ago
generate_cert.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 13 years ago
handshake_client.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
handshake_client_test.go crypto/tls: support SSLv3 13 years ago
handshake_messages.go crypto/tls: fix handshake message test 13 years ago
handshake_messages_test.go crypto/tls: fix handshake message test 13 years ago
handshake_server.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
handshake_server_test.go use new time API 13 years ago
key_agreement.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
parse-gnutls-cli-debug-log.py crypto/tls: add 3DES ciphersuites 13 years ago
prf.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 13 years ago
prf_test.go crypto/tls: support SSLv3 13 years ago
root_darwin.go crypto/tls: fetch root certificates using Mac OS API 13 years ago
root_stub.go crypto/tls: fetch root certificates using Mac OS API 13 years ago
root_test.go crypto/tls: fetch root certificates using Mac OS API 13 years ago
root_unix.go crypto/tls: add openbsd root certificate location 13 years ago
root_windows.go crypto/tls: cleanup certificate load on windows 13 years ago
tls.go crypto/x509, crypto/tls: support PKCS#8 private keys. 13 years ago