spacemonkeygo / openssl

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

Get and Set the x509 version #61

Closed sgallagher closed 6 years ago

sgallagher commented 8 years ago

Many x509 extensions require that the certificate is x509v3, however openssl creates x509v1 certificates by default. This patch adds support for setting the certificate version to x509v3

https://github.com/spacemonkeygo/openssl/issues/60

Signed-off-by: Stephen Gallagher sgallagh@redhat.com

SevenWhite commented 6 years ago

any progress ?

zeebo commented 6 years ago

I have some time this morning so I'll try to get it merged today.

SevenWhite commented 6 years ago

@zeebo I think it's very important! Thank you for your help! :)