index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regress
/
lib
/
libc
/
stdio
/
test___freadptr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
3 days
mlkem_public_to_private: fix overread/information leak
tb
1
-3
/
+3
8 days
wycheproof: zap stray empty line
tb
1
-2
/
+1
9 days
Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().
jsing
1
-2
/
+2
9 days
Allow generic AES implementation to be used as a fallback.
jsing
3
-19
/
+65
9 days
Zero the round keys on AES_set_{en,de}crypt_key() function entry.
jsing
1
-1
/
+5
9 days
Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary.
jsing
2
-18
/
+28
9 days
wycheproof: rework test selection
tb
1
-69
/
+82
9 days
wycheproof: skip tests using curve448/edwards448
tb
1
-7
/
+12
9 days
wycheproof: skip tests using SHAKE-128 and SHAKE-256
tb
1
-1
/
+17
9 days
wycheproof: rename skipSmallCurve() into skipCurve()
tb
1
-4
/
+6
9 days
wycheproof: determine the test variant from the JSON schema
tb
1
-30
/
+41
10 days
wycheproof: retire the ECDSA webcrypto tests
tb
1
-71
/
+2
10 days
Remove BN_DIV2W.
jsing
3
-28
/
+4
10 days
Re-enable bn_sqr_words() assembly.
jsing
3
-8
/
+8
10 days
Rename old assembly bn_sqr_words() to bn_sqr_word_wise().
jsing
6
-30
/
+27
11 days
wycheproof: go fmt
tb
1
-4
/
+4
11 days
wycheproof: use a cleaner way of dealing with P1363 signature length
tb
1
-4
/
+12
11 days
Deduplicate the mlkem 768 and mlkem 1024 code.
beck
6
-1788
/
+527
12 days
wycheproof: check for the v1 directory since v0 will go away
tb
1
-2
/
+2
12 days
wycheproof: port the MI primes check to v1
tb
2
-3
/
+24
12 days
wycheproof: remove support for v0 test vectors
tb
1
-68
/
+38
12 days
wycheproof: drop JOSE tests
tb
1
-2
/
+1
12 days
wycheproof: move AES key wrap tests to v1
tb
1
-4
/
+4
12 days
wycheproof: add support for EcCurve tests
tb
1
-1
/
+103
12 days
wycheproof: add custom JSON unmarshaler big integers
tb
1
-9
/
+58
12 days
wycheproof: make RSA tests work
tb
1
-43
/
+79
12 days
wycheproof: move ECDSA tests to v1
tb
1
-14
/
+15
12 days
wycheproof: move ECDH tests to v1 (skip PEM for now)
tb
1
-6
/
+5
12 days
wycheproof: move AES to v1 and explicitly skip gmac test
tb
1
-3
/
+3
13 days
wycheproof: go fmt
tb
1
-6
/
+6
13 days
wycheproof: move HKDF to v1
tb
1
-2
/
+2
13 days
wycheproof: move EdDSA to v1
tb
1
-7
/
+7
13 days
wycheproof: move DSA to v1
tb
1
-6
/
+6
13 days
wycheproof: move x25519 to v1
tb
1
-5
/
+5
13 days
wycheproof: migrate {,X}ChaCha20-Poly1305 to v1
tb
1
-3
/
+3
13 days
wycheproof: migrate HMAC to v1
tb
1
-3
/
+3
13 days
wycheproof: add struct to support the testvector_v1 schema
tb
1
-7
/
+26
13 days
wycheproof: add version sum type and annotate all tests as v0
tb
1
-30
/
+41
13 days
wycheproof: use local variables for testGroups and algorithm
tb
1
-7
/
+11
13 days
wycheproof: start migrating to testvectors_v1
tb
1
-4
/
+5
2025-09-02
Disable assembly bn_sqr_words() again for now.
jsing
3
-8
/
+8
2025-09-01
Add const here as well...
jsing
1
-2
/
+2
2025-09-01
Use bn_mul_words() from bn_mod_mul_words().
jsing
1
-5
/
+3
2025-09-01
Constify bn_mul_words().
jsing
3
-6
/
+9
2025-09-01
Use bn_sqr_words() from bn_mod_sqr_words().
jsing
1
-5
/
+3
2025-09-01
Provide bn_mul_words() on amd64.
jsing
2
-2
/
+12
2025-08-31
EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look like
tb
1
-2
/
+7
2025-08-31
Remove bn_dump.3
tb
1
-415
/
+0
2025-08-31
Reorder functions since they've been renamed.
jsing
1
-17
/
+17
2025-08-31
Rename prototype for bn_mul_normal().
jsing
1
-2
/
+2
[next]