summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use faster versions of bignum_{mul,sqr}_{4_8,6_12,8_16}() if possible.jsing2025-08-141-10/+41
* Provide amd64 specific versions of bn_mul_comba6() and bn_sqr_comba6().jsing2025-08-142-2/+22
* Provide bn_mod_add_words() and bn_mod_sub_words() on amd64.jsing2025-08-142-2/+25
* Add special handling for multiplication and squaring of BNs with six words.jsing2025-08-142-2/+6
* Hook additional s2n-bignum routines to the amd64 build.jsing2025-08-141-1/+11
* Add CPU feature detection for ADX on amd64.jsing2025-08-142-5/+10
* Clean up parts of rc4.jsing2025-08-141-79/+40
* Revise include to match the name that we use.jsing2025-08-1210-20/+20
* Replace SPDX-License-Identifier with actual license.jsing2025-08-1210-20/+130