| Commit message (Expand) | Author | Files | Lines |
5 days | Also print addresses of the _libre_ symbols | tb | 1 | -2/+6 |
5 days | fix symbols test to actually detect missing _libre_ symbols | tb | 1 | -2/+2 |
5 days | Hide primitive BOOLEAN items | tb | 2 | -2/+8 |
7 days | x_crl.c: wont -> won't + KNF for a comment | tb | 1 | -3/+4 |
7 days | An executive decision has been taken to expose marshal private key as well | tb | 5 | -9/+13 |
7 days | same crank for libssl and libtls as for libcrypto | tb | 2 | -2/+2 |
7 days | bump libcrypto minor after symbol addition | tb | 1 | -1/+1 |
7 days | Expose beck's version of BoringSSL's ML-KEM APi | tb | 1 | -0/+16 |
7 days | Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 items | tb | 1 | -0/+3 |
9 days | sync with crypto_namespace.h: avoid asm("") for MSVC | tb | 1 | -1/+5 |
9 days | Avoid asm("") for MSVC | tb | 1 | -1/+5 |
9 days | mlkem tests: include the public <openssl/mlkem.h> | tb | 2 | -5/+5 |
10 days | Change gmtime() to return time in UTC rather than GMT, as required by our own | phessler | 1 | -79/+79 |
10 days | Mop up the now unused RC4_CHUNK defines. | jsing | 13 | -130/+0 |
10 days | Further simplify the rc4 implementation. | jsing | 1 | -117/+45 |
11 days | mlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests() | tb | 1 | -19/+11 |
12 days | Fix includes in mlkem unit and iteration tests | tb | 4 | -16/+5 |
12 days | mlkem_tests no longer depends on mlkem_tests_util | tb | 1 | -2/+2 |
12 days | mlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.h | tb | 1 | -4/+3 |
12 days | mlkem_tests: mop up after feral openssl devs were here | tb | 1 | -83/+91 |
12 days | mlkem_unittest: undo unnecessary variable renaming | tb | 1 | -5/+5 |
12 days | Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't. | tb | 1 | -3/+4 |
13 days | unbreak tree after commiting from wrong place | beck | 1 | -223/+1 |
13 days | revert accidental disabling of ssl_security_cert() in -r1.52 | tb | 1 | -2/+2 |
13 days | Add a reasonable ML-KEM API for public use. | beck | 14 | -897/+1783 |
13 days | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 1 | -10/+41 |
13 days | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2 | -2/+22 |
13 days | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2 | -2/+25 |
13 days | Add special handling for multiplication and squaring of BNs with six words. | jsing | 2 | -2/+6 |
13 days | Hook additional s2n-bignum routines to the amd64 build. | jsing | 1 | -1/+11 |
13 days | Add CPU feature detection for ADX on amd64. | jsing | 2 | -5/+10 |
13 days | Clean up parts of rc4. | jsing | 1 | -79/+40 |
2025-08-12 | Add benchmarks for 384 bit x 384 bit multiplication and 384 bit squaring. | jsing | 1 | -1/+14 |
2025-08-12 | Revise include to match the name that we use. | jsing | 10 | -20/+20 |
2025-08-12 | Replace SPDX-License-Identifier with actual license. | jsing | 10 | -20/+130 |
2025-08-12 | Add RCS tags to new files. | jsing | 10 | -0/+20 |
2025-08-12 | Bring in bignum_mod{add,sub}() from s2n-bignum. | jsing | 2 | -0/+185 |
2025-08-12 | Bring in bignum_{mul,sqr}_{4_8,8_16}() from s2n-bignum. | jsing | 4 | -0/+877 |
2025-08-12 | Bring in bignum_{mul,sqr}_6_12{,_alt}() from s2n-bignum. | jsing | 4 | -0/+807 |
2025-08-12 | Add RCS tags. | jsing | 2 | -0/+4 |
2025-08-12 | Add const to bignum_*() function calls. | jsing | 1 | -16/+16 |
2025-08-12 | Sync headers from s2n-bignum. | jsing | 2 | -236/+588 |
2025-08-11 | Add RCS tags. | jsing | 11 | -0/+22 |
2025-08-11 | Resync s2n-bignum primitives for amd64 with upstream. | jsing | 11 | -115/+113 |
2025-08-10 | Clean up and move define to correct place. | beck | 2 | -5/+3 |
2025-08-09 | 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 |