summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-03parse_test_file: add a missing call to finish in last cleanuptb1-1/+4
2025-06-03parse_test_file: add missing error checks for init()tb1-3/+5
2025-06-03Use timingsafe_memcmp when comparing authenticatorskenjiro3-9/+9
2025-06-03Add non-EVP tests for AES CFB128 and OFB128 modeskenjiro1-8/+112
2025-06-02bn_gcd: fix wacky indentation found by smatchtb1-3/+5
2025-06-02correct indentation, no functional changejsg8-25/+28
2025-06-02Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callerstb1-27/+15
2025-06-01Fix resource leaks in ec_points_make_affine()tb1-1/+4
2025-05-31openssl-ruby/Makefile: zap trailing whitespace added in previoustb1-2/+2
2025-05-31explicit_bzero test: don't redefine __SANITIZE_ADDRESS__tb1-1/+3
2025-05-31zap weird empty added to tls1_ec_nid2group_id() in previoustb1-2/+1
2025-05-31test.h: include stddef.h for NULL and size_ttb1-1/+2
2025-05-31test.c: drop include of libgen.htb1-2/+1
2025-05-31Plug leak of bm->buf->datatb1-1/+2
2025-05-31test.c: plug leak of tmp_filetb1-1/+2
2025-05-31Fix attributes in test.htb1-4/+4
2025-05-31test.c: avoid NULL-dereferencetb1-2/+3
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