aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls
AgeCommit message (Expand)Author
2021-08-26crypto/tls: fix typo in PreferServerCipherSuites commentvinckr
2021-07-12crypto/tls: test key type when castingRoland Shoemaker
2021-06-10crypto/tls: let HTTP/1.1 clients connect to servers with NextProtos "h2"go1.17beta1Filippo Valsorda
2021-06-07crypto/tls: fix typo in Config.NextProtos docsFilippo Valsorda
2021-05-08crypto/tls: make cipher suite preference ordering automaticFilippo Valsorda
2021-05-06crypto/tls: enforce ALPN overlap when negotiated on both sidesRoland Shoemaker
2021-04-16crypto/tls: fix flaky handshake cancellation testsJohan Brandhorst
2021-04-10all: fix spellingsNaman Gera
2021-03-17crypto/tls: remove flaky cancellation testJohan Brandhorst
2021-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2021-03-13all: remove duplicate wordsJohn Bampton
2021-03-11docs: clarify when APIs use context.Background.Matt T. Proud
2021-02-24docs: fix spellingJohn Bampton
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-10crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware supportRoland Shoemaker
2020-11-09crypto/tls: ensure the server picked an advertised ALPN protocolFilippo Valsorda
2020-11-09crypto/tls: drop macFunction abstractionFilippo Valsorda
2020-11-09crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-11-09crypto/tls: don't use CN in BuildNameToCertificate if SANs are presentFilippo Valsorda
2020-11-09crypto/tls: pool Conn's outBuf to reduce memory cost of idle connectionscch123
2020-11-07crypto/tls: set Deadline before sending close notify alertKatie Hockman
2020-10-27crypto/tls: document the ClientAuthType constsRoland Shoemaker
2020-10-24crypto/tls: add no-shared to openssl build instructionsThom Wiggers
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-06crypto/tls: fix typo in spelling of permanentErrorLuca Spiller
2020-09-29crypto/tls: fix TestLinkerGC testCherry Zhang
2020-09-29crypto/tls: make config.Clone return nil if the source is nilChen.Zhidong
2020-09-24crypto/tls: replace errClosed with net.ErrClosedAinar Garipov
2020-07-08crypto: fix PKCS space in docsKatie Hockman
2020-07-07crypto/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-07-03crypto/tls: create certs w/o KeyEncipherment KU for non-RSA keys in generate_...Daniel
2020-06-24crypto/tls: replace VerifyPeerCertificate example with VerifyConnectionFilippo Valsorda
2020-06-24crypto/tls: expand the ConnectionState docsFilippo Valsorda
2020-06-24crypto/tls: fix DialContext docsFilippo Valsorda
2020-06-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
2020-06-04crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman
2020-06-03crypto/tls: test that Clone copies session ticket key fieldsKatie Hockman
2020-06-03crypto/tls: fix duplicate calls to VerifyConnectionKatie Hockman
2020-05-18crypto/tls: remove version check when unmarshaling sessionStateKatie Hockman
2020-05-18crypto/tls: persist the createdAt time when re-wrapping session ticketsKatie Hockman
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-05-08crypto/tls: rotate session ticket keysKatie Hockman
2020-05-07crypto/tls: rotate session keys in older TLS versionsKatie Hockman
2020-05-07crypto/tls: fix sessionState marshalingKatie Hockman
2020-05-06crypto/tls: accept HelloRetryRequest messages with only a cookieFilippo Valsorda
2020-05-06crypto/tls: marshal sessionState using cryptobyteKatie Hockman
2020-05-05crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checksFilippo Valsorda
2020-05-05math/big: add (*Int).FillBytesFilippo Valsorda