Searched hist:e6c09ea4f9e5f8af92a6453642b84b9efd52892f (Results 1 – 2 of 2) sorted by relevance
/qemu/crypto/ |
H A D | pbkdf-gnutls.c | e6c09ea4f9e5f8af92a6453642b84b9efd52892f Thu Aug 29 13:47:42 UTC 2024 Daniel P. Berrangé <berrange@redhat.com> crypto: check gnutls & gcrypt support the requested pbkdf hash
Both gnutls and gcrypt can be configured to exclude support for certain algorithms via a runtime check against system crypto policies. Thus it is not sufficient to have a compile time test for hash support in their pbkdf implementations.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|
H A D | pbkdf-gcrypt.c | e6c09ea4f9e5f8af92a6453642b84b9efd52892f Thu Aug 29 13:47:42 UTC 2024 Daniel P. Berrangé <berrange@redhat.com> crypto: check gnutls & gcrypt support the requested pbkdf hash
Both gnutls and gcrypt can be configured to exclude support for certain algorithms via a runtime check against system crypto policies. Thus it is not sufficient to have a compile time test for hash support in their pbkdf implementations.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
|