408 Commits (9e22da5ecc059f6a9f52312e29042419e5da5dfe)
 

Author SHA1 Message Date
  Adam Langley 56db2e9d77 net/http: drop custom tls.Config cloning code. 8 years ago
  Adam Langley 83797dffac crypto/tls: enable ChaCha20-Poly1305 cipher suites by default. 8 years ago
  Adam Langley 826c39c6ef crypto/tls: add Config.GetConfigForClient 8 years ago
  Adam Langley 6f5a445fc3 crypto/tls: only store a single nonce for AES-GCM. 8 years ago
  Adam Langley 2d346b9207 Revert "crypto/tls: add CloseWrite method to Conn" 8 years ago
  Adam Langley 41aac6ea44 crypto/tls: support ChaCha20-Poly1305. 8 years ago
  Ben Burkert 152328ca0e crypto/tls: add CloseWrite method to Conn 8 years ago
  Adam Langley 98052045d9 crypto/tls: enable X25519 by default. 8 years ago
  Adam Langley 7ef5c9eac8 crypto/tls: support X25519. 8 years ago
  Adam Langley 1a30048f28 crypto/tls: fix printing of OpenSSL output when updating a test fails. 8 years ago
  Adam Langley 6918d87d90 crypto/tls: switch to OpenSSL 1.1.0 for test data. 8 years ago
  Filippo Valsorda 318ec0c21a crypto/tls: implement countermeasures against CBC padding oracles 8 years ago
  Adam Langley 5b97009ebb crypto/tls: simplify keylog tests. 8 years ago
  David Benjamin 5716364b9c crypto/tls: Fix c.in.decrypt error handling. 8 years ago
  Adam Langley b7ba182f28 crypto/tls: fix deadlock when racing to complete handshake. 8 years ago
  Filippo Valsorda 37110e801a crypto/tls: flush the buffer on handshake errors 8 years ago
  Joonas Kuorilehto 433c5c3eec crypto/tls: Add mutex to protect KeyLogWriter 8 years ago
  Brad Fitzpatrick 1822025fbf crypto/tls: add Config.Clone 8 years ago
  Brad Fitzpatrick 0d6f47c2a7 all: use time.Until where applicable 8 years ago
  Joonas Kuorilehto f513433c3e crypto/tls: add KeyLogWriter for debugging 8 years ago
  Adam Langley 251d647e6e crypto/tls: don't generate random ticket keys if already set. 8 years ago
  Adam Langley 999c968fe2 crypto/tls: fix comment typo. 8 years ago
  Adam Langley cfd077fd28 crypto/tls: support AES-128-CBC cipher suites with SHA-256. 8 years ago
  Adam Langley cde0e97e4c crypto/x509: require a NULL parameters for RSA public keys. 8 years ago
  Atin M 4b78482c8b crypto/tls: set Conn.ConnectionState.ServerName unconditionally 8 years ago
  Josh Bleecher Snyder 8e34bdcdf7 crypto/tls: fix WriteTo method signature 8 years ago
  Mikio Hara 6a4ec07878 crypto/tls: gofmt -w -s 8 years ago
  Tom Bergan 38b469124e crypto/tls: Use the same buffer size in the client and server in the TLS throughput benchmark 8 years ago
  Ian Lance Taylor 4cf6d7923b crypto/tls: don't copy Mutex or Once values 8 years ago
  Adam Langley 0d94116736 crypto/tls: buffer handshake messages. 8 years ago
  Robert Griesemer a709e2d83c crypto/tls: remove unused variable in benchmark code 8 years ago
  Andrew Gerrand 798aee2597 crypto/tls: reduce size of buffer in throughput benchmarks 8 years ago
  Austin Clements 5166c9e255 crypto/tls: gofmt 8 years ago
  Mikio Hara cbcba9f9b6 crypto/tls: fix race in Benchmark{Throughput,Latency} 8 years ago
  Russ Cox 81aa612742 crypto/tls: adjust dynamic record sizes to grow arithmetically 8 years ago
  David Benjamin 6781899784 crypto/tls: Never resume sessions across different versions. 8 years ago
  Scott Bell 6885da92a7 crypto/tls: document certificate chains in LoadX509KeyPair 8 years ago
  Adam Langley 07b6287f24 crypto/tls: allow renegotiation to be handled by a client. 8 years ago
  Matthew Dempsky 21704146dc all: remove unnecessary type conversions 8 years ago
  Adam Langley df48510552 crypto/tls: make error prefix uniform. 8 years ago
  Dan Peterson d33db60027 all: standardize RFC mention format 8 years ago
  David Benjamin ca4a3279f9 crypto/tls: Enforce that version and cipher match on resume. 8 years ago
  David Benjamin 0d2c944f7b crypto/tls: Update references to draft-ietf-tls-downgrade-scsv-00. 8 years ago
  Dominik Honnef eab2fdedca all: delete dead non-test code 8 years ago
  Emmanuel Odeke e15014c62b crypto/tls: minor refactors for readability 8 years ago
  Tom Bergan 9f2da1d218 crypto/tls: implement dynamic record sizing 8 years ago
  Adam Langley e97230a260 crypto/tls: document that the cipher suite list is non-exhaustive. 8 years ago
  Adam Langley 2cd00eea5d crypto/tls: better error for oversized handshake messages. 8 years ago
  Brad Fitzpatrick dae4f046c8 crypto/tls: test for timeout error using the net.Error interface 8 years ago
  Tamir Duberstein 326f5bb02b crypto/tls: check errors from (*Conn).writeRecord 8 years ago