Strip DER encoding from EC signatures.

This commit is contained in:
Alessio Di Mauro
2015-08-24 17:39:00 +02:00
parent e2c4e9fc2e
commit f776ac58a3
3 changed files with 34 additions and 3 deletions
+2
View File
@@ -11,4 +11,6 @@ void destroy_token(ykcs11_slot_t *slot);
CK_BBOOL is_valid_key_id(CK_BYTE id);
void strip_DER_encoding_from_ECSIG(CK_BYTE_PTR data, CK_ULONG_PTR len);
#endif