| Commit message (Expand) | Author | Files | Lines |
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 |
2025-08-30 | Rename bn_mul_words()/bn_mul_add_words(). | jsing | 14 | -111/+106 |
2025-08-30 | Rework bn_sqr() to use bn_sqr_words(). | jsing | 4 | -26/+27 |
2025-08-29 | Remove OPENSSL_VAR_AS_FUNCTION #undef | tb | 1 | -3/+1 |
2025-08-26 | ec_asn1_test: fix error message | tb | 1 | -2/+2 |
2025-08-26 | ec_asn1_test: d'oh. actually ensure all builtin curves are of prime order | tb | 1 | -6/+6 |
2025-08-26 | ec_asn1_test: ensure all builtin curves are of prime order | tb | 1 | -1/+58 |
2025-08-26 | ec_mult.c: place this code under my ISC license | tb | 1 | -58/+13 |
2025-08-26 | rsa_method_test: point at correct function in error string | tb | 1 | -2/+2 |
2025-08-25 | zap stray space | tb | 1 | -2/+2 |
2025-08-25 | Move opensslconf.h to a machine-independent place | tb | 14 | -158/+7 |
2025-08-25 | freenull: missing target deps, use -Wall -Werror like elsewhere | tb | 1 | -2/+4 |
2025-08-25 | freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free() | tb | 1 | -1/+2 |
2025-08-22 | Also print addresses of the _libre_ symbols | tb | 1 | -2/+6 |
2025-08-22 | fix symbols test to actually detect missing _libre_ symbols | tb | 1 | -2/+2 |
2025-08-22 | Hide primitive BOOLEAN items | tb | 2 | -2/+8 |
2025-08-19 | x_crl.c: wont -> won't + KNF for a comment | tb | 1 | -3/+4 |
2025-08-19 | An executive decision has been taken to expose marshal private key as well | tb | 5 | -9/+13 |
2025-08-19 | same crank for libssl and libtls as for libcrypto | tb | 2 | -2/+2 |
2025-08-19 | bump libcrypto minor after symbol addition | tb | 1 | -1/+1 |
2025-08-19 | Expose beck's version of BoringSSL's ML-KEM APi | tb | 1 | -0/+16 |
2025-08-19 | Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 items | tb | 1 | -0/+3 |
2025-08-18 | sync with crypto_namespace.h: avoid asm("") for MSVC | tb | 1 | -1/+5 |
2025-08-18 | Avoid asm("") for MSVC | tb | 1 | -1/+5 |
2025-08-17 | mlkem tests: include the public <openssl/mlkem.h> | tb | 2 | -5/+5 |
2025-08-17 | Change gmtime() to return time in UTC rather than GMT, as required by our own | phessler | 1 | -79/+79 |
2025-08-17 | Mop up the now unused RC4_CHUNK defines. | jsing | 13 | -130/+0 |
2025-08-17 | Further simplify the rc4 implementation. | jsing | 1 | -117/+45 |
2025-08-15 | mlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests() | tb | 1 | -19/+11 |
2025-08-15 | Fix includes in mlkem unit and iteration tests | tb | 4 | -16/+5 |
2025-08-15 | mlkem_tests no longer depends on mlkem_tests_util | tb | 1 | -2/+2 |
2025-08-15 | mlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.h | tb | 1 | -4/+3 |
2025-08-15 | mlkem_tests: mop up after feral openssl devs were here | tb | 1 | -83/+91 |
2025-08-15 | mlkem_unittest: undo unnecessary variable renaming | tb | 1 | -5/+5 |
2025-08-14 | Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't. | tb | 1 | -3/+4 |
2025-08-14 | unbreak tree after commiting from wrong place | beck | 1 | -223/+1 |
2025-08-14 | revert accidental disabling of ssl_security_cert() in -r1.52 | tb | 1 | -2/+2 |
2025-08-14 | Add a reasonable ML-KEM API for public use. | beck | 14 | -897/+1783 |
2025-08-14 | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 1 | -10/+41 |
2025-08-14 | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2 | -2/+22 |
2025-08-14 | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2 | -2/+25 |
2025-08-14 | Add special handling for multiplication and squaring of BNs with six words. | jsing | 2 | -2/+6 |
2025-08-14 | Hook additional s2n-bignum routines to the amd64 build. | jsing | 1 | -1/+11 |
2025-08-14 | Add CPU feature detection for ADX on amd64. | jsing | 2 | -5/+10 |
2025-08-14 | 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 |