audk/CryptoPkg/Library
Sebastian Witt 7c1562f03c CryptoPkg: Add HMAC algorithms for signature/keymgmt
Some parts and versions of TLS require HMAC. This adds the missing HMAC
algorithms to the UEFI provider. One entry in the default signature
algorithms and one in the key management algorithms.

Source of these entries is the default OpenSSL provider, defltprov.c,
included in the OpenSSL library.

This change was required to connect to some TLS servers depending
on the used ciphers.

Signed-off-by: Sebastian Witt <sebastian.witt@siemens.com>
2025-01-14 02:44:57 +00:00
..
BaseCryptLib CryptoPkg/BaseCryptLib: Fix mktime() coding style issue 2025-01-13 04:32:46 +00:00
BaseCryptLibMbedTls CryptoPkg/BaseCryptLibMbedTls : Add strncpy() support to SecCryptLib 2025-01-11 16:17:10 +00:00
BaseCryptLibNull CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
BaseCryptLibOnProtocolPpi CryptoPkg: Added MM_STANDALONE support in CryptoPkg. 2024-11-05 00:17:48 +00:00
BaseHashApiLib
Include CryptoPkg: revert BUFSIZ macro definition from commit 456dd8b99f 2024-12-16 02:22:36 +00:00
IntrinsicLib
MbedTlsLib CryptoPkg/MbedTls CLANGDWARF: Replace outdated CLANG3x references 2024-09-23 06:11:25 +00:00
OpensslLib CryptoPkg: Add HMAC algorithms for signature/keymgmt 2025-01-14 02:44:57 +00:00
TlsLib CryptoPkg: Extend TLS handshake debug output 2024-06-25 23:18:36 +00:00
TlsLibNull