index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls
/
handshake_client_test.go
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2022-04-08
all: consistently use US spelling of present participles
Daniel MartÃ
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-05-06
crypto/tls: enforce ALPN overlap when negotiated on both sides
Roland Shoemaker
2021-04-16
crypto/tls: fix flaky handshake cancellation tests
Johan Brandhorst
2021-03-17
crypto/tls: remove flaky cancellation test
Johan Brandhorst
2021-03-16
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2021-03-13
all: remove duplicate words
John Bampton
2021-02-24
docs: fix spelling
John Bampton
2020-12-17
crypto/tls: revert "add HandshakeContext method to Conn"
Johan Brandhorst
2020-11-09
crypto/tls: add HandshakeContext method to Conn
Johan Brandhorst
2020-06-09
crypto/tls: restore OCSP and SCTs during session resumption
Roland Shoemaker
2020-06-04
crypto/tls: set CipherSuite for VerifyConnection
Katie Hockman
2020-06-03
crypto/tls: fix duplicate calls to VerifyConnection
Katie Hockman
2020-05-18
crypto/tls: persist the createdAt time when re-wrapping session tickets
Katie Hockman
2020-05-08
crypto/tls: add Config.VerifyConnection callback
Katie Hockman
2020-05-08
crypto/tls: rotate session ticket keys
Katie Hockman
2020-05-07
crypto/tls: rotate session keys in older TLS versions
Katie Hockman
2020-05-05
crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checks
Filippo Valsorda
2020-02-27
all: fix incorrect channel and API usage in some unit tests
Ziheng Liu
2019-11-12
crypto/tls: re-enable RSA-PSS in TLS 1.2 again
Filippo Valsorda
2019-11-04
crypto/tls: make -update only regenerate transcripts for failing tests
Filippo Valsorda
2019-06-20
crypto/tls: move shared code and resources to handshake_test.go
Filippo Valsorda
2019-06-19
crypto/tls: disable RSA-PSS in TLS 1.2 again
Filippo Valsorda
2019-05-22
all: shorten some tests
Russ Cox
2019-05-17
crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3
Filippo Valsorda
2019-02-27
Revert "crypto/tls: disable RSA-PSS in TLS 1.2"
Filippo Valsorda
2019-02-26
crypto/tls: fix typo
Yasser Abdolmaleki
2019-02-07
crypto/tls: disable RSA-PSS in TLS 1.2
Filippo Valsorda
2018-11-30
crypto/tls: fix client certificates support for legacy servers
Filippo Valsorda
2018-11-29
crypto/tls: prevent the test server from sending session tickets
Filippo Valsorda
2018-11-12
crypto/tls: enable TLS 1.3 and update tests
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 downgrade protection
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 client authentication
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (server side)
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (client side)
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 middlebox compatibility mode
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 KeyUpdate messages
Filippo Valsorda
2018-11-12
crypto/tls: implement TLS 1.3 KeyLogWriter support
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 client handshake (base)
Filippo Valsorda
2018-11-02
crypto/tls: advertise and accept rsa_pss_rsae signature algorithms
Filippo Valsorda
2018-11-02
crypto/tls: implement TLS 1.3 version negotiation
Filippo Valsorda
2018-10-27
crypto/tls: bump test timeouts from 1s to 1m for slow builders
Filippo Valsorda
2018-10-25
crypto/tls: add timeouts to recorded tests
Filippo Valsorda
2018-10-19
crypto/tls: replace net.Pipe in tests with real TCP connections
Filippo Valsorda
2018-08-22
crypto/tls: make ConnectionState.ExportKeyingMaterial a method
Filippo Valsorda
2018-07-25
crypto/tls: fix deadlock when Read and Close called concurrently
Minaev Mike
2018-06-27
crypto/tls: add RSASSA-PSS support for handshake messages
Peter Wu
2017-09-27
all: prefer bytes.IndexByte over bytes.Index
Marvin Stenger
[next]