Sign in
go
/
go
/
c10e61424f9c17c2972a438287ff9ac90d6b55a4
/
src
/
crypto
/
tls
/
cipher_suites.go
48d8edb
crypto/tls: disable CBC cipher suites with SHA-256 by default
by Filippo Valsorda
· 8 years ago
35e5fd0
crypto/tls: enable ChaCha20-Poly1305 cipher suites by default.
by Adam Langley
· 8 years ago
007c907
crypto/tls: only store a single nonce for AES-GCM.
by Adam Langley
· 8 years ago
67d8226
crypto/tls: support ChaCha20-Poly1305.
by Adam Langley
· 8 years ago
f28cf83
crypto/tls: implement countermeasures against CBC padding oracles
by Filippo Valsorda
· 9 years ago
da2a938
crypto/tls: fix comment typo.
by Adam Langley
· 9 years ago
8741504
crypto/tls: support AES-128-CBC cipher suites with SHA-256.
by Adam Langley
· 9 years ago
b88147c
crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00.
by David Benjamin
· 9 years ago
055dcb7
crypto/tls: document that the cipher suite list is non-exhaustive.
by Adam Langley
· 9 years ago
1e00cc1
crypto/tls: Improve ambiguous comment in cipher_suites.go
by Brady Sullivan
· 9 years ago
deb0961
crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites
by Shenghou Ma
· 9 years ago
09b238f
crypto/tls: decouple handshake signatures from the handshake hash.
by Adam Langley
· 10 years ago
d26fdf2
crypto/tls: disable RC4 by default.
by Adam Langley
· 10 years ago
f1d669a
crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289
by Jacob H. Haven
· 10 years ago
e5624ed
crypto/tls: support TLS_FALLBACK_SCSV as a server.
by Adam Langley
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/crypto/tls/cipher_suites.go]
f752484
crypto/tls: don't select TLS 1.2 cipher suites in prior versions.
by Adam Langley
· 12 years ago
eef7035
crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.
by Adam Langley
· 12 years ago
2fe9a5a
crypto/tls: support AES-GCM.
by Adam Langley
· 12 years ago
7b7dac5
crypto/tls: Add support for ECDHE-ECDSA
by Joel Sing
· 12 years ago
7e76779
crypto/tls: implement TLS 1.2.
by Adam Langley
· 12 years ago
966e889
crypto/tls: change advertised ciphersuite order.
by Adam Langley
· 12 years ago
2112fed
crypto/tls: support TLS 1.1.
by Adam Langley
· 12 years ago
57557c0
tls: add AES256 ciphers
by Benjamin Black
· 13 years ago
e6e8b72
crypto/tls: don't always use the default private key.
by Adam Langley
· 13 years ago
8d66a41
crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256
by Luit van Drongelen
· 13 years ago
554ac03
crypto: allocate less.
by Adam Langley
· 13 years ago
dcf1d7b
gofmt -s misc src
by Russ Cox
· 13 years ago
bac7bc5
Add a []byte argument to hash.Hash to allow an allocation to be saved.
by Adam Langley
· 13 years ago
1eb7ca9
crypto/tls: don't rely on map iteration order.
by Adam Langley
· 13 years ago
c2049d2
src/pkg/[a-m]*: gofix -r error -force=error
by Russ Cox
· 13 years ago
690d59f
crypto/tls: add 3DES ciphersuites
by Louis Kruger
· 13 years ago
a775fbf
crypto/tls: support SSLv3
by Adam Langley
· 14 years ago
4883b73
crypto/tls: add ECDHE support
by Adam Langley
· 14 years ago
1a072f4
crypto/tls: commit fixes which I hadn't saved.
by Adam Langley
· 14 years ago
eedf5c4
crypto/tls: support CBC ciphers
by Adam Langley
· 14 years ago