]> Cypherpunks repositories - gostls13.git/commit
Add initial x509 code.
authorAdam Langley <agl@golang.org>
Thu, 22 Oct 2009 00:53:50 +0000 (17:53 -0700)
committerAdam Langley <agl@golang.org>
Thu, 22 Oct 2009 00:53:50 +0000 (17:53 -0700)
commitfd74a835bc6d7eb64c0a5de38a001b3bf5fa9719
tree6554a5a4770adb29aaa65888d331d293a482f543
parentd7ad3c4e868f992cc64c2201d631a5bdd0f1b731
Add initial x509 code.

R=rsc
APPROVED=rsc
DELTA=659  (659 added, 0 deleted, 0 changed)
OCL=35932
CL=35975
src/pkg/Make.deps
src/pkg/Makefile
src/pkg/crypto/rsa/rsa.go
src/pkg/crypto/x509/Makefile [new file with mode: 0644]
src/pkg/crypto/x509/x509.go [new file with mode: 0644]
src/pkg/crypto/x509/x509_test.go [new file with mode: 0644]
src/pkg/encoding/pem/Makefile [new file with mode: 0644]
src/pkg/encoding/pem/pem.go [new file with mode: 0644]
src/pkg/encoding/pem/pem_test.go [new file with mode: 0644]