How do I load this key generated by OpenSSL into botan?
The encrypted key format used by the openssl command line tool is undocumented and apparently specific to OpenSSL. The easiest approach is to convert it to the (standard) PKCS #8 format, using openssl pkcs8 -topk8 -in my_key.pem Add -nocrypt to the command line if you want the resulting PKCS #8 file to be unencrypted, otherwise it will ask you for a new password to use. For unencrypted keys, you can also manually decode the parameters using the existing PEM and BER support; see this post to the dev list for an example.
Related Questions
- Speaking of particles, can you key a demolition with a particle system? In other words, can I fire a load of huge particle boulders at a wall and have the wall collapse under the barrage?
- I can not load any PLUS features anymore and PLUS Login tells me that my key is in use. What can I do?
- How do I import a license key or load a voice to the Tyros3 using a USB storage device?