]> git.ipfire.org Git - thirdparty/gnutls.git/commit
_gnutls_decrypt_pbes1_des_md5_data: use public crypto API
authorDaiki Ueno <ueno@gnu.org>
Thu, 4 Aug 2022 07:37:51 +0000 (16:37 +0900)
committerDaiki Ueno <ueno@gnu.org>
Thu, 4 Aug 2022 07:41:21 +0000 (16:41 +0900)
commitde09280b2a8314eb98ec9a2b84eebe3eec2f49bd
tree2ec573afdc05d2496b1be34d6c3ac40f49032868
parent2326bfe27e7819e3a6260517cbef09e95045b99d
_gnutls_decrypt_pbes1_des_md5_data: use public crypto API

This is a follow-up of e7f9267342bc2231149a640163c82b63c86f1dfd.  In
the decryption code path with PBES1, algorithm checks for FIPS was not
applied, because it used internal functions that bypass those checks.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
lib/x509/privkey_pkcs8_pbes1.c