]> git.ipfire.org Git - thirdparty/gnutls.git/commit
pkcs: extract PBE-based encryption and decryption functions tmp-cms-support 1248/head
authorDmitry Baryshkov <dbaryshkov@gmail.com>
Tue, 26 May 2020 08:16:47 +0000 (11:16 +0300)
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Sun, 11 Sep 2022 14:54:58 +0000 (17:54 +0300)
commitcdd42e891554a1a28eed9e606ac4132f0715c394
treebf56989824f988d44384a8fd2c8b920d7eecb799
parentf0fc61440c71ed7854b25976c5f96e5a6a19d240
pkcs: extract PBE-based encryption and decryption functions

Extract internal functions used by both PKCS#12 and PKCS#8 to handle
PBE-based encryption of the data.

Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
lib/x509/pkcs7-crypt.c
lib/x509/pkcs7_int.h
lib/x509/privkey_pkcs8.c