Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to encrypt with an RSA public key
Based on the header of the public key, we can identify if we have a X509 certificate or an RSA public key. If we have an RSA public key, we simply generate a X509 certificate on the fly that will contain only the information required by encrypt.
- Loading branch information