]> Cypherpunks repositories - gostls13.git/commit
crypto/x509/crl: add package
authorAdam Langley <agl@golang.org>
Wed, 11 May 2011 14:39:09 +0000 (10:39 -0400)
committerAdam Langley <agl@golang.org>
Wed, 11 May 2011 14:39:09 +0000 (10:39 -0400)
commit55d43f0ce8156bb9f9da24ce4b61502eb388041b
treeb915e40a214320082c84caeb68b2076d902de2c1
parentd6b2925923debdf96fa641308e90065686e18e56
crypto/x509/crl: add package

crl parses CRLs and exposes their details. In the future, Verify
should be able to use this for revocation checking.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4485045
src/pkg/Makefile
src/pkg/crypto/x509/crl/Makefile [new file with mode: 0644]
src/pkg/crypto/x509/crl/crl.go [new file with mode: 0644]
src/pkg/crypto/x509/crl/crl_test.go [new file with mode: 0644]
src/pkg/crypto/x509/x509.go