lib: Add support for DER-encoded EC public keys.
-
Although PKCS#11 says that the EC_POINT parameter is just the public key in little endian byte order, some HSMs return a DER-encoded value.
-
Add support for this variant.
-
Fixes #12 (closed).
-
Although PKCS#11 says that the EC_POINT parameter is just the public key in little endian byte order, some HSMs return a DER-encoded value.
Add support for this variant.
Fixes #12 (closed).