summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2026-05-07Use defines for symbol offsets in aarch64 assembly.jsing3-7/+12
2026-05-07Use defines for text and rodata section names in SHA assembly.jsing8-21/+31
2026-05-07Use a define based instruction separator in SHA assembly.jsing9-191/+219
2026-05-06Get rid of struct dtls1_retransmit_state.jsing2-26/+10
2026-05-06Avoid use of uninitialised decode_error variable.jsing1-10/+14
2026-05-05wycheproof: add regress target to ensure proper go formattingtb1-2/+5
2026-05-05openssl: centralize speed benchmark timer handlingkenjiro1-124/+135
2026-05-04mlkem: also zero the failure_keytb1-1/+2
2026-05-04wycheproof.go: simplfiy for looptb1-2/+2
2026-05-04wycheproof: go fmttb1-5/+5
2026-05-04certs/README: fix previous: 14b should fail to verifytb1-1/+1
2026-05-04verifier: re-enable the callback override for depthtb1-5/+3
2026-05-04libcrypto: extend verify and callback regresstb2-4/+105
2026-05-04verify regress: allow setting verify depth and callbacktb2-13/+38
2026-05-03cert regress: update README for tests 14a and 14b.tb1-0/+6
2026-04-30Refactor dtls1_do_write_handshake_message().jsing1-43/+44
2026-04-29Split dtls1_do_write() into handshake message and CCS handling.jsing1-33/+59
2026-04-29Avoid unnecessary lookups in dtls1_retransmit_message().jsing1-37/+6
2026-04-29Remove unused frag_off argument from dtls1_retransmit_message().jsing1-4/+3
2026-04-29Make dtls1_retransmit_message() static.jsing2-78/+76
2026-04-29Inline dtls1_fix_message_header().jsing1-16/+5
2026-04-29Convert DTLS code to ssl_msg_callback().jsing1-14/+7
2026-04-26make_addressRange: unused bits in max must be zerotb1-6/+23
2026-04-26Fix PKCS7_set_{un,}signed_attributes()tb1-28/+35
2026-04-25Add DTLS wire tests.jsing2-4/+386
2026-04-25pkcs7: drop silly use of i in PKCS7_dataVerify()tb1-4/+3
2026-04-25pkcs7: don't use i, j for NIDs in PKCS7_dataFinal()tb1-9/+7