From: Alexandre G. <ale...@tr...> - 2024-06-11 13:53:20
|
Hi OpenSC developers, Today, I created 5 new pull requests: feat(pkcs11-tool): don't limit object size to 5000 bytes<https://github.com/OpenSC/OpenSC/pull/3174> feat(pkcs11-tool): add support for RSA OAEP encryption<https://github.com/OpenSC/OpenSC/pull/3175> feat(pkcs11-tool): set CKA_PRIVATE=CK_TRUE if the --private option is…<https://github.com/OpenSC/OpenSC/pull/3177> feat(pkcs11-tool): an invalid signature is a fatal error<https://github.com/OpenSC/OpenSC/pull/3178> feat(pkcs11-tool): remove useless calls to token in show_dobj()<https://github.com/OpenSC/OpenSC/pull/3179> We are intensively using the pkcs11-tool and the OpenSC/libp11 engine for the validation of our Trustonic HSM. It would be great if you could review my changes and provide your feedback. I have other changes but I need to rebase them to the head of master since we are using an old version of the pkcs11-tool (0.23.0-rc1). Moreover, at the moment, I can only test with OpenSSL 1.1.1l. We plan to move to OpenSSL 3 but that won't probably happen before the end of the year. I would like to know if you want us to create new PRs for: * Ed25519, x25519, ed448 and x448 * CKM_AES_CMAC & CKM_AES_CMAC_GENERAL * CKM_AES_GCM * CKM_AES_KEY_WRAP_PAD Best Regards, Alexandre. Trustonic SAS - 535 route de Lucioles, Les Aqueducs Batiment 2, Sophia Antipolis 06560 Valbonne, France – SAS au capital de 3 038 000€ - RCS Grasse – SIRET 480 011 998 00055 - TVA intracommunautaire : FR02 480 011 998 |