• John Shahid's avatar
    crypto/tls: Check all certificates in the path. · ca986a2c
    John Shahid authored
    Currently we only check the leaf node's issuer against the list of
    distinguished names in the server's CertificateRequest message. This
    will fail if the client certiciate has more than one certificate in
    the path and the leaf node issuer isn't in the list of distinguished
    names, but the issuer's issuer was in the distinguished names.
    
    R=agl, agl
    CC=gobot, golang-dev
    https://golang.org/cl/9795043
    ca986a2c
Name
Last commit
Last update
..
aes Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 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...
crypto.go Loading commit data...