summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2019-01-11 03:14:25 +0000
committerDaiane Angolini <daiane.angolini@nxp.com>2019-01-11 14:31:49 +0000
commit102498e11d8665abd1fd2829f6b96b0ecc1fb7e0 (patch)
tree315b85d22572d94c1dc81f4e3839a9423c5812db /recipes-extended
parentd0785980b7a625fb6f17cd4cf6080cb0eff5fb69 (diff)
downloadmeta-freescale-102498e11d8665abd1fd2829f6b96b0ecc1fb7e0.tar.gz
libpkcs11: update to efd15b9
*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>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libpkcs11/libpkcs11_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libpkcs11/libpkcs11_git.bb b/recipes-extended/libpkcs11/libpkcs11_git.bb
index e6161c63..2bd941e9 100644
--- a/recipes-extended/libpkcs11/libpkcs11_git.bb
+++ b/recipes-extended/libpkcs11/libpkcs11_git.bb
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=803852533e29eb1d6d5e55ad3078b625"
4 4
5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1" 5SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/libpkcs11;nobranch=1"
6SRCREV = "e9f570c4464598afea65a227b7e2f37fe6b032fc" 6SRCREV = "efd15b9fb6ecc453eb933ac28ef1741b989f842d"
7 7
8DEPENDS = "openssl secure-obj" 8DEPENDS = "openssl secure-obj"
9 9