[gnutls-devel] GnuTLS | lib: improve external file loading (!1261)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed May 27 17:09:50 CEST 2020
Tim Rühsen started a new discussion on lib/cert-cred-rawpk.c: https://gitlab.com/gnutls/gnutls/-/merge_requests/1261#note_350159090
> ret = gnutls_pcert_import_rawpk_raw(pcert, &rawpubkey,
> format, key_usage, 0);
>
> - _gnutls_free_datum(&rawpubkey);
> + zeroize_key(rawpubkey.data, rawpubkey.size);
Why not using `_gnutls_free_key_datum` here ?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/1261#note_350159090
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200527/c80cb79f/attachment.html>
More information about the Gnutls-devel
mailing list