• Adam Langley's avatar
    crypto/x509: keep the raw Subject and Issuer. · e74dcbeb
    Adam Langley authored
    X509 names, like everything else X509, are ludicrously general. This
    change keeps the raw version of the subject and issuer around for
    matching. Since certificates use a distinguished encoding, comparing
    the encoding is the same as comparing the values directly. This came
    up recently when parsing the NSS built-in certificates which use the
    raw subject and issuer for matching trust records to certificates.
    
    R=bradfitz
    CC=golang-dev
    https://golang.org/cl/5275047
    e74dcbeb
Name
Last commit
Last update
..
Makefile Loading commit data...
asn1.go Loading commit data...
asn1_test.go Loading commit data...
common.go Loading commit data...
marshal.go Loading commit data...
marshal_test.go Loading commit data...