]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add ECDHE support
authorAdam Langley <agl@golang.org>
Thu, 16 Dec 2010 22:10:50 +0000 (17:10 -0500)
committerAdam Langley <agl@golang.org>
Thu, 16 Dec 2010 22:10:50 +0000 (17:10 -0500)
commit4883b73982ad27752a1519c03928fb4659672ab0
tree2b770dec67f67b19b6539cc938a9951963d5820b
parent2e8be52ff77f33b49531c08e7a62e36a16bd8ca7
crypto/tls: add ECDHE support

(ECDHE is "Elliptic Curve Diffie Hellman Ephemeral")

R=rsc
CC=golang-dev
https://golang.org/cl/3668042
src/pkg/crypto/rsa/pkcs1v15.go
src/pkg/crypto/tls/Makefile
src/pkg/crypto/tls/cipher_suites.go
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/conn.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_client_test.go [new file with mode: 0644]
src/pkg/crypto/tls/handshake_messages.go
src/pkg/crypto/tls/handshake_messages_test.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/key_agreement.go [new file with mode: 0644]