summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
7 daysmlkem_public_to_private: fix overread/information leaktb1-3/+3
13 dayswycheproof: zap stray empty linetb1-2/+1
13 daysCall aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().jsing1-2/+2
13 daysAllow generic AES implementation to be used as a fallback.jsing3-19/+65
13 daysZero the round keys on AES_set_{en,de}crypt_key() function entry.jsing1-1/+5
13 daysValidate AES_set_{encrypt,decrypt}_key() inputs at API boundary.jsing2-18/+28
14 dayswycheproof: rework test selectiontb1-69/+82
14 dayswycheproof: skip tests using curve448/edwards448tb1-7/+12
14 dayswycheproof: skip tests using SHAKE-128 and SHAKE-256tb1-1/+17
14 dayswycheproof: rename skipSmallCurve() into skipCurve()tb1-4/+6
14 dayswycheproof: determine the test variant from the JSON schematb1-30/+41
2025-09-07wycheproof: retire the ECDSA webcrypto teststb1-71/+2
2025-09-07Remove BN_DIV2W.jsing3-28/+4
2025-09-07Re-enable bn_sqr_words() assembly.jsing3-8/+8
2025-09-07Rename old assembly bn_sqr_words() to bn_sqr_word_wise().jsing6-30/+27
2025-09-06wycheproof: go fmttb1-4/+4
2025-09-06wycheproof: use a cleaner way of dealing with P1363 signature lengthtb1-4/+12
2025-09-05Deduplicate the mlkem 768 and mlkem 1024 code.beck6-1788/+527
2025-09-05wycheproof: check for the v1 directory since v0 will go awaytb1-2/+2
2025-09-05wycheproof: port the MI primes check to v1tb2-3/+24
2025-09-05wycheproof: remove support for v0 test vectorstb1-68/+38
2025-09-05wycheproof: drop JOSE teststb1-2/+1
2025-09-05wycheproof: move AES key wrap tests to v1tb1-4/+4
2025-09-05wycheproof: add support for EcCurve teststb1-1/+103
2025-09-05wycheproof: add custom JSON unmarshaler big integerstb1-9/+58
2025-09-05wycheproof: make RSA tests worktb1-43/+79
2025-09-05wycheproof: move ECDSA tests to v1tb1-14/+15
2025-09-05wycheproof: move ECDH tests to v1 (skip PEM for now)tb1-6/+5
2025-09-05wycheproof: move AES to v1 and explicitly skip gmac testtb1-3/+3
2025-09-04wycheproof: go fmttb1-6/+6
2025-09-04wycheproof: move HKDF to v1tb1-2/+2
2025-09-04wycheproof: move EdDSA to v1tb1-7/+7
2025-09-04wycheproof: move DSA to v1tb1-6/+6
2025-09-04wycheproof: move x25519 to v1tb1-5/+5
2025-09-04wycheproof: migrate {,X}ChaCha20-Poly1305 to v1tb1-3/+3
2025-09-04wycheproof: migrate HMAC to v1tb1-3/+3
2025-09-04wycheproof: add struct to support the testvector_v1 schematb1-7/+26
2025-09-04wycheproof: add version sum type and annotate all tests as v0tb1-30/+41
2025-09-04wycheproof: use local variables for testGroups and algorithmtb1-7/+11
2025-09-04wycheproof: start migrating to testvectors_v1tb1-4/+5
2025-09-02Disable assembly bn_sqr_words() again for now.jsing3-8/+8
2025-09-01Add const here as well...jsing1-2/+2
2025-09-01Use bn_mul_words() from bn_mod_mul_words().jsing1-5/+3
2025-09-01Constify bn_mul_words().jsing3-6/+9
2025-09-01Use bn_sqr_words() from bn_mod_sqr_words().jsing1-5/+3
2025-09-01Provide bn_mul_words() on amd64.jsing2-2/+12
2025-08-31EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look liketb1-2/+7
2025-08-31Remove bn_dump.3tb1-415/+0
2025-08-31Reorder functions since they've been renamed.jsing1-17/+17
2025-08-31Rename prototype for bn_mul_normal().jsing1-2/+2