65 次代码提交 (master)

作者 SHA1 备注 提交日期
  Henry Case 71ad89487d Change package trs to th5 5 年前
  Henry Case f09eee913a Change package name from tls to trs 5 年前
  Kris Kwiatkowski c752e2e7a4 test: adds tests for rsa-pss signatures 6 年前
  Henry D. Case 4b1b463735 Applies go fmt to all the code 6 年前
  Henry D. Case c1206cd452 Enable TLS 1.3 (draft-22) as default 6 年前
  Marvin Stenger d7983b094e all: prefer bytes.IndexByte over bytes.Index 7 年前
  Peter Wu 079992e500 tris: whitespace fix 7 年前
  Filippo Valsorda 50729f1a6c crypto/tls: fix and expand TestVerifyPeerCertificate and TestGetClientCertificate 7 年前
  Tomas Susanka 4b944d1428 tris: typos 7 年前
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts 7 年前
  Filippo Valsorda 6ca044cede tris: add picotls interop 8 年前
  Filippo Valsorda f8c15889af crypto/tls: implement TLS 1.3 server 0-RTT 8 年前
  Kevin Burke 72ea563e1e cmd/gofmt, crypto/tls: fix typos 8 年前
  Brad Fitzpatrick 3dc6b2757e all: sprinkle t.Parallel on some slow tests 8 年前
  Adam Langley a1b5b4eab5 crypto/tls: add GetClientCertificate callback 8 年前
  Josh Bleecher Snyder 5dbe3480aa crypto/tls: fix vet issues again 8 年前
  Joshua Boelter a660d3e993 crypto/tls: add VerifyPeerCertificate to tls.Config 8 年前
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. 8 年前
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 8 年前
  Adam Langley 1a30048f28 crypto/tls: fix printing of OpenSSL output when updating a test fails. 8 年前
  Adam Langley 6918d87d90 crypto/tls: switch to OpenSSL 1.1.0 for test data. 8 年前
  Adam Langley 5b97009ebb crypto/tls: simplify keylog tests. 8 年前
  Adam Langley b7ba182f28 crypto/tls: fix deadlock when racing to complete handshake. 8 年前
  Filippo Valsorda 37110e801a crypto/tls: flush the buffer on handshake errors 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 年前
  Adam Langley cfd077fd28 crypto/tls: support AES-128-CBC cipher suites with SHA-256. 8 年前
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8 年前
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8 年前
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 年前
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 年前
  Mikio Hara 75d204850c crypto/tls: don't send IPv6 literals and absolute FQDNs as SNI values 8 年前
  Martin Möhrmann 6ae0475759 all: fix typos and spelling 8 年前
  Ralph Corderoy 96e5bf3ce5 crypto/tls: Server can specify an unadvertised cipher suite 9 年前
  Shenghou Ma e90a6f8498 crypto/tls: add TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 cipher suites 9 年前
  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 年前
  Russ Cox 9c9b97f554 crypto/tls: fix ConnectionState().VerifiedChains for resumed connection 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 年前
  Joël Stemmer c32a7dcd6d crypto/tls: return correct hash function when using client certificates in handshake 9 年前
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 9 年前
  Russ Cox 14e9aa8cf5 crypto/tls: print unexpected error in test 10 年前
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10 年前
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 年前
  Adam Langley 98968dca72 crypto/tls: rework reference tests. 10 年前
  Adam Langley 1a11255b00 crypto/tls: advertise support for RSA+SHA1 in TLS 1.2 handshake. 11 年前
  Adam Langley 8eaa99cd77 crypto/tls: fix TLS 1.2 client certificates. 11 年前