spacemonkeygo / openssl

OpenSSL bindings for Go
http://godoc.org/github.com/spacemonkeygo/openssl
Apache License 2.0
474 stars 237 forks source link

restructure certs/keys; add key/cert generation #15

Closed lunixbochs closed 9 years ago

lunixbochs commented 9 years ago

I split pem.go into key.go and cert.go, and added methods for manipulating certificates and generating RSA keys. This provides enough functionality to generate a RSA keys, make a CA, and issue a certificate with constraints. cert_test.go demonstrates this process.

lunixbochs commented 9 years ago

Moved to https://github.com/spacemonkeygo/openssl/pull/18