Eric Devolder
Eric Devolder
Hello, it seems that rendering a tree using nested node templates with more than 9 levels results into raising an exception by angular.js. It always terminates into the following error,...
There is a small spelling error discovered within french localization, see PR https://github.com/brunophilipe/Cakebrew/pull/208.
This commit provides a fix for issue #140. - Adding a default mechanism for `CKK_GENERIC_SECRET` key type - Fixing condition for including `CKA_VALUE_LEN` when generating a secret key. It is...
The library does not support creation of keys of type `CKK_GENERIC_SECRET`. - there is no default mechanism set for `KeyType.GENERIC_SECRET`, it should be `Mechanism.GENERIC_SECRET_KEY_GEN` - the library does not handle...
A linkage error occurs when using `rotaryEnventIn.h` in combination with combined `Menu::style`: In this example, the combination ```c++ #include ... MENU(saveConfigSubMenu, "Save config", Menu::doNothing, Menu::noEvent, Menu::noStyle | Menu::showTitle, OP("OK", saveConfig,...
This PR brings the following features: - `CKA_CHECK_VALUE` can be used (when present) - support for CMAC - support for XCBC-MAC and XBCB-MAC-96 - support for legacy (FIPS PUB 113)...
`p11kcv` should support more MACing mechanisms: - it should allow using the `CKA_CHECK_VALUE` attribute value when found - support for CMAC, for 3DES and AES keys - support for XCBC-MAC...