CardContact / sc-hsm-embedded

PKCS#11 and CSP-Minidriver library for the SmartCard-HSM and STARCOS based signature cards
BSD 3-Clause "New" or "Revised" License
95 stars 31 forks source link

aes support: fixed secret key attribute decoding #27

Closed throwException closed 2 years ago

throwException commented 4 years ago

The secret key attribute decoding did not match the ASN1 structure of AES secret keys on the Smartcard-HSM 4K.

CardContact commented 4 years ago

Thanks for the contribution.

Isn't that fixed by 631beb6 already ?