aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/tls/handshake_server.go
AgeCommit message (Expand)Author
2020-06-04crypto/tls: set CipherSuite for VerifyConnectionKatie Hockman
2020-06-03crypto/tls: fix duplicate calls to VerifyConnectionKatie 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-05crypto/tls: enforce TLS 1.3 (and TLS 1.2) downgrade protection checksFilippo Valsorda
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-12crypto/tls: re-enable RSA-PSS in TLS 1.2 againFilippo Valsorda
2019-11-12crypto/tls: select only compatible chains from CertificatesFilippo Valsorda
2019-11-12crypto/tls: implement (*ClientHelloInfo).SupportsCertificateFilippo Valsorda
2019-11-12crypto/tls: refactor certificate and signature algorithm logicFilippo Valsorda
2019-10-31crypto/tls: send ec_points_format extension in ServerHelloOlivier Poitrey
2019-10-30crypto/tls: improve error messages for invalid certificates and signaturesFilippo Valsorda
2019-10-04crypto/tls: remove NPN supportBrad Fitzpatrick
2019-08-27crypto/tls: remove 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-27Revert "crypto/tls: disable RSA-PSS in TLS 1.2"Filippo Valsorda
2019-02-07crypto/tls: disable RSA-PSS in TLS 1.2Filippo 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 version negotiationFilippo Valsorda
2018-11-02crypto/tls: implement TLS 1.3 version-specific messagesFilippo Valsorda
2018-10-29crypto/tls: rewrite some messages with golang.org/x/crypto/cryptobyteFilippo Valsorda
2018-10-17crypto/tls,crypto/x509: normalize RFC referencesFilippo Valsorda
2018-07-25crypto/tls: fix deadlock when Read and Close called concurrentlyMinaev Mike
2018-06-20crypto/tls: consolidate signatures handling in SKE and CVPeter Wu
2018-04-03crypto/tls: simplify the Handshake locking strategyFilippo Valsorda
2018-03-22crypto/tls: support keying material exportMike Danese
2017-10-13crypto/tls: replace signatureAndHash by SignatureScheme.Peter Wu
2017-05-16crypto/tls: pass argument to serverInit rather than using a field in Config.Adam Langley
2016-10-27crypto/tls: add a SignatureScheme type.Adam Langley
2016-10-26crypto/tls: expand ClientHelloInfoFilippo Valsorda
2016-10-24crypto/tls: add VerifyPeerCertificate to tls.ConfigJoshua Boelter
2016-10-18crypto/tls: add Config.GetConfigForClientAdam Langley
2016-08-27crypto/tls: add KeyLogWriter for debuggingJoonas Kuorilehto
2016-06-01crypto/tls: buffer handshake messages.Adam Langley
2016-05-18crypto/tls: Never resume sessions across different versions.David Benjamin
2016-04-28crypto/tls: allow renegotiation to be handled by a client.Adam Langley
2016-04-14crypto/tls: make error prefix uniform.Adam Langley
2016-03-25crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00.David Benjamin
2016-03-14crypto/tls: minor refactors for readabilityEmmanuel Odeke
2016-03-02crypto/tls: check errors from (*Conn).writeRecordTamir Duberstein
2016-03-02all: single space after period.Brad Fitzpatrick