42 Commits (73687a33accffae0cc7f36901eee31d8217f5c65)

Author SHA1 Message Date
  Adam Langley 24720a0864 crypto/tls: report TLS version in ConnectionState. 10 years ago
  Adam Langley 514cfc8a40 crypto/tls: pick ECDHE curves based on server preference. 10 years ago
  Adam Langley 5a2aacff2f crypto/tls: better error messages. 10 years ago
  Gautham Thambidorai 9323f900fd crypto/tls: Client side support for TLS session resumption. 10 years ago
  Adam Langley 6f38414b48 crypto/tls: support renegotiation extension. 10 years ago
  Adam Langley 98968dca72 crypto/tls: rework reference tests. 10 years ago
  Adam Langley 493b985991 crypto/tls: don't select TLS 1.2 cipher suites in prior versions. 11 years ago
  Adam Langley 679f6ca983 crypto/tls: don't select ECDSA ciphersuites with only an RSA certificate. 11 years ago
  Adam Langley 5774c69eb7 crypto/tls: support AES-GCM. 11 years ago
  Joel Sing 749a12a83a crypto/tls: Add support for ECDHE-ECDSA 11 years ago
  Adam Langley 3a888fc059 crypto/tls: implement TLS 1.2. 11 years ago
  Adam Langley 79e7f7decf crypto/tls: support TLS 1.1. 11 years ago
  Adam Langley 9d5e7dd72f crypto/tls: allow the server to enforce its ciphersuite preferences. 11 years ago
  Anthony Martin a954c40163 crypto/tls: use 1/n-1 record splitting to protect against BEAST 12 years ago
  Adam Langley 489bd5ddd5 crypto/tls: make closeNotify a warning alert. 12 years ago
  Adam Langley 13d26a420a crypto/tls: support session ticket resumption. 12 years ago
  Adam Langley 30b2db1e5f crypto/tls: don't always use the default private key. 12 years ago
  Adam Langley ca7f685323 crypto/tls: update how we create testing scripts. 12 years ago
  Robert Griesemer 000149abb2 all: gofmt -w -s src misc 12 years ago
  Shenghou Ma 136907f44f all: update 'gotest' to 'go test' 12 years ago
  Jeff R. Allen 5fa105421a crypto/tls: Improve TLS Client Authentication 12 years ago
  Russ Cox 119592d80f use new strconv API 13 years ago
  Russ Cox 37bb6649e2 use new time API 13 years ago
  Rob Pike 1530d25d4f renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 13 years ago
  Russ Cox 107fb7400c src/pkg/[a-m]*: gofix -r error -force=error 13 years ago
  Mikkel Krautz 7697013b51 crypto/tls: fetch root certificates using Mac OS API 13 years ago
  Louis Kruger 0d32935135 crypto/tls: add 3DES ciphersuites 13 years ago
  Adam Langley 76c2ff557a crypto/tls: support SSLv3 13 years ago
  Russ Cox 39082848cf crypto/tls: handle non-TLS more robustly 13 years ago
  Robert Griesemer 5085d142c2 go/printer: changed max. number of newlines from 3 to 2 13 years ago
  Adam Langley de4a706aa9 crypto/rsa: support > 3 primes. 13 years ago
  Kyle Consalus 6e38ce296e Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run". 13 years ago
  Adam Langley 9d188d7c03 crypto/tls: missed a file 14 years ago
  Adam Langley 4dcd8890aa crypto/tls: check in support code. 14 years ago
  Adam Langley 50ac183397 crypto/tls: support CBC ciphers 14 years ago
  Robert Griesemer b1f31f442e gofmt -s -w src misc 14 years ago
  Adam Langley a54a4371e7 crypto/tls: add client OCSP stapling support. 14 years ago
  Russ Cox 751062bb0e crypto/tls: simpler implementation of record layer 14 years ago
  Adam Langley 581072a866 crypto/tls: extensions and Next Protocol Negotiation 15 years ago
  Robert Griesemer 536df07f72 1) Change default gofmt default settings for 15 years ago
  Robert Griesemer 395b73f134 remove semis after statements in one-statement statement lists 15 years ago
  Adam Langley ebe78b393d crypto/tls (part 3) 15 years ago