| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-03-30 | ssl_sigalgs: whitespace tweak | tb | 1 | -1/+2 | |
| 2026-03-29 | ML-KEM: ensure that key_768 is only dereferenced with 768-bit keys | tb | 1 | -3/+7 | |
| This looks like a NULL dereference that should crash, but for some reason it doesn't, even with -O0 with all compilers i tried. At the very least it may result in compilers deducing that key_768 != NULL and lead to incorrect optimizations. ok claudio jsing kenjiro miod | |||||
| 2026-03-29 | Add missing include path required to reach newly added crypto_assembly.h | anton | 1 | -2/+3 | |
| include. | |||||
| 2026-03-28 | Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists. | jsing | 6 | -36/+12 | |
| ok kenjiro@ tb@ | |||||
