summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsfuzzer/tlsfuzzer.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-28limitiation -> limitationjsg1-3/+3
2025-05-27Delete bad advice about abusing malloc_options = "X" as a productionschwarze1-12/+3
2025-05-27Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_ciphertb9-153/+174
2025-05-26GOST has left the buildingtb1-2/+2
2025-05-25Merge AES-IGE into aes.c.jsing3-121/+66
2025-05-25Simplify AES-IGE and remove code with implementation defined behaviour.jsing1-117/+40
2025-05-25Remove bogus alias.jsing1-2/+1
2025-05-25Add test whether fflush() complies POSIX for the handling ofyasuoka1-1/+82
2025-05-25Add test for ungetwc().yasuoka2-1/+94
2025-05-25Merge RC2 into a single file.jsing6-548/+301
2025-05-25Provide an EC method that uses homogeneous projective coordinates.jsing3-2/+870
2025-05-25Implement EC field element operations.jsing5-31/+299
2025-05-25openssl speed: clean up time_fjoshua1-79/+76
2025-05-25Provide bn_mod_{add,sub,mul}_words().jsing4-5/+94
2025-05-25openssl speed: remove whirlpooljoshua2-41/+12
2025-05-25Fix previous.jsing3-72/+6
2025-05-25Provide additional variants of bn_add_words()/bn_sub_words().jsing3-6/+190
2025-05-25Fix handling of different length inputs in bn_sub().jsing1-3/+3
2025-05-25Add tests for the functions in <stdio_ext.h>.yasuoka7-2/+455
2025-05-25Include "stdio" in SUBDIR. This should have been done along with theyasuoka1-4/+4
2025-05-24Create bm->buf from the start to avoid arithmetic on NULLtb1-1/+7
2025-05-24Revert "bio_mem: avoid pointer arithmetic on NULL"tb1-4/+2
2025-05-24openssl pkcs8: zap an outdated lietb1-4/+1
2025-05-24explain more precisely how to initialize malloc_options;schwarze1-4/+12
2025-05-24Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2-0/+236
2025-05-24openssl speed: remove MAX_BLOCK_SIZE definejoshua1-8/+2
2025-05-24Provide method specific functions for EC POINT infinity.jsing3-10/+27
2025-05-24openssl speed: move key{16,24,32} above speed_mainjoshua1-33/+25
2025-05-24Mop up ghash arm assembly remnants.jsing1-18/+1
2025-05-24Provide openssl_init_crypto_constructor() and invoke via a constructor.jsing1-3/+14
2025-05-24Remove remnants of OPENSSL_cpuid_setup().jsing3-20/+10
2025-05-24Disable libcrypto assembly on arm.jsing5-257/+2
2025-05-24Adapt to new maloc_options declarationotto1-2/+2
2025-05-24Adapt test to new malloc_options regimeotto1-7/+8
2025-05-24Update and improve documentation for pkcs8 -v2tb1-12/+8
2025-05-24Crank default salt length of PBE2 to 16 octetstb2-4/+13
2025-05-24Switch the default PBMAC to hmacWithSHA256tb1-2/+2
2025-05-24Switch default to PBES2 for openssl pkcs8 -topk8tb1-3/+3
2025-05-24openssl speed: use single md buffer for digestsjoshua1-31/+10
2025-05-23Add the ability to run individual ruby ssl test for figuring outbeck1-1/+16
2025-05-23When commons were deprecated, noone noticed that malloc_options in staticderaadt2-7/+10
2025-05-22Do a clean up pass over the GCM code.jsing1-92/+86
2025-05-22Use timingsafe_memcmp() in CRYPTO_gcm128_finish().jsing1-2/+2
2025-05-22Simplify SSL_alert_desc_stringtb1-67/+2
2025-05-22Fix HTTP CONNECT proxy support to not treat responses likedjm1-5/+5
2025-05-22asn1: merge invalid generalized time tests into invalid time testsjoshua1-16/+10
2025-05-22Convert sha_test to use new test frameworkjoshua2-153/+141
2025-05-22Convert md_test to use new test frameworkjoshua2-122/+106
2025-05-22Fix test_errorf macro expanding to two linesjoshua1-4/+8
2025-05-22Add basic HKDF test using EVP_PKEY_HKDFkenjiro1-1/+81