| Commit message (Expand) | Author | Files | Lines |
4 days | Avoid asm("") for MSVC | tb | 1 | -1/+5 |
5 days | mlkem tests: include the public <openssl/mlkem.h> | tb | 2 | -5/+5 |
5 days | Change gmtime() to return time in UTC rather than GMT, as required by our own | phessler | 1 | -79/+79 |
5 days | Mop up the now unused RC4_CHUNK defines. | jsing | 13 | -130/+0 |
5 days | Further simplify the rc4 implementation. | jsing | 1 | -117/+45 |
7 days | mlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests() | tb | 1 | -19/+11 |
7 days | Fix includes in mlkem unit and iteration tests | tb | 4 | -16/+5 |
7 days | mlkem_tests no longer depends on mlkem_tests_util | tb | 1 | -2/+2 |
7 days | mlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.h | tb | 1 | -4/+3 |
7 days | mlkem_tests: mop up after feral openssl devs were here | tb | 1 | -83/+91 |
7 days | mlkem_unittest: undo unnecessary variable renaming | tb | 1 | -5/+5 |
8 days | Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't. | tb | 1 | -3/+4 |
8 days | unbreak tree after commiting from wrong place | beck | 1 | -223/+1 |
8 days | revert accidental disabling of ssl_security_cert() in -r1.52 | tb | 1 | -2/+2 |
8 days | Add a reasonable ML-KEM API for public use. | beck | 14 | -897/+1783 |
8 days | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 1 | -10/+41 |
8 days | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2 | -2/+22 |
8 days | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2 | -2/+25 |
8 days | Add special handling for multiplication and squaring of BNs with six words. | jsing | 2 | -2/+6 |
8 days | Hook additional s2n-bignum routines to the amd64 build. | jsing | 1 | -1/+11 |
8 days | Add CPU feature detection for ADX on amd64. | jsing | 2 | -5/+10 |
8 days | Clean up parts of rc4. | jsing | 1 | -79/+40 |
10 days | Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring. | jsing | 1 | -1/+14 |
10 days | Revise include to match the name that we use. | jsing | 10 | -20/+20 |
10 days | Replace SPDX-License-Identifier with actual license. | jsing | 10 | -20/+130 |
10 days | Add RCS tags to new files. | jsing | 10 | -0/+20 |
10 days | Bring in bignum_mod{add,sub}() from s2n-bignum. | jsing | 2 | -0/+185 |
10 days | Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum. | jsing | 4 | -0/+877 |
10 days | Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum. | jsing | 4 | -0/+807 |
10 days | Add RCS tags. | jsing | 2 | -0/+4 |
10 days | Add const to bignum_*() function calls. | jsing | 1 | -16/+16 |
10 days | Sync headers from s2n-bignum. | jsing | 2 | -236/+588 |
11 days | Add RCS tags. | jsing | 11 | -0/+22 |
11 days | Resync s2n-bignum primitives for amd64 with upstream. | jsing | 11 | -115/+113 |
12 days | Clean up and move define to correct place. | beck | 2 | -5/+3 |
13 days | Add missing make dependency as the oclo binary depends on | anton | 1 | -1/+3 |
2025-08-06 | sync CA certificates from newer mozilla list, ok tb@ | sthen | 1 | -339/+1 |
2025-08-05 | Speed up bn_{mod,sqr}_mul_words() for specific inputs. | jsing | 1 | -3/+25 |
2025-08-05 | Provide bn_sqr_comba6(). | jsing | 2 | -2/+48 |
2025-08-05 | Provide bn_mul_comba6(). | jsing | 2 | -2/+63 |
2025-08-05 | Mark the inputs to bn_mul_comba{4,8}() as const. | jsing | 3 | -9/+9 |
2025-08-04 | Sort NAME, RETURN VALUES, ERRORS, and STANDARDS in the same order as SYNOPSIS. | schwarze | 1 | -16/+16 |
2025-08-04 | link illumos oclo test to the tree | tb | 1 | -2/+2 |
2025-08-04 | Implement the POSIX-2024 close-on-fork flag, but modified to be | guenther | 2 | -9/+10 |
2025-08-04 | replace the flockfile backend with a per FILE recursive mutex. | dlg | 1 | -1/+7 |
2025-08-03 | Implement constant time EC scalar multiplication. | jsing | 1 | -16/+103 |
2025-08-03 | Remove duplicate computation for b3. | jsing | 1 | -5/+1 |
2025-08-03 | Add prototype for EC_GFp_homogeneous_projective_method(). | jsing | 1 | -1/+2 |
2025-08-03 | Avoid signed overflow in BN_MONT_CTX_set() | tb | 1 | -2/+3 |
2025-08-03 | Avoid signed overflow in BN_mul() | tb | 1 | -3/+4 |