summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/mlkem/mlkem_internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-25Provide bn_mod_{add,sub,mul}_words().jsing4-5/+94
2025-05-25openssl speed: remove whirlpooljoshua2-41/+12
2025-05-25Fix previous.jsing3-72/+6
2025-05-25Provide additional variants of bn_add_words()/bn_sub_words().jsing3-6/+190
2025-05-25Fix handling of different length inputs in bn_sub().jsing1-3/+3
2025-05-25Add tests for the functions in <stdio_ext.h>.yasuoka7-2/+455
2025-05-25Include "stdio" in SUBDIR. This should have been done along with theyasuoka1-4/+4
2025-05-24Create bm->buf from the start to avoid arithmetic on NULLtb1-1/+7
2025-05-24Revert "bio_mem: avoid pointer arithmetic on NULL"tb1-4/+2
2025-05-24openssl pkcs8: zap an outdated lietb1-4/+1
2025-05-24explain more precisely how to initialize malloc_options;schwarze1-4/+12
2025-05-24Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2-0/+236
2025-05-24openssl speed: remove MAX_BLOCK_SIZE definejoshua1-8/+2
2025-05-24Provide method specific functions for EC POINT infinity.jsing3-10/+27
2025-05-24openssl speed: move key{16,24,32} above speed_mainjoshua1-33/+25
2025-05-24Mop up ghash arm assembly remnants.jsing1-18/+1
2025-05-24Provide openssl_init_crypto_constructor() and invoke via a constructor.jsing1-3/+14
2025-05-24Remove remnants of OPENSSL_cpuid_setup().jsing3-20/+10
2025-05-24Disable libcrypto assembly on arm.jsing5-257/+2
2025-05-24Adapt to new maloc_options declarationotto1-2/+2
2025-05-24Adapt test to new malloc_options regimeotto1-7/+8
2025-05-24Update and improve documentation for pkcs8 -v2tb1-12/+8
2025-05-24Crank default salt length of PBE2 to 16 octetstb2-4/+13
2025-05-24Switch the default PBMAC to hmacWithSHA256tb1-2/+2
2025-05-24Switch default to PBES2 for openssl pkcs8 -topk8tb1-3/+3
2025-05-24openssl speed: use single md buffer for digestsjoshua1-31/+10
2025-05-23Add the ability to run individual ruby ssl test for figuring outbeck1-1/+16
2025-05-23When commons were deprecated, noone noticed that malloc_options in staticderaadt2-7/+10
2025-05-22Do a clean up pass over the GCM code.jsing1-92/+86
2025-05-22Use timingsafe_memcmp() in CRYPTO_gcm128_finish().jsing1-2/+2
2025-05-22Simplify SSL_alert_desc_stringtb1-67/+2
2025-05-22Fix HTTP CONNECT proxy support to not treat responses likedjm1-5/+5
2025-05-22asn1: merge invalid generalized time tests into invalid time testsjoshua1-16/+10
2025-05-22Convert sha_test to use new test frameworkjoshua2-153/+141
2025-05-22Convert md_test to use new test frameworkjoshua2-122/+106
2025-05-22Fix test_errorf macro expanding to two linesjoshua1-4/+8
2025-05-22Add basic HKDF test using EVP_PKEY_HKDFkenjiro1-1/+81
2025-05-21Reorder some functions.jsing1-20/+20
2025-05-21Remove GHASH_CHUNK and size_t related code from GCM encrypt/decrypt.jsing1-220/+1
2025-05-21Fix wrapping.jsing1-13/+9
2025-05-21Remove now unused AES assembly generation scripts.jsing3-5256/+0
2025-05-21for SOCKS4A don't perform a local hostname lookup that we're not goingdjm1-4/+6
2025-05-21Add initial regress test frameworkjoshua3-0/+408
2025-05-21add SOCKS4A to help textdjm1-2/+2
2025-05-21add SOCKS4A support to nc(1)'s proxy (-X) modedjm3-7/+27
2025-05-21Remove more unused code.jsing1-95/+1
2025-05-21Add NULL checks to HKDF and TLS1-PRF EVP_PKEY cleanup functionskenjiro3-3/+11
2025-05-21mlkem_unittest: fix typo in commenttb1-2/+2
2025-05-21Fix buffer size in MLKEM1024_marshal_public_key()kenjiro1-2/+2
2025-05-20Unbreak GHASH on some architectures setting GHASH_ASMtb1-1/+3