commit | c581ec4918ba7fc92e991afdb6f7dd4ccfb31124 | [log] [tgz] |
---|---|---|
author | Jeff R. Allen <jra@nella.org> | Thu Jan 05 12:05:38 2012 -0500 |
committer | Adam Langley <agl@golang.org> | Thu Jan 05 12:05:38 2012 -0500 |
tree | 60e2985c2b32c3a12b9ddcfd7c08e4cc8b63eee0 | |
parent | 8f1cb093ff3af8efc426112231e99e887ebe8944 [diff] |
crypto/tls: Improve TLS Client Authentication Fix incorrect marshal/unmarshal of certificateRequest. Add support for configuring client-auth on the server side. Fix the certificate selection in the client side. Update generate_cert.go to new time package Fixes #2521. R=krautz, agl, bradfitz CC=golang-dev, mikkel https://golang.org/cl/5448093