openssl/providers/implementations
Richard Levitte 4b738c1ac9 providers/implementations/kdfs/argon2.c: Don't use UINT64_C
With less than C99 compilers, this macro isn't guaranteed to exist, and
the value passed to it is 32 bits, so explicitly ending it with 'UL' is
correct in all cases.  We simply leave it to the compiler to extend it
appropriately for uint64_t.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20547)
2023-03-21 19:05:25 +11:00
..
asymciphers rsa: Add option to disable implicit rejection 2022-12-12 11:30:52 +01:00
ciphers enable hardware acceleration for sm4-ccm 2023-03-21 08:20:37 +01: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 Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
include/prov providers: add Argon2 KDF 2023-03-17 11:12:47 +11:00
kdfs providers/implementations/kdfs/argon2.c: Don't use UINT64_C 2023-03-21 19:05:25 +11: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 Stop raising ERR_R_MALLOC_FAILURE in most places 2022-10-05 14:02:03 +02:00
build.info Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00