52 コミット (95bebf2e8ea79292fe32063e224a31da4fc4e283)

作成者 SHA1 メッセージ 日付
  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年前
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA 11年前
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11年前
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11年前
  John Shahid 2946f7013d crypto/tls: Check all certificates in the path. 11年前
  Adam Langley 44490a3db4 crypto/tls: fix flakey test. 11年前
  Adam Langley 7b0cd8f727 crypto/tls: ignore empty TLS records. 11年前
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST 12年前
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. 12年前
  Adam Langley ca7f685323 crypto/tls: update how we create testing scripts. 12年前
  Shenghou Ma 136907f44f all: update 'gotest' to 'go test' 12年前
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13年前
  Russ Cox 9fe949aa97 net: drop laddr from Dial, cname from LookupHost; new functions 13年前