summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-09-04wycheproof: migrate {,X}ChaCha20-Poly1305 to v1tb1-3/+3
2025-09-04wycheproof: migrate HMAC to v1tb1-3/+3
2025-09-04wycheproof: add struct to support the testvector_v1 schematb1-7/+26
2025-09-04wycheproof: add version sum type and annotate all tests as v0tb1-30/+41
2025-09-04wycheproof: use local variables for testGroups and algorithmtb1-7/+11
2025-09-04wycheproof: start migrating to testvectors_v1tb1-4/+5
2025-09-02Disable assembly bn_sqr_words() again for now.jsing3-8/+8
2025-09-01Add const here as well...jsing1-2/+2
2025-09-01Use bn_mul_words() from bn_mod_mul_words().jsing1-5/+3
2025-09-01Constify bn_mul_words().jsing3-6/+9
2025-09-01Use bn_sqr_words() from bn_mod_sqr_words().jsing1-5/+3
2025-09-01Provide bn_mul_words() on amd64.jsing2-2/+12
2025-08-31EC_GROUP_new_curve_GFp: add a sentence on what elliptic curves look liketb1-2/+7
2025-08-31Remove bn_dump.3tb1-415/+0
2025-08-31Reorder functions since they've been renamed.jsing1-17/+17
2025-08-31Rename prototype for bn_mul_normal().jsing1-2/+2
2025-08-30Rename bn_mul_words()/bn_mul_add_words().jsing14-111/+106
2025-08-30Rework bn_sqr() to use bn_sqr_words().jsing4-26/+27
2025-08-29Remove OPENSSL_VAR_AS_FUNCTION #undeftb1-3/+1
2025-08-26ec_asn1_test: fix error messagetb1-2/+2
2025-08-26ec_asn1_test: d'oh. actually ensure all builtin curves are of prime ordertb1-6/+6
2025-08-26ec_asn1_test: ensure all builtin curves are of prime ordertb1-1/+58
2025-08-26ec_mult.c: place this code under my ISC licensetb1-58/+13
2025-08-26rsa_method_test: point at correct function in error stringtb1-2/+2
2025-08-25zap stray spacetb1-2/+2
2025-08-25Move opensslconf.h to a machine-independent placetb14-158/+7
2025-08-25freenull: missing target deps, use -Wall -Werror like elsewheretb1-2/+4
2025-08-25freenull.c.head: include mlkem.h for MLKEM_{private,public}_key_free()tb1-1/+2
2025-08-22Also print addresses of the _libre_ symbolstb1-2/+6
2025-08-22fix symbols test to actually detect missing _libre_ symbolstb1-2/+2
2025-08-22Hide primitive BOOLEAN itemstb2-2/+8
2025-08-19x_crl.c: wont -> won't + KNF for a commenttb1-3/+4
2025-08-19An executive decision has been taken to expose marshal private key as welltb5-9/+13
2025-08-19same crank for libssl and libtls as for libcryptotb2-2/+2
2025-08-19bump libcrypto minor after symbol additiontb1-1/+1
2025-08-19Expose beck's version of BoringSSL's ML-KEM APitb1-0/+16
2025-08-19Add back the ASN1_{,F,T}BOOLEAN_it ASN.1 itemstb1-0/+3
2025-08-18sync with crypto_namespace.h: avoid asm("") for MSVCtb1-1/+5
2025-08-18Avoid asm("") for MSVCtb1-1/+5
2025-08-17mlkem tests: include the public <openssl/mlkem.h>tb2-5/+5
2025-08-17Change gmtime() to return time in UTC rather than GMT, as required by our ownphessler1-79/+79
2025-08-17Mop up the now unused RC4_CHUNK defines.jsing13-130/+0
2025-08-17Further simplify the rc4 implementation.jsing1-117/+45
2025-08-15mlkem_tests: remove unneded ret variable from mlkem_{decap,keygen}_tests()tb1-19/+11
2025-08-15Fix includes in mlkem unit and iteration teststb4-16/+5
2025-08-15mlkem_tests no longer depends on mlkem_tests_utiltb1-2/+2
2025-08-15mlkem_tests: use public mlkem.h, no longer needs mlkem_tests_util.htb1-4/+3
2025-08-15mlkem_tests: mop up after feral openssl devs were heretb1-83/+91
2025-08-15mlkem_unittest: undo unnecessary variable renamingtb1-5/+5
2025-08-14Tweak comment in asn1_item_free: KNF, missing comma, wont -> won't.tb1-3/+4