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
/
lib
/
libcrypto
/
mlkem
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix buffer size in MLKEM1024_marshal_public_key()
kenjiro
2025-05-21
1
-2
/
+2
*
Make MLKEM1024_marshal_private_key consistent with the public_key funcitons
beck
2025-05-20
2
-27
/
+44
*
Whitespace nits from tb
beck
2025-05-20
1
-1
/
+4
*
Fix up MLKEM768_marshal_private_key to not use a passed in CBB
beck
2025-05-19
2
-27
/
+43
*
Remove the boringssl if || ideom from mlkem
beck
2025-05-19
2
-34
/
+46
*
API changes for ML-KEM
beck
2025-05-19
4
-78
/
+126
*
CTASSERT that internal pub/priv keys match the sizes exposed in mlkem.h
tb
2025-05-03
2
-2
/
+10
*
typos: us -> is, te -> the (twice)
tb
2025-03-28
1
-3
/
+3
*
Fix typo: multipy -> multiply
tb
2025-01-03
2
-18
/
+18
*
Do not assume mlkem.h and bytestring.h are public in libcrypto
tb
2024-12-19
4
-14
/
+8
*
mlkem: fix whitespace
tb
2024-12-18
2
-4
/
+6
*
Avoid a reduce once that can cause Clang misoptomization.
beck
2024-12-17
2
-22
/
+54
*
Plug two memory leaks in MLKEM*_generate_key_external_entropy()
tb
2024-12-17
2
-2
/
+6
*
mlkem: clean up top matter in headers
tb
2024-12-17
2
-8
/
+14
*
Add ML-KEM 1024 from BoringSSL
beck
2024-12-13
3
-0
/
+1279
*
KNF nit tb wanted me to fix
beck
2024-12-13
1
-2
/
+4
*
Add ML-KEM 768 from BoringSSL
beck
2024-12-13
3
-0
/
+1364