openssl/providers/implementations
Richard Levitte 46ce0854db providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of stdint.h
<stdint.h> may not exist with pre-C99 compilers.  <openssl/e_os2.h> deals
with that, so include it instead.

Similarly, include "internal/numbers.h" rather than <limits.h>, to deal
with things that may be lacking in the latter.

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20537)
2023-03-17 16:56:11 +01:00
..
asymciphers rsa: Add option to disable implicit rejection 2022-12-12 11:30:52 +01:00
ciphers riscv: Clean up extension test macros 2023-03-16 13:12:19 +11:00
digests providers: add XOF support to blake2b 2023-03-17 11:12:45 +11:00
encode_decode Do not create DSA keys without parameters by decoder 2023-02-07 17:05:10 +01:00
exchange
include/prov providers: add Argon2 KDF 2023-03-17 11:12:47 +11:00
kdfs providers/implementations/kdfs/argon2.c: Include openssl/e_os2.h instead of stdint.h 2023-03-17 16:56:11 +01:00
kem Implements Hybrid Public Key Encryption (HPKE) as per RFC9180. 2022-11-25 16:26:55 +00:00
keymgmt Updated rsa_has() for correct validation 2023-03-15 08:28:39 +11:00
macs Rationalize FIPS sources 2023-02-08 16:20:55 +01:00
rands Segmentation fault in parent rng cleanup 2023-03-15 08:30:41 +11:00
signature Fix size_t/int mismatch in cms_ec.c and rsa_sig.c 2023-03-15 08:24:42 +11:00
storemgmt
build.info