Alternative TLS implementation in Go
Go to file
Adam Langley de4a706aa9 crypto/rsa: support > 3 primes.
With full multi-prime support we can support version 1 PKCS#1 private
keys. This means exporting all the members of rsa.PrivateKey, thus
making the API a little messy. However there has already been another
request to export this so it seems to be something that's needed.

Over time, rsa.GenerateMultiPrimeKey will replace rsa.GenerateKey, but
I need to work on the prime balance first because we're no longer
generating primes which are a multiples of 8 bits.

Fixes #987.

R=rsc
CC=golang-dev
https://golang.org/cl/4378046
2011-04-22 15:33:41 -04:00
alert.go crypto/tls: simpler implementation of record layer 2010-04-26 22:19:04 -07:00
cipher_suites.go crypto/tls: add ECDHE support 2010-12-16 17:10:50 -05:00
common.go crypto: move certificate verification into x509. 2011-04-19 09:57:58 -04:00
conn_test.go tls: fix argument mistake in Error call. 2010-12-17 13:47:52 -08:00
conn.go crypto: move certificate verification into x509. 2011-04-19 09:57:58 -04:00
generate_cert.go gofix: don't rewrite O_APPEND opens 2011-04-05 11:12:02 -04:00
handshake_client_test.go net: drop laddr from Dial, cname from LookupHost; new functions 2011-03-28 23:28:42 -04:00
handshake_client.go crypto: move certificate verification into x509. 2011-04-19 09:57:58 -04:00
handshake_messages_test.go gofmt: gofmt -s -w src misc 2011-04-13 15:13:59 -07:00
handshake_messages.go crypto/tls: add server-side OCSP stapling support. 2011-04-14 14:47:28 -04:00
handshake_server_test.go crypto/rsa: support > 3 primes. 2011-04-22 15:33:41 -04:00
handshake_server.go crypto/tls: add server-side OCSP stapling support. 2011-04-14 14:47:28 -04:00
key_agreement.go crypto: add package. 2011-02-01 11:02:48 -05:00
Makefile crypto: move certificate verification into x509. 2011-04-19 09:57:58 -04:00
parse-gnutls-cli-debug-log.py crypto/tls: check in support code. 2010-12-16 10:39:53 -05:00
prf_test.go crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00
prf.go crypto/tls: support CBC ciphers 2010-12-15 11:49:55 -05:00
tls.go src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00