• Mikkel Krautz's avatar
    crypto/tls: client certificate support. · c47123d0
    Mikkel Krautz authored
    This changeset implements client certificate support in crypto/tls
    for both handshake_server.go and handshake_client.go
    
    The updated server implementation sends an empty CertificateAuthorities
    field in the CertificateRequest, thus allowing clients to send any
    certificates they wish. Likewise, the client code will only respond
    with its certificate when the server requests a certificate with this
    field empty.
    
    R=agl, rsc, agl1
    CC=golang-dev
    https://golang.org/cl/1975042
    c47123d0
Name
Last commit
Last update
..
aes Loading commit data...
block Loading commit data...
blowfish Loading commit data...
hmac Loading commit data...
md4 Loading commit data...
md5 Loading commit data...
ocsp Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
ripemd160 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
xtea Loading commit data...