89 コミット (51a4ff64d8ddffc4cab500950ba01a9d3805e75e)

作成者 SHA1 メッセージ 日付
  Henry D. Case 4b1b463735 Applies go fmt to all the code 6年前
  Henry D. Case 42d5f61fd6 Set default MinVersion of protocol to TLSv12 6年前
  Henry D. Case c1206cd452 Enable TLS 1.3 (draft-22) as default 6年前
  Peter Wu 998f77009e crypto/tls: remove TLS13CipherSuites. 7年前
  Tomas Susanka 4b944d1428 tris: typos 7年前
  Filippo Valsorda 4191962f25 crypto/tls: use correct alerts 7年前
  Filippo Valsorda 26a95ba46a [dev.tls] crypto/tls: implement TLS 1.3 cipher suites 8年前
  Filippo Valsorda 7743362eba [dev.tls] crypto/tls: implement TLS 1.3 record layer 8年前
  Filippo Valsorda 66a1e759f3 crypto/tls: add BenchmarkHandshakeServer 7年前
  Adam Langley 59e91483bd crypto/tls: reject SNI values with a trailing dot. 7年前
  Ian Lance Taylor 58695365b9 all: don't call t.Fatal from a goroutine 8年前
  Brad Fitzpatrick 3dc6b2757e all: sprinkle t.Parallel on some slow tests 8年前
  Josh Bleecher Snyder 5b71240bb5 all: minor vet fixes 8年前
  Adam Langley 83797dffac crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. 8年前
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8年前
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. 8年前
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 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年前
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8年前
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8年前
  Adam Langley cde0e97e4c crypto/x509: require a NULL parameters for RSA public keys. 8年前
  Atin M 4b78482c8b crypto/tls: set Conn.ConnectionState.ServerName unconditionally 8年前
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8年前
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. 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年前
  Brad Fitzpatrick fbcc97bc82 all: single space after period. 8年前
  Tamir Duberstein 78266c8c7c crypto/tls: don't log expected errors in test 8年前
  Tamir Duberstein 5e9ba4345a crypto/tls: tests prefer constants to opaque literals 8年前
  Rob Pike 5bf12753e9 all: fix some vet-caught formatting errors, mostly but not only in tests 9年前
  Adam Langley bd4954ddeb crypto/tls: update testing certificates. 9年前
  Adam Langley 0269b0170f crypto/tls: call GetCertificate if Certificates is empty. 9年前
  Jonathan Rudenberg 8ea126be4d crypto/tls: add support for Certificate Transparency 9年前
  Jonathan Rudenberg 65d33c3580 crypto/tls: fix test data generation 9年前
  Adam Langley 0c7dc105c1 crypto/tls: tidy up a little and add test. 9年前
  Adam Langley c1da171db7 crypto/tls: disable RC4 by default. 9年前
  Joël Stemmer 921f871f9e crypto/tls: fix typo in tls handshake error 9年前
  Jacob H. Haven e8ae7b54bb crypto/tls: add support for AES_256_GCM_SHA384 cipher suites specified in RFC5289 9年前
  Adam Langley 0581a2f81d crypto/tls: fix renegotiation extension. 9年前
  Ben Burkert 18902d24a3 crypto/tls: enable TLS_FALLBACK_SCSV in server with default max version 9年前
  Adam Langley 4e47a4aef7 crypto/tls: support TLS_FALLBACK_SCSV as a server. 10年前
  Adam Langley d279bab6f5 crypto/tls: ensure that we don't resume when tickets are disabled. 10年前
  Percy Wegmann 9e441ebf1d crypto/tls: Added dynamic alternative to NameToCertificate map for SNI 10年前
  Adam Langley 5e8d397065 crypto/tls: add ALPN support. 10年前
  Robert Griesemer 601d9250e6 src, misc: applied gofmt -w -s 10年前
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10年前
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 10年前
  Adam Langley 5a2aacff2f crypto/tls: better error messages. 10年前
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10年前