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
/
ticket.go
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2020-05-18
crypto/tls: remove version check when unmarshaling sessionState
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-07
crypto/tls: fix sessionState marshaling
Katie Hockman
2020-05-06
crypto/tls: marshal sessionState using cryptobyte
Katie Hockman
2019-03-11
all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'
Bryan C. Mills
2018-11-29
vendor/golang_org/x: move to internal/x
Bryan C. Mills
2018-11-12
crypto/tls: implement TLS 1.3 PSK authentication (server side)
Filippo Valsorda
2018-10-25
crypto/tls: replace custom equal implementations with reflect.DeepEqual
Filippo Valsorda
2016-03-14
crypto/tls: minor refactors for readability
Emmanuel Odeke
2015-04-26
crypto/tls: add support for session ticket key rotation
Jonathan Rudenberg
2014-09-26
crypto/tls: ensure that we don't resume when tickets are disabled.
Adam Langley
2014-09-08
build: move package sources from src/pkg to src
Russ Cox