106 コミット (80f82d89c7dd1382f16341bb6ee0747c5d037a8c)

作成者 SHA1 メッセージ 日付
  Filippo Valsorda 4f7b5988a3 crypto/tls: add ConnectionState.Unique0RTTToken 7年前
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts 7年前
  Filippo Valsorda 922b99e473 crypto/tls: make 1.3 version negotiation more robust 7年前
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT 8年前
  Filippo Valsorda 453bd6af77 crypto/tls: implement TLS 1.3 PSK messages 8年前
  Filippo Valsorda 8052dc002f tris: extend ConnectionInfo 8年前
  Filippo Valsorda 4b0d17eca3 crypto/tls: implement TLS 1.3 minimal server 8年前
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites 8年前
  Filippo Valsorda 9bc837c453 [dev.tls] crypto/tls: implement TLS 1.3 messages 8年前
  Filippo Valsorda 7743362eba [dev.tls] crypto/tls: implement TLS 1.3 record layer 8年前
  Adam Langley b0bcb44715 crypto/tls: pass argument to serverInit rather than using a field in Config. 7年前
  Mike Danese cec37e0cf2 crypto/tls: make Config.Clone also clone the GetClientCertificate field 7年前
  Максим Федосеев c9d95e7aac crypto/tls: fix link to more info about channel bindings 7年前
  Adam Langley 2fd73e730d crypto/tls: document that only tickets are supported. 7年前
  Daniel Martí 6091662fa9 cmd/link, crypto/tls: don't use append loops 7年前
  Anmol Sethi c7f1c5bf4e crypto/tls: document ConnectionState.NegotiatedProtocol more clearly 7年前
  Adam Langley 1ac9b9783b crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. 8年前
  Adam Langley a1b5b4eab5 crypto/tls: add GetClientCertificate callback 8年前
  Adam Langley ce1c25b814 crypto/tls: add a SignatureScheme type. 8年前
  Filippo Valsorda b189f06b5c crypto/tls: expand ClientHelloInfo 8年前
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8年前
  Adam Langley 56db2e9d77 net/http: drop custom tls.Config cloning code. 8年前
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8年前
  Adam Langley 98052045d9 crypto/tls: enable X25519 by default. 8年前
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 8年前
  Adam Langley 5b97009ebb crypto/tls: simplify keylog tests. 8年前
  Joonas Kuorilehto 433c5c3eec crypto/tls: Add mutex to protect KeyLogWriter 8年前
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8年前
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8年前
  Adam Langley 251d647e6e crypto/tls: don't generate random ticket keys if already set. 8年前
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8年前
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8年前
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8年前
  Dan Peterson d33db60027 all: standardize RFC mention format 8年前
  Dominik Honnef eab2fdedca all: delete dead non-test code 8年前
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing 8年前
  Adam Langley f75fa96c2c crypto/tls: don't send IP literals as SNI values. 9年前
  Adam Langley 367577a70f Revert "crypto/tls: don't send IP literals as SNI values." 9年前
  Adam Langley 25dd71bbe6 crypto/tls: don't send IP literals as SNI values. 9年前
  aubble 06234ee3fc crypto/tls: note in comments that setting GetCertificate is now sufficient. 9年前
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 9年前
  Adam Langley 594d36e1f7 crypto/tls: update the supported signature algorithms. 9年前
  Adam Langley 728bcd44b6 crypto/tls: decouple handshake signatures from the handshake hash. 9年前
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. 9年前
  Jonathan Rudenberg 28ca92f12d crypto/tls: add OCSP response to ConnectionState 9年前
  Jonathan Rudenberg 03a329f274 crypto/tls: add support for session ticket key rotation 9年前
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9年前
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. 9年前
  Jacob H. Haven 14accaf7f3 crypto/tls: make use of crypto.Signer and crypto.Decrypter 9年前
  Matt Bostock 1282c034fb crypto/tls: Correct minimum version in comment 9年前