Sign in
go
/
go
/
e5b13401c6b19f58a8439f1019a80fe540c0c687
/
src
/
crypto
/
tls
/
handshake_server.go
e5b1340
crypto/tls: fix deadlock when Read and Close called concurrently
by Minaev Mike
· 7 years ago
c89d75f
crypto/tls: consolidate signatures handling in SKE and CV
by Peter Wu
· 7 years ago
ee7dd81
crypto/tls: simplify the Handshake locking strategy
by Filippo Valsorda
· 8 years ago
c529141
crypto/tls: support keying material export
by Mike Danese
· 7 years ago
d1bbdbe
crypto/tls: replace signatureAndHash by SignatureScheme.
by Peter Wu
· 8 years ago
46f4bfb
crypto/tls: pass argument to serverInit rather than using a field in Config.
by Adam Langley
· 8 years ago
ec18e93
crypto/tls: add a SignatureScheme type.
by Adam Langley
· 8 years ago
51c959b
crypto/tls: expand ClientHelloInfo
by Filippo Valsorda
· 8 years ago
426c287
crypto/tls: add VerifyPeerCertificate to tls.Config
by Joshua Boelter
· 9 years ago
cff3e75
crypto/tls: add Config.GetConfigForClient
by Adam Langley
· 8 years ago
320bd56
crypto/tls: add KeyLogWriter for debugging
by Joonas Kuorilehto
· 9 years ago
2a8c81f
crypto/tls: buffer handshake messages.
by Adam Langley
· 9 years ago
ebbe4f8
crypto/tls: Never resume sessions across different versions.
by David Benjamin
· 9 years ago
af125a5
crypto/tls: allow renegotiation to be handled by a client.
by Adam Langley
· 9 years ago
eede112
crypto/tls: make error prefix uniform.
by Adam Langley
· 9 years ago
b88147c
crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00.
by David Benjamin
· 9 years ago
f0711b9
crypto/tls: minor refactors for readability
by Emmanuel Odeke
· 9 years ago
37c2875
crypto/tls: check errors from (*Conn).writeRecord
by Tamir Duberstein
· 9 years ago
5fea2cc
all: single space after period.
by Brad Fitzpatrick
· 9 years ago
c72b8aa
crypto/tls: don't require an explicit client-auth EKU.
by Adam Langley
· 10 years ago
09b238f
crypto/tls: decouple handshake signatures from the handshake hash.
by Adam Langley
· 10 years ago
cba882e
crypto/tls: call GetCertificate if Certificates is empty.
by Adam Langley
· 10 years ago
bff1417
crypto/tls: add support for session ticket key rotation
by Jonathan Rudenberg
· 10 years ago
02e69c4
crypto/tls: add support for Certificate Transparency
by Jonathan Rudenberg
· 10 years ago
7b850ec6
crypto/tls: tidy up a little and add test.
by Adam Langley
· 10 years ago
28f33b4
crypto/tls: make use of crypto.Signer and crypto.Decrypter
by Jacob H. Haven
· 10 years ago
2adc4e8
all: use "reports whether" in place of "returns true if(f)"
by Josh Bleecher Snyder
· 10 years ago
1d0a9eb
crypto/tls: fix typo in tls handshake error
by Joël Stemmer
· 10 years ago
9b6ccb1
all: don't refer to code.google.com/p/go{,-wiki}/
by Péter Surányi
· 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
1965b03
crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version
by Ben Burkert
· 10 years ago
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