summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-05-31Clean up signature algorithm handling.jsing5-261/+66
2026-05-30Disallow wildcard matching of a TLD specified as a FQDN.jsing1-1/+4
2026-05-30Add a regress test that matches a wildcard for a TLD specified as a FQDN.jsing1-1/+9
2026-05-30Improve test failure message.jsing1-3/+4
2026-05-30Disable builtins in strlcpytest.c. Otherwise, clang w/ optimizationsanton1-1/+3
2026-05-29bettertls/verify: resuls -> resultstb1-2/+2
2026-05-26Fix test_valid_uri() by passing the correct entry to strlen().jsing1-2/+2
2026-05-25remove prototype for removed dtls1_get_cipher()jsg1-2/+1
2026-05-25Remove unused prototype.jsing1-2/+1
2026-05-22rfc3779 test: various minor tweakstb1-15/+32
2026-05-22rfc3779 regress: tweak order of variable declarationstb1-2/+2
2026-05-21rfc3779 test: exercise IPAddressFamily_cmp a bit moretb1-1/+168
2026-05-19remove '#undef _' added for Windows CEjsg1-5/+1
2026-05-19libcrypto/ui: mechanically rename the union _ into utb1-29/+29
2026-05-19libcrypto/ui: move ui_string_st to ui_lib.c. It's only used there.tb2-35/+35
2026-05-18x509_addr: do not call memcmp() on NULLtb1-5/+5
2026-05-16Introduce and use dtls12_handshake_msg.jsing6-77/+363
2026-05-16x509_prn: zap more than useless commentstb1-8/+1
2026-05-16x509_prn: hoist unknown_ext_print() above its only caller; drop prototypetb1-29/+25
2026-05-16asn1_print_obstring_ctx: cast to const char * rather than char *tb1-2/+2
2026-05-16unknown_ext_print: avoid casting away consttb1-2/+2
2026-05-16Ensure X509V3_EXT_print() only returns 0 and 1tb1-3/+3
2026-05-16remove unused ssleay.cnf file; ok tb@jsg1-78/+0
2026-05-16ASN1{,_parse}_dump: document return value 2 on EOCtb1-3/+7
2026-05-16BIO_dump: Xr BIO_printf rather than BIO_write/fwritetb1-6/+4
2026-05-14Sync cert.pem with mozilla roots; quite a few CA certificates weresthen1-1146/+1
2026-05-12Add a guarded .note.GNU-stack section to crypto assembly files.jsing9-9/+45
2026-05-10rsa_padding_test: %i -> %dtb1-3/+3
2026-05-10Slightly adjust BUGS section for X509_addr_add_range()tb1-2/+3
2026-05-10openssl s_socket: do not fail accept on reverse DNS lookup failurekenjiro1-9/+2
2026-05-09openssl crl: make verify failure result in "app" failuretb1-4/+5
2026-05-09openssl ecparam: make EC_GROUP_check() failure result in "app" failuretb1-3/+4
2026-05-09openssl s_client: avoid two out of bounds writestb1-2/+4
2026-05-09libssl: record extension lengths in ClientHello hashingtb1-1/+4
2026-05-09ssl_lib: trade two extra empty lines for a missing onetb1-4/+2
2026-05-09PKCS#12: fix erroneous error check in PKCS12_newpass()tb1-3/+3
2026-05-09Use uint32_t instead of SHA_LONG in the SHA-256 code.jsing1-22/+22
2026-05-09Use W rather than X for the SHA-256 message schedule.jsing1-83/+83
2026-05-09Use consistent variable names in the sha256 code.jsing1-67/+67
2026-05-09Use crypto_add_u32dw_u64() to increment SHA-256 message bit counter.jsing1-9/+3
2026-05-09Correct argument type for SHA context.jsing1-4/+4
2026-05-09Correct argument type in comments.jsing2-4/+4
2026-05-08Add wide version of open_memstream regress.millert3-2/+196
2026-05-08remove bogus ifdefs; ok tb@jsg1-8/+1
2026-05-08x509_purp: fix doc comment for check_ca()tb1-3/+7
2026-05-08asr regress: workaround due to removal of . from the pathtb1-2/+2
2026-05-08asr regress: /etc/networks was removed in 2018tb1-2/+1
2026-05-08asr regress: set -Wno-unused-but-set-variables in CFLAGStb1-1/+2
2026-05-08asr regress: extern three variables to fix build with -fcommontb1-4/+4
2026-05-07Use macros for global functions and objects within SHA assembly.jsing9-53/+53