summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2025-05-20Simplify err_build_SYS_str_reasonstb1-19/+13
2025-05-20Fix previous - names use underscores and not hyphens.jsing1-3/+3
2025-05-20Add ML-KEM768 Hybrid Kems to obj_mac.numbeck1-0/+3
2025-05-20Add ML-KEM768 Hybrid Kems to objects.txtbeck1-0/+6
2025-05-20Don't use the array index as the group_idbeck1-51/+97
2025-05-20Make MLKEM1024_marshal_private_key consistent with the public_key funcitonsbeck7-66/+68
2025-05-20Whitespace nits from tbbeck1-1/+4
2025-05-19Fix up MLKEM768_marshal_private_key to not use a passed in CBBbeck7-53/+54
2025-05-19Remove the boringssl if || ideom from mlkembeck2-34/+46
2025-05-19API changes for ML-KEMbeck9-176/+203
2025-05-19Simplify EVP AES code for ECB.jsing2-33/+46
2025-05-19Remove block128_f function casts.jsing1-8/+20
2025-05-19Simplify EVP AES code for OFB.jsing1-7/+19
2025-05-19Simplify EVP AES code for CFB.jsing1-25/+79
2025-05-18EC_POINT_new: wording tweaks in the BUGS sectiontb1-6/+6
2025-05-18Simplify EVP AES code for CTR.jsing1-22/+23
2025-05-18Unifdef AES_CTR_ASM.jsing1-14/+1
2025-05-18Simplify EVP code for AES CBC.jsing1-26/+33
2025-05-18add missing u64/uint64_t conversionbcook1-3/+3
2025-05-18Use stdint types instead of u64/u32/u8.jsing5-134/+127
2025-05-18Remove contortions with the rem_4bit table.jsing1-28/+9
2025-05-18Inline REDUCE1BIT macro.jsing1-15/+6
2025-05-18bio_dump: only run strncmp if there's something to comparetb1-2/+2
2025-05-18bio_mem: avoid pointer arithmetic on NULLtb1-2/+4
2025-05-18rc2: two files escaped the lure of the attic, set these poor souls freetb2-241/+0
2025-05-17Remove TABLE_BITS from gcm128.jsing2-248/+3
2025-05-16Replace GCM_MUL/GHASH defines with static inline functions.jsing1-121/+99
2025-05-16Stop using CRYPTO_gcm128_init() and stack allocated GCM128_CONTEXT.jsing1-16/+16
2025-05-14nc: disallow -T with = when arguments are not key=value pairstb1-1/+3
2025-05-10Increase default PKCS12_SALT_LEN from 8 to 16 bytestb1-2/+2
2025-05-10asn_moid: move inclusion of err_local.h to the proper placetb1-2/+2
2025-05-10Sort FOOerror() in ASCII ordertb1-18/+18
2025-05-10Simplify the remaining FOOerror()tb1-26/+28