aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/common.go
AgeCommit message (Expand)Author
2021-08-26crypto/tls: fix typo in PreferServerCipherSuites commentvinckr
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-03-16crypto/tls: add HandshakeContext method to ConnJohan Brandhorst
2020-12-17crypto/tls: revert "add HandshakeContext method to Conn"Johan Brandhorst
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: add HandshakeContext method to ConnJohan Brandhorst
2020-11-09crypto/tls: don't use CN in BuildNameToCertificate if SANs are presentFilippo Valsorda
2020-10-27crypto/tls: document the ClientAuthType constsRoland Shoemaker
2020-09-29crypto/tls: make config.Clone return nil if the source is nilChen.Zhidong
2020-07-07crypto/tls: relax the docs of InsecureSkipVerifyFilippo Valsorda
2020-06-24crypto/tls: expand the ConnectionState docsFilippo Valsorda
2020-06-09crypto/tls: restore OCSP and SCTs during session resumptionRoland Shoemaker
2020-05-08crypto/tls: add Config.VerifyConnection callbackKatie Hockman
2020-05-08crypto/tls: rotate session ticket keysKatie Hockman
2020-05-05crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checksFilippo Valsorda
2020-03-19crypto/tls: update the MITM reference to "machine-in-the-middle"Chris Le Roy
2020-03-11crypto/tls: add {SignatureScheme,CurveID,ClientAuthType}.String()Filippo Valsorda
2020-02-26crypto/tls: use new ecdsa.VerifyASN1 APIKatie Hockman
2019-11-21crypto/tls: remove leftover extensionNextProtoNeg constantFilippo Valsorda
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-12crypto/tls: implement Certificate.SupportedSignatureAlgorithmsFilippo Valsorda
2019-11-12crypto/tls: select only compatible chains from CertificatesFilippo Valsorda
2019-11-12crypto/tls: implement (*CertificateRequestInfo).SupportsCertificateFilippo Valsorda
2019-11-12crypto/tls: implement (*ClientHelloInfo).SupportsCertificateFilippo Valsorda
2019-11-12crypto/tls: refactor certificate and signature algorithm logicFilippo Valsorda
2019-10-30crypto/tls: improve error messages for invalid certificates and signaturesFilippo Valsorda
2019-08-27crypto/tls: remove TLS 1.3 opt-outFilippo Valsorda
2019-08-27crypto/tls: remove SSLv3 supportFilippo Valsorda
2019-08-27crypto/tls: make SSLv3 again disabled by defaultFilippo Valsorda
2019-07-15crypto/tls: deprecate SSLv3 supportFilippo Valsorda
2019-06-19crypto/tls: disable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-05-17crypto/tls: add support for Ed25519 certificates in TLS 1.2 and 1.3Filippo Valsorda
2019-02-27crypto/tls: enable TLS 1.3 by defaultFilippo Valsorda
2019-02-27Revert "crypto/tls: disable RSA-PSS in TLS 1.2"Filippo Valsorda
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo Valsorda
2019-02-07crypto/tls: make TLS 1.3 opt-inFilippo Valsorda
2019-01-18crypto/tls: expand Config.CipherSuites docsFilippo Valsorda
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-30crypto/tls: fix client certificates support for legacy serversFilippo Valsorda
2018-11-12crypto/tls: don't modify Config.Certificates in BuildNameToCertificateFilippo Valsorda
2018-11-12crypto/tls: enable TLS 1.3 and update testsFilippo Valsorda
2018-11-12crypto/tls: set ServerName and unset TLSUnique in ConnectionState in TLS 1.3Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 downgrade protectionFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 client authenticationFilippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (server side)Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 PSK authentication (client side)Filippo Valsorda
2018-11-12crypto/tls: implement TLS 1.3 KeyUpdate messagesFilippo Valsorda