aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/key_schedule.go
AgeCommit message (Expand)Author
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda
2019-11-13src/vendor,crypto/tls: update to latest x/crypto and use new X25519 APIFilippo Valsorda
2019-06-20crypto/tls: reject low-order Curve25519 pointsFilippo Valsorda
2019-03-11all: move internal/x to vendor/golang.org/x and revendor using 'go mod vendor'Bryan C. Mills
2018-11-29vendor/golang_org/x: move to internal/xBryan C. Mills
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (client side)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 client handshake (base)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 cryptographic computationsFilippo Valsorda