Sign in
go
/
go
/
e5624edc7e011b71237ba4713878b4b6ae0cab87
/
src
/
crypto
/
tls
/
handshake_server.go
e5624ed
crypto/tls: support TLS_FALLBACK_SCSV as a server.
by Adam Langley
· 10 years ago
64df53e
crypto/tls: ensure that we don't resume when tickets are disabled.
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/handshake_server.go]
fce6388
crypto/tls: implement tls-unique channel binding (RFC 5929 section 3).
by Andres Erbsen
· 11 years ago
14e8885
crypto/tls: Added dynamic alternative to NameToCertificate map for SNI
by Percy Wegmann
· 11 years ago
d0e255f
crypto/tls: add ALPN support.
by Adam Langley
· 11 years ago
3656c2d
crypto/tls: split connErr to avoid read/write races.
by Adam Langley
· 11 years ago
db99a8f
crypto/tls: pick ECDHE curves based on server preference.
by Adam Langley
· 11 years ago
6b29f7b
crypto/tls: better error messages.
by Adam Langley
· 11 years ago
c2d02b3
crypto/tls: do not send the current time in hello messages
by Anthony Martin
· 11 years ago
779ef7b
crypto/tls: support renegotiation extension.
by Adam Langley
· 11 years ago
efed6f9
crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake.
by Adam Langley
· 11 years ago
f752484
crypto/tls: don't select TLS 1.2 cipher suites in prior versions.
by Adam Langley
· 11 years ago
eef7035
crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate.
by Adam Langley
· 12 years ago
6a1022a
crypto/tls: fix TLS 1.2 client certificates.
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
2112fed
crypto/tls: support TLS 1.1.
by Adam Langley
· 12 years ago
8590e1b
crypto/tls: don't send NPN extension if NextProtos is not set.
by Adam Langley
· 12 years ago
76d5e2c
crypto/tls: use method values
by Brad Fitzpatrick
· 12 years ago
793cbd5
crypto/tls: allow the server to enforce its ciphersuite preferences.
by Adam Langley
· 12 years ago
65c7dc4
crypto/tls: support session ticket resumption.
by Adam Langley
· 12 years ago
67924c1
crypto/tls: explicitly require ExtKeyUsageClientAuth for client certs
by Mikkel Krautz
· 13 years ago
e6e8b72
crypto/tls: don't always use the default private key.
by Adam Langley
· 13 years ago
1d8ec87
crypto/tls: don't select ECC ciphersuites with no mutual curve.
by Adam Langley
· 13 years ago
8b7cdb7
go/printer, gofmt: improved comma placement
by Robert Griesemer
· 13 years ago
c581ec4
crypto/tls: Improve TLS Client Authentication
by Jeff R. Allen
· 13 years ago
554ac03
crypto: allocate less.
by Adam Langley
· 13 years ago
bac7bc5
Add a []byte argument to hash.Hash to allow an allocation to be saved.
by Adam Langley
· 13 years ago
03823b8
use new time API
by Russ Cox
· 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
7e48cb5
crypto/tls: add server side SNI support.
by Adam Langley
· 13 years ago
a775fbf
crypto/tls: support SSLv3
by Adam Langley
· 14 years ago
712fb6d
os.Error API: don't export os.ErrorString, use os.NewError consistently
by Robert Griesemer
· 14 years ago
c8727c8
pkg: spelling tweaks, A-H
by Robert Hencke
· 14 years ago
6f921f2
crypto/tls: add server-side OCSP stapling support.
by Adam Langley
· 14 years ago
ab2aca5
crypto/tls: select best ciphersuite, not worst.
by Adam Langley
· 14 years ago
e308d55
crypto: add package.
by Adam Langley
· 14 years ago
4883b73
crypto/tls: add ECDHE support
by Adam Langley
· 14 years ago
eedf5c4
crypto/tls: support CBC ciphers
by Adam Langley
· 14 years ago
b15c424
crypto/tls: add *Config argument to Dial
by Russ Cox
· 14 years ago
3478891
gofmt -s -w src misc
by Robert Griesemer
· 14 years ago
f6e2eab
crypto/tls: better error messages for certificate issues.
by Adam Langley
· 14 years ago
ba5b09f
crypto/hmac: make Sum idempotent
by Jukka-Pekka Kekkonen
· 15 years ago
c47123d
crypto/tls: client certificate support.
by Mikkel Krautz
· 15 years ago
72d9322
crypto/tls: simpler implementation of record layer
by Russ Cox
· 15 years ago
9ebb596
crypto/tls: extensions and Next Protocol Negotiation
by Adam Langley
· 15 years ago
5a1d332
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
6e0842d
crypto/tls: add initial client implementation.
by Adam Langley
· 15 years ago
9ac4449
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
by Russ Cox
· 15 years ago
fa57417
crypto/tls (part 6/5)
by Adam Langley
· 15 years ago
5e598c5
crypto/tls (part 3)
by Adam Langley
· 15 years ago