summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-09Stop defining OPENSSL_IA32_SSE2 on amd64.jsing1-2/+1
2025-06-09Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3)schwarze7-456/+25
2025-06-09EVP_cleanup(3) is no longer relevant here since it no longer has any effect.schwarze1-3/+2
2025-06-09This file is no longer relevant because the function CONF_module_add()schwarze1-73/+0
2025-06-09SSL_shutdown(): remove pointless NULL check.tb1-2/+2
2025-06-08mention that SSL_load_error_strings(3) lives in libssl;schwarze1-1/+3
2025-06-08.Lb libssl libcrypto ; OK tb@schwarze121-244/+365
2025-06-08delete an "intentionally undocumented" comment regarding stuffschwarze1-8/+3
2025-06-08add the missing .In line and add .Lb libssl libcrypto ; OK tb@schwarze2-4/+8
2025-06-08.Lb libcrypto ; OK tb@schwarze411-822/+1233
2025-06-08remove some "intentionally undocumented" comments regarding stuffschwarze9-37/+27
2025-06-08add the missing .In line and add .Lb libcrypto ; OK tb@schwarze2-4/+8
2025-06-08allow checking of tls.hschwarze1-2/+3
2025-06-08allow checking of conf.hschwarze1-1/+5
2025-06-08Remove ${MULTIPLE_OF_EIGHT}_BIT*tb13-144/+0
2025-06-08Test to verify the handling of fflush() for the pushed-back buffer thatyasuoka1-1/+40
2025-06-08More code clean up.jsing1-10/+9
2025-06-08Remove more mess related to arm assembly.jsing1-23/+1
2025-06-08Garbage collect DES_PTRtb13-78/+0
2025-06-08Remove DES_RISC*tb13-715/+0
2025-06-07Trim trailing whitespacetb1-8/+8
2025-06-07Spelling, discussed with jsingtb1-1/+1
2025-06-07tls13_ctx_new(): fix calloc() incantationtb1-2/+2
2025-06-07Fix weird calloc() argument ordertb1-5/+5
2025-06-07do_PVK_body: Unconditionally free enctmptb1-3/+3
2025-06-07Fix smatch warning in asn1_primitive_print()tb1-2/+2
2025-06-07KNF for variations of get_cipher_by_name()tb3-6/+9
2025-06-07openssl.1: update defaults for cms and smimetb1-4/+4
2025-06-07openssl smime: switch default encryption from 40-bit RC2 to AES-256tb1-11/+5
2025-06-07openssl cms: switch default encryption from triple DES to AES-256tb1-11/+5
2025-06-07crypto_ex_data: fix allocation size of classes_newtb1-2/+2
2025-06-06Fix EVP_DecryptFinal() for CCM cipherstb1-5/+10
2025-06-05pkcs7.h: drop two spaces before a tabtb1-3/+3
2025-06-05Rename the header guard of des.h with HEADER_DES_Htb14-16/+16
2025-06-05Remove preprocessor branching on HEADER_DES_Htb13-13/+13
2025-06-05opensslconf.h: remove md2 leftoverstb13-52/+0
2025-06-04libtls: add basic regress for ALPNtb1-1/+138
2025-06-04libtls: abort handshake on no ALPN protcol overlaptb1-2/+2
2025-06-04Revert 1.144 of lib/libc/stdlib/malloc.3. It was changed by accidentyasuoka1-12/+3
2025-06-03Now our fflush() comply POSIX-2008. test_fflush is expected "pass".yasuoka2-6/+3
2025-06-03Again. Make exit(), fclose(), fflush(), and freopen() comply withyasuoka2-9/+17
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