| Commit message (Expand) | Author | Age | Files | Lines |
| * | cms: fix incorrect length check in kek_unwrap_key() | tb | 2025-09-30 | 1 | -2/+2 |
| * | cms_RecipientInfo_pwri_crypt: fix incorrect return check | tb | 2025-09-30 | 1 | -3/+3 |
| * | cms_RecipientInfo_pwri_crypt: plug leak of kekalg | tb | 2025-09-30 | 1 | -3/+3 |
| * | libcrypto: rsa gen: min. distance between p and q | jan | 2025-09-29 | 1 | -3/+19 |
| * | Bump libressl version to 4.2.0 | tb | 2025-09-28 | 1 | -3/+3 |
| * | Revert NULL,0 -> OPENSSL_FILE,OPENSSL_LINE from r1.78 | tb | 2025-09-28 | 1 | -9/+9 |
| * | mlkem_generate_key_external_entropy: normalize sizeof() use | tb | 2025-09-16 | 1 | -2/+2 |
| * | Simplify MLKEM_{private,public}_key_new() | tb | 2025-09-16 | 1 | -19/+7 |
| * | aes: move explicit_bzero() after NULL check | tb | 2025-09-15 | 1 | -5/+7 |
| * | MLKEM_private_key_new: add missing space before = | tb | 2025-09-15 | 1 | -2/+2 |
| * | mlkem_public_to_private: fix overread/information leak | tb | 2025-09-14 | 1 | -3/+3 |
| * | Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic(). | jsing | 2025-09-08 | 1 | -2/+2 |
| * | Allow generic AES implementation to be used as a fallback. | jsing | 2025-09-08 | 3 | -19/+65 |
| * | Zero the round keys on AES_set_{en,de}crypt_key() function entry. | jsing | 2025-09-08 | 1 | -1/+5 |
| * | Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary. | jsing | 2025-09-08 | 2 | -18/+28 |
| * | Remove BN_DIV2W. | jsing | 2025-09-07 | 3 | -28/+4 |
| * | Re-enable bn_sqr_words() assembly. | jsing | 2025-09-07 | 3 | -8/+8 |
| * | Rename old assembly bn_sqr_words() to bn_sqr_word_wise(). | jsing | 2025-09-07 | 6 | -30/+27 |
| * | Deduplicate the mlkem 768 and mlkem 1024 code. | beck | 2025-09-05 | 6 | -1788/+527 |
| * | Disable assembly bn_sqr_words() again for now. | jsing | 2025-09-02 | 3 | -8/+8 |
| * | Add const here as well... | jsing | 2025-09-01 | 1 | -2/+2 |
| * | Use bn_mul_words() from bn_mod_mul_words(). | jsing | 2025-09-01 | 1 | -5/+3 |
| * | Constify bn_mul_words(). | jsing | 2025-09-01 | 3 | -6/+9 |
| * | Use bn_sqr_words() from bn_mod_sqr_words(). | jsing | 2025-09-01 | 1 | -5/+3 |
| * | Provide bn_mul_words() on amd64. | jsing | 2025-09-01 | 2 | -2/+12 |
| * | EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look like | tb | 2025-08-31 | 1 | -2/+7 |
| * | Remove bn_dump.3 | tb | 2025-08-31 | 1 | -415/+0 |
| * | Reorder functions since they've been renamed. | jsing | 2025-08-31 | 1 | -17/+17 |
| * | Rename prototype for bn_mul_normal(). | jsing | 2025-08-31 | 1 | -2/+2 |
| * | Rename bn_mul_words()/bn_mul_add_words(). | jsing | 2025-08-30 | 14 | -111/+106 |
| * | Rework bn_sqr() to use bn_sqr_words(). | jsing | 2025-08-30 | 4 | -26/+27 |
| * | Remove OPENSSL_VAR_AS_FUNCTION #undef | tb | 2025-08-29 | 1 | -3/+1 |
| * | ec_mult.c: place this code under my ISC license | tb | 2025-08-26 | 1 | -58/+13 |
| * | zap stray space | tb | 2025-08-25 | 1 | -2/+2 |
| * | Move opensslconf.h to a machine-independent place | tb | 2025-08-25 | 14 | -158/+7 |
| * | Hide primitive BOOLEAN items | tb | 2025-08-22 | 2 | -2/+8 |
| * | x_crl.c: wont -> won't + KNF for a comment | tb | 2025-08-19 | 1 | -3/+4 |
| * | An executive decision has been taken to expose marshal private key as well | tb | 2025-08-19 | 5 | -9/+13 |
| * | bump libcrypto minor after symbol addition | tb | 2025-08-19 | 1 | -1/+1 |
| * | Expose beck's version of BoringSSL's ML-KEM APi | tb | 2025-08-19 | 1 | -0/+16 |
| * | Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 items | tb | 2025-08-19 | 1 | -0/+3 |
| * | Avoid asm("") for MSVC | tb | 2025-08-18 | 1 | -1/+5 |
| * | Mop up the now unused RC4_CHUNK defines. | jsing | 2025-08-17 | 13 | -130/+0 |
| * | Further simplify the rc4 implementation. | jsing | 2025-08-17 | 1 | -117/+45 |
| * | Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't. | tb | 2025-08-14 | 1 | -3/+4 |
| * | unbreak tree after commiting from wrong place | beck | 2025-08-14 | 1 | -223/+1 |
| * | Add a reasonable ML-KEM API for public use. | beck | 2025-08-14 | 8 | -302/+1385 |
| * | Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible. | jsing | 2025-08-14 | 1 | -10/+41 |
| * | Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6(). | jsing | 2025-08-14 | 2 | -2/+22 |
| * | Provide bn_mod_add_words() and bn_mod_sub_words() on amd64. | jsing | 2025-08-14 | 2 | -2/+25 |