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.
Russ Cox f98d01fb7e crypto/tls: add *Config argument to Dial 14 years ago
Makefile build: no required environment variables 14 years ago
alert.go crypto/tls: simpler implementation of record layer 14 years ago
ca_set.go crypto/tls: add *Config argument to Dial 14 years ago
common.go crypto/tls: add *Config argument to Dial 14 years ago
conn.go Removed bytes.Add and bytes.AddByte; we now have 'append'. 14 years ago
generate_cert.go crypto/tls: fix build of certificate generation example 14 years ago
handshake_client.go crypto/tls: add *Config argument to Dial 14 years ago
handshake_messages.go use append 14 years ago
handshake_messages_test.go crypto/tls: client certificate support. 14 years ago
handshake_server.go crypto/tls: add *Config argument to Dial 14 years ago
handshake_server_test.go gofmt -s -w src misc 14 years ago
prf.go crypto/hmac: make Sum idempotent 14 years ago
prf_test.go gofmt -s -w src misc 14 years ago
tls.go crypto/tls: add *Config argument to Dial 14 years ago