spacemonkeygo / openssl

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

Add method to LoadPrivateKeyFromEngine #69

Open mhorbul opened 7 years ago

mhorbul commented 7 years ago

We use LunaCA3 OpenSSL engine and need to load key from it. GetModulus turned to be a useful method for verifying RSA key.