summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* cms: fix incorrect length check in kek_unwrap_key()tb2025-09-301-2/+2
* cms_RecipientInfo_pwri_crypt: fix incorrect return checktb2025-09-301-3/+3
* cms_RecipientInfo_pwri_crypt: plug leak of kekalgtb2025-09-301-3/+3
* libcrypto: rsa gen: min. distance between p and qjan2025-09-291-3/+19
* Bump libressl version to 4.2.0tb2025-09-281-3/+3
* Revert NULL,0 -> OPENSSL_FILE,OPENSSL_LINE from r1.78tb2025-09-281-9/+9
* mlkem_generate_key_external_entropy: normalize sizeof() usetb2025-09-161-2/+2
* Simplify MLKEM_{private,public}_key_new()tb2025-09-161-19/+7
* aes: move explicit_bzero() after NULL checktb2025-09-151-5/+7
* MLKEM_private_key_new: add missing space before =tb2025-09-151-2/+2
* mlkem_public_to_private: fix overread/information leaktb2025-09-141-3/+3
* Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().jsing2025-09-081-2/+2
* Allow generic AES implementation to be used as a fallback.jsing2025-09-083-19/+65
* Zero the round keys on AES_set_{en,de}crypt_key() function entry.jsing2025-09-081-1/+5
* Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary.jsing2025-09-082-18/+28
* Remove BN_DIV2W.jsing2025-09-073-28/+4
* Re-enable bn_sqr_words() assembly.jsing2025-09-073-8/+8
* Rename old assembly bn_sqr_words() to bn_sqr_word_wise().jsing2025-09-076-30/+27
* Deduplicate the mlkem 768 and mlkem 1024 code.beck2025-09-056-1788/+527
* Disable assembly bn_sqr_words() again for now.jsing2025-09-023-8/+8
* Add const here as well...jsing2025-09-011-2/+2
* Use bn_mul_words() from bn_mod_mul_words().jsing2025-09-011-5/+3
* Constify bn_mul_words().jsing2025-09-013-6/+9
* Use bn_sqr_words() from bn_mod_sqr_words().jsing2025-09-011-5/+3
* Provide bn_mul_words() on amd64.jsing2025-09-012-2/+12
* EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look liketb2025-08-311-2/+7
* Remove bn_dump.3tb2025-08-311-415/+0
* Reorder functions since they've been renamed.jsing2025-08-311-17/+17
* Rename prototype for bn_mul_normal().jsing2025-08-311-2/+2
* Rename bn_mul_words()/bn_mul_add_words().jsing2025-08-3014-111/+106
* Rework bn_sqr() to use bn_sqr_words().jsing2025-08-304-26/+27
* Remove OPENSSL_VAR_AS_FUNCTION #undeftb2025-08-291-3/+1
* ec_mult.c: place this code under my ISC licensetb2025-08-261-58/+13
* zap stray spacetb2025-08-251-2/+2
* Move opensslconf.h to a machine-independent placetb2025-08-2514-158/+7
* Hide primitive BOOLEAN itemstb2025-08-222-2/+8
* x_crl.c: wont -> won't + KNF for a commenttb2025-08-191-3/+4
* An executive decision has been taken to expose marshal private key as welltb2025-08-195-9/+13
* same crank for libssl and libtls as for libcryptotb2025-08-192-2/+2
* bump libcrypto minor after symbol additiontb2025-08-191-1/+1
* Expose beck's version of BoringSSL's ML-KEM APitb2025-08-191-0/+16
* Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 itemstb2025-08-191-0/+3
* sync with crypto_namespace.h: avoid asm("") for MSVCtb2025-08-181-1/+5
* Avoid asm("") for MSVCtb2025-08-181-1/+5
* Mop up the now unused RC4_CHUNK defines.jsing2025-08-1713-130/+0
* Further simplify the rc4 implementation.jsing2025-08-171-117/+45
* Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't.tb2025-08-141-3/+4
* unbreak tree after commiting from wrong placebeck2025-08-141-223/+1
* revert accidental disabling of ssl_security_cert() in -r1.52tb2025-08-141-2/+2
* Add a reasonable ML-KEM API for public use.beck2025-08-149-304/+1387