aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/common.go
AgeCommit message (Expand)Author
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
2018-11-12crypto/tls: implement TLS 1.3 KeyLogWriter supportFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 server handshake (base)Filippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 client handshake (base)Filippo Valsorda
2018-11-02crypto/tls: advertise and accept rsa_pss_rsae signature algorithmsFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 version negotiationFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 version-specific messagesFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 record layer and cipher suitesFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 extensions for ClientHello and ServerHelloFilippo Valsorda
2018-10-31crypto/tls: cache Leaf certificate during BuildNameToCertificateDarien Raymond
2018-10-30crypto/tls: clarify documentation on tls.Config.NextProtosPontus Leitzler
2018-10-17crypto/tls,crypto/x509: normalize RFC referencesFilippo Valsorda
2018-08-22crypto/tls: make ConnectionState.ExportKeyingMaterial a methodFilippo Valsorda