• 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
..
aes Loading commit data...
blowfish Loading commit data...
cast5 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...
md4 Loading commit data...
md5 Loading commit data...
ocsp Loading commit data...
openpgp Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
ripemd160 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...
twofish Loading commit data...
x509 Loading commit data...
xtea Loading commit data...
Makefile Loading commit data...
crypto.go Loading commit data...