]> code.ossystems Code Review - meta-freescale.git/commitdiff
libpkcs11: update to efd15b9
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 11 Jan 2019 03:14:25 +0000 (03:14 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 14 Jan 2019 18:23:38 +0000 (16:23 -0200)
*update to lsdk 1812 tag
include the following changes
efd15b9 - APP: Miscellaneous Changes
4e6b422 - APP: Fix for PLATSEC-723
73a327b - Fixing Compilation warning in app sign_digest_update_final
b2dbe62 - Supported PKCS API C_DigestInit, C_Digest, C_DigestUpdate, C_DigestFinal.
7f58a9b - enable support pkcs api c_signupdate, c_signfinal for mechanism ckm_<digest_mech>_rsa_pkcs
57e1772 - Miscellaneous changes for segmentation faults.
8c931f4 - LIB_APP: Miscellaneous Changes
a6e4ffe - LIB: Adding CKA_PRIVATE attribute for objects.
ab9c41b - LIB: Adding support for C_CreateObject
1b8f665 - APP: Adding Encryption/Decryption support in pkcs11_app
1c002e9 - LIB: Adding support for OAEP Encryption scheme
ce69fe5 - LIB: Adding Support for C_DecryptInit() and C_Decrypt() Function
b7e3c5a - Adding C_GenerateKeyPair, C_DestroyObject function implementation.
6fcfab5 - LIB_APP: Adding CKM_RSA_PKCS_KEY_PAIR_GEN mechanism
8f82b97 - Review rework: Addressing the comments given on Token, Session, Login APIs patch
bab9e71 - LIB: Adding Login and Sessions Functions
ee86c10 - LIB: Adding C_InitToken, C_InitPin, C_SetPin function implementation

Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
recipes-extended/libpkcs11/libpkcs11_git.bb

index e6161c6351f0443f00c99470e49c0b543bac7bae..2bd941e987dfaadad07b49fc5e186f6e3a6fd85b 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1"
-SRCREV = "e9f570c4464598afea65a227b7e2f37fe6b032fc"
+SRCREV = "efd15b9fb6ecc453eb933ac28ef1741b989f842d"
 
 DEPENDS = "openssl secure-obj"