openssl/providers/implementations
slontis e8115bd165 Change HKDF to alloc the info buffer.
Fixes #19909

I have enforced a maximum bound still but it is much higher.
Note also that TLS13 still uses the 2048 buffer size.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19923)
2022-12-22 12:25:04 +01:00
..
asymciphers rsa: Add option to disable implicit rejection 2022-12-12 11:30:52 +01:00
ciphers aes: add AES-GCM-SIV modes to the FIPS provider 2022-11-30 07:50:33 +11:00
digests Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source 2022-10-19 13:21:01 +02:00
encode_decode Cleanup : directly include of internal/nelem.h when required. 2022-11-23 18:08:25 +01:00
exchange Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
include/prov Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
kdfs Change HKDF to alloc the info buffer. 2022-12-22 12:25:04 +01:00
kem Implements Hybrid Public Key Encryption (HPKE) as per RFC9180. 2022-11-25 16:26:55 +00:00
keymgmt ec_kmgmt.c: check the return of BN_CTX_get() in time. 2022-12-22 12:15:49 +01:00
macs Add KMAC support to KBKDF. 2022-12-16 16:36:49 +01:00
rands Implement deterministic ECDSA sign (RFC6979) 2022-11-30 07:31:53 +00:00
signature signature: Clamp PSS salt len to MD len 2022-12-08 11:02:52 +01:00
storemgmt Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
build.info