Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkcs11-tool.c - output Edwards or Montgomery keys in DER format
When reading an EC or RSA public key, the output is on DER format But current code was writting Edwards keys in PEM format and did not support Montgomery keys. Pkcs11-tool will now write all public keys DER format. On branch X25519-improvements-2 Changes to be committed: modified: pkcs11-tool.c
- Loading branch information