| Commit message (Expand) | Author | Files | Lines |
2025-09-04 | wycheproof: migrate {,X}ChaCha20-Poly1305 to v1 | tb | 1 | -3/+3 |
2025-09-04 | wycheproof: migrate HMAC to v1 | tb | 1 | -3/+3 |
2025-09-04 | wycheproof: add struct to support the testvector_v1 schema | tb | 1 | -7/+26 |
2025-09-04 | wycheproof: add version sum type and annotate all tests as v0 | tb | 1 | -30/+41 |
2025-09-04 | wycheproof: use local variables for testGroups and algorithm | tb | 1 | -7/+11 |
2025-09-04 | wycheproof: start migrating to testvectors_v1 | tb | 1 | -4/+5 |
2025-09-02 | Disable assembly bn_sqr_words() again for now. | jsing | 3 | -8/+8 |
2025-09-01 | Add const here as well... | jsing | 1 | -2/+2 |
2025-09-01 | Use bn_mul_words() from bn_mod_mul_words(). | jsing | 1 | -5/+3 |
2025-09-01 | Constify bn_mul_words(). | jsing | 3 | -6/+9 |
2025-09-01 | Use bn_sqr_words() from bn_mod_sqr_words(). | jsing | 1 | -5/+3 |
2025-09-01 | Provide bn_mul_words() on amd64. | jsing | 2 | -2/+12 |
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 |