summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/stdio/test___freadptr.c (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysmlkem_public_to_private: fix overread/information leaktb1-3/+3
8 dayswycheproof: zap stray empty linetb1-2/+1
9 daysCall aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().jsing1-2/+2
9 daysAllow generic AES implementation to be used as a fallback.jsing3-19/+65
9 daysZero the round keys on AES_set_{en,de}crypt_key() function entry.jsing1-1/+5
9 daysValidate AES_set_{encrypt,decrypt}_key() inputs at API boundary.jsing2-18/+28
9 dayswycheproof: rework test selectiontb1-69/+82
9 dayswycheproof: skip tests using curve448/edwards448tb1-7/+12
9 dayswycheproof: skip tests using SHAKE-128 and SHAKE-256tb1-1/+17
9 dayswycheproof: rename skipSmallCurve() into skipCurve()tb1-4/+6
9 dayswycheproof: determine the test variant from the JSON schematb1-30/+41
10 dayswycheproof: retire the ECDSA webcrypto teststb1-71/+2
10 daysRemove BN_DIV2W.jsing3-28/+4
10 daysRe-enable bn_sqr_words() assembly.jsing3-8/+8
10 daysRename old assembly bn_sqr_words() to bn_sqr_word_wise().jsing6-30/+27
11 dayswycheproof: go fmttb1-4/+4
11 dayswycheproof: use a cleaner way of dealing with P1363 signature lengthtb1-4/+12
11 daysDeduplicate the mlkem 768 and mlkem 1024 code.beck6-1788/+527
12 dayswycheproof: check for the v1 directory since v0 will go awaytb1-2/+2
12 dayswycheproof: port the MI primes check to v1tb2-3/+24
12 dayswycheproof: remove support for v0 test vectorstb1-68/+38
12 dayswycheproof: drop JOSE teststb1-2/+1
12 dayswycheproof: move AES key wrap tests to v1tb1-4/+4
12 dayswycheproof: add support for EcCurve teststb1-1/+103
12 dayswycheproof: add custom JSON unmarshaler big integerstb1-9/+58
12 dayswycheproof: make RSA tests worktb1-43/+79
12 dayswycheproof: move ECDSA tests to v1tb1-14/+15
12 dayswycheproof: move ECDH tests to v1 (skip PEM for now)tb1-6/+5
12 dayswycheproof: move AES to v1 and explicitly skip gmac testtb1-3/+3
13 dayswycheproof: go fmttb1-6/+6
13 dayswycheproof: move HKDF to v1tb1-2/+2
13 dayswycheproof: move EdDSA to v1tb1-7/+7
13 dayswycheproof: move DSA to v1tb1-6/+6
13 dayswycheproof: move x25519 to v1tb1-5/+5
13 dayswycheproof: migrate {,X}ChaCha20-Poly1305 to v1tb1-3/+3
13 dayswycheproof: migrate HMAC to v1tb1-3/+3
13 dayswycheproof: add struct to support the testvector_v1 schematb1-7/+26
13 dayswycheproof: add version sum type and annotate all tests as v0tb1-30/+41
13 dayswycheproof: use local variables for testGroups and algorithmtb1-7/+11
13 dayswycheproof: 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