1. 08 Oct, 2011 2 commits
    • Adam Langley's avatar
      crypto/tls: add server side SNI support. · 7e48cb5f
      Adam Langley authored
      With this in place, a TLS server is capable of selecting the correct
      certificate based on the client's ServerNameIndication extension.
      
      The need to call Config.BuildNameToCertificate is unfortunate, but
      adding a sync.Once to the Config structure made it uncopyable and I
      felt that was too high a price to pay. Parsing the leaf certificates
      in each handshake was too inefficient to consider.
      
      R=bradfitz, rsc
      CC=golang-dev
      https://golang.org/cl/5151048
      7e48cb5f
    • Joel Sing's avatar
      runtime: improve locking on openbsd · 060ffabd
      Joel Sing authored
      Implement a locking model based on the current linux model - a
      tri-state mutex with active spinning, passive spinning and sleeping.
      
      R=golang-dev, dvyukov, rsc
      CC=golang-dev
      https://golang.org/cl/4974043
      060ffabd
  2. 07 Oct, 2011 10 commits
  3. 06 Oct, 2011 18 commits
  4. 05 Oct, 2011 10 commits