From: Ludovic R. <no...@gi...> - 2019-05-31 12:01:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0fbd2663e67aae221b8558f7b47ef6b97233ae1f https://github.com/OpenSC/OpenSC/commit/0fbd2663e67aae221b8558f7b47ef6b97233ae1f Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M src/pkcs11/pkcs11.h Log Message: ----------- Add missing ulIvBits to CK_GCM_PARAMS The PKCS#11 specification text does not document the ulIvBits field. But the header file defining CK_GCM_PARAMS uses it. Since the header file is the normative version we need to add it. See also https://github.com/Pkcs11Interop/Pkcs11Interop/issues/126o and https://lists.oasis-open.org/archives/pkcs11-comment/201602/msg00001.html and https://www.oasis-open.org/committees/document.php?document_id=58032&wg_abbrev=pkcs11 Commit: cc189585c855689d06f39c7ccd168f323018c249 https://github.com/OpenSC/OpenSC/commit/cc189585c855689d06f39c7ccd168f323018c249 Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: display CK_GCM_PARAMS.ulIvBits field Commit: 7afa74e0496ea4bfc556f597fcb8339c5f78c859 https://github.com/OpenSC/OpenSC/commit/7afa74e0496ea4bfc556f597fcb8339c5f78c859 Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h Log Message: ----------- Merge pull request #1693 from LudovicRousseau/fix Add missing ulIvBits field to CK_GCM_PARAMS Compare: https://github.com/OpenSC/OpenSC/compare/65a86b83310f...7afa74e0496e |