Pete Tanski
Pete Tanski
On branch `master,` tag `v2.4.1`, current as of commit `8d815f019e3a9b90cdfcbcc7933010854661f94b` ## Steps to Reproduce * clone `master` * open the `.xcworkspace` * build and run the example app target, `BrickApp-iOS`...
Implement [PKCS #11 CK_KEY_DERIVATION_STRING_DATA](http://docs.oasis-open.org/pkcs11/pkcs11-curr/v2.40/cs01/pkcs11-curr-v2.40-cs01.html#_Toc399399057). Unit tests cover AES Key Derivation ### Discussion This PR ended up being a case of convergent evolution with https://github.com/miekg/pkcs11/pull/123 KeyDerivationStringDataParams but follows the current convention...
This is https://github.com/miekg/pkcs11/pull/148 to help merge this back: * resolves merge conflicts `master` * fixes unit test failure from mismatch between `zconst.go` and `pkcs11t.h`, corrected by regenerating `zconst.go` * updated...