• Adam Langley's avatar
    crypto: reorg, cleanup and add function for generating CRLs. · c281ddf1
    Adam Langley authored
    This change moves a number of common PKIX structures into
    crypto/x509/pkix, from where x509, and ocsp can reference
    them, saving duplication. It also removes x509/crl and merges it into
    x509 and x509/pkix.
    
    x509 is changed to take advantage of the big.Int support that now
    exists in asn1. Because of this, the public/private key pair in
    http/httptest/server.go had to be updated because it was serialised
    with an old version of the code that didn't zero pad ASN.1 INTEGERs.
    
    R=bradfitz, rsc
    CC=golang-dev
    https://golang.org/cl/4532115
    c281ddf1
Name
Last commit
Last update
..
Makefile Loading commit data...
alert.go Loading commit data...
cipher_suites.go Loading commit data...
common.go Loading commit data...
conn.go Loading commit data...
conn_test.go Loading commit data...
generate_cert.go Loading commit data...
handshake_client.go Loading commit data...
handshake_client_test.go Loading commit data...
handshake_messages.go Loading commit data...
handshake_messages_test.go Loading commit data...
handshake_server.go Loading commit data...
handshake_server_test.go Loading commit data...
key_agreement.go Loading commit data...
parse-gnutls-cli-debug-log.py Loading commit data...
prf.go Loading commit data...
prf_test.go Loading commit data...
tls.go Loading commit data...