• 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
..
cgi Loading commit data...
fcgi Loading commit data...
httptest Loading commit data...
pprof Loading commit data...
spdy Loading commit data...
testdata Loading commit data...
Makefile Loading commit data...
chunked.go Loading commit data...
client.go Loading commit data...
client_test.go Loading commit data...
cookie.go Loading commit data...
cookie_test.go Loading commit data...
dump.go Loading commit data...
export_test.go Loading commit data...
fs.go Loading commit data...
fs_test.go Loading commit data...
header.go Loading commit data...
header_test.go Loading commit data...
lex.go Loading commit data...
lex_test.go Loading commit data...
persist.go Loading commit data...
proxy_test.go Loading commit data...
range_test.go Loading commit data...
readrequest_test.go Loading commit data...
request.go Loading commit data...
request_test.go Loading commit data...
requestwrite_test.go Loading commit data...
response.go Loading commit data...
response_test.go Loading commit data...
responsewrite_test.go Loading commit data...
reverseproxy.go Loading commit data...
reverseproxy_test.go Loading commit data...
serve_test.go Loading commit data...
server.go Loading commit data...
status.go Loading commit data...
transfer.go Loading commit data...
transport.go Loading commit data...
transport_test.go Loading commit data...
triv.go Loading commit data...
url.go Loading commit data...
url_test.go Loading commit data...