• Adam Langley's avatar
    crypto/ocsp: add package to parse OCSP responses. · 8286ee4c
    Adam Langley authored
            OCSP is the preferred X.509 revocation mechanism. X.509 certificates
            can contain a URL from which can be fetched a signed response saying
            "this certificate is valid until $x" (where $x is usually 7 days in the
            future). These are called OCSP responses and they can also be included
            in the TLS handshake itself ("OCSP stapling")
    
    R=rsc, r
    CC=golang-dev
    https://golang.org/cl/1875043
    8286ee4c
Name
Last commit
Last update
..
ocsp.go Loading commit data...
ocsp_test.go Loading commit data...