summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Again. Make exit(), fclose(), fflush(), and freopen() comply withyasuoka2025-06-032-9/+17
* parse_test_file: add a missing call to finish in last cleanuptb2025-06-031-1/+4
* parse_test_file: add missing error checks for init()tb2025-06-031-3/+5
* Use timingsafe_memcmp when comparing authenticatorskenjiro2025-06-033-9/+9
* Add non-EVP tests for AES CFB128 and OFB128 modeskenjiro2025-06-031-8/+112
* bn_gcd: fix wacky indentation found by smatchtb2025-06-021-3/+5
* correct indentation, no functional changejsg2025-06-028-25/+28
* Inline EVP_CIPHER_[gs]et_asn1_iv() in their last callerstb2025-06-021-27/+15
* Fix resource leaks in ec_points_make_affine()tb2025-06-011-1/+4
* openssl-ruby/Makefile: zap trailing whitespace added in previoustb2025-05-311-2/+2
* explicit_bzero test: don't redefine __SANITIZE_ADDRESS__tb2025-05-311-1/+3
* zap weird empty added to tls1_ec_nid2group_id() in previoustb2025-05-311-2/+1
* test.h: include stddef.h for NULL and size_ttb2025-05-311-1/+2
* test.c: drop include of libgen.htb2025-05-311-2/+1
* Plug leak of bm->buf->datatb2025-05-311-1/+2
* test.c: plug leak of tmp_filetb2025-05-311-1/+2
* Fix attributes in test.htb2025-05-311-4/+4
* test.c: avoid NULL-dereferencetb2025-05-311-2/+3
* limitiation -> limitationjsg2025-05-281-3/+3
* Delete bad advice about abusing malloc_options = "X" as a productionschwarze2025-05-271-12/+3
* Make EVP_CIPHER_[gs]et_asn1_iv() local to evp_ciphertb2025-05-279-153/+174
* GOST has left the buildingtb2025-05-261-2/+2
* Merge AES-IGE into aes.c.jsing2025-05-253-121/+66
* Simplify AES-IGE and remove code with implementation defined behaviour.jsing2025-05-251-117/+40
* Remove bogus alias.jsing2025-05-251-2/+1
* Add test whether fflush() complies POSIX for the handling ofyasuoka2025-05-251-1/+82
* Add test for ungetwc().yasuoka2025-05-252-1/+94
* Merge RC2 into a single file.jsing2025-05-256-548/+301
* Provide an EC method that uses homogeneous projective coordinates.jsing2025-05-253-2/+870
* Implement EC field element operations.jsing2025-05-255-31/+299
* openssl speed: clean up time_fjoshua2025-05-251-79/+76
* Provide bn_mod_{add,sub,mul}_words().jsing2025-05-254-5/+94
* openssl speed: remove whirlpooljoshua2025-05-252-41/+12
* Fix previous.jsing2025-05-253-72/+6
* Provide additional variants of bn_add_words()/bn_sub_words().jsing2025-05-253-6/+190
* Fix handling of different length inputs in bn_sub().jsing2025-05-251-3/+3
* Add tests for the functions in <stdio_ext.h>.yasuoka2025-05-257-2/+455
* Include "stdio" in SUBDIR. This should have been done along with theyasuoka2025-05-251-4/+4
* Create bm->buf from the start to avoid arithmetic on NULLtb2025-05-241-1/+7
* Revert "bio_mem: avoid pointer arithmetic on NULL"tb2025-05-241-4/+2
* openssl pkcs8: zap an outdated lietb2025-05-241-4/+1
* explain more precisely how to initialize malloc_options;schwarze2025-05-241-4/+12
* Add regress/lib/libc/stdio/test_fflush.c to test fflush() behavior foryasuoka2025-05-242-0/+236
* openssl speed: remove MAX_BLOCK_SIZE definejoshua2025-05-241-8/+2
* Provide method specific functions for EC POINT infinity.jsing2025-05-243-10/+27
* openssl speed: move key{16,24,32} above speed_mainjoshua2025-05-241-33/+25
* Mop up ghash arm assembly remnants.jsing2025-05-241-18/+1
* Provide openssl_init_crypto_constructor() and invoke via a constructor.jsing2025-05-241-3/+14
* Remove remnants of OPENSSL_cpuid_setup().jsing2025-05-243-20/+10
* Disable libcrypto assembly on arm.jsing2025-05-245-257/+2