summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-03Remove workaround for SSL 3.0/TLS 1.0 CBC vulnerability.jsing5-80/+8
2026-04-03Ensure that we cannot negotiate TLSv1.1 or lower.jsing3-13/+21
2026-04-03Fix min vs max in failure output.jsing1-3/+3
2026-04-03Use DTLS_client_method() instead of DTLSv1_client_method().jsing1-3/+3
2026-04-03Remove ssl_server_legacy_first_packet()jsing3-97/+2
2026-04-03Mop up mac_packet.jsing4-15/+8
2026-04-01Adjust depth check to match change in verifier.jsing1-2/+2
2026-04-01Restore the previous behaviour with maximum verification depth.jsing1-7/+7
2026-03-31Fix an off-by-one error in the X.509 verifier depth checking.jsing1-6/+11
2026-03-31Add additional X.509 verifier test cases.jsing2-2/+28
2026-03-31Run new test certificate bundles through Go's verifier.jsing1-0/+2
2026-03-31Add additional certificate test bundles.jsing4-0/+1450
2026-03-31Generate two additional certificate test scenarios which have deep chains.jsing1-0/+16
2026-03-30libssl regress: adjust golden numbers for RSASSA-PSStb2-39/+44
2026-03-30libssl: announce support for RSASSA-PSS signature schemestb1-1/+7
2026-03-30ssl_sigalg_pkey_ok: allow RSASSA-PSS with pubkey OID RSASSA-PSStb1-5/+6
2026-03-30ssl_sigalgs: whitespace tweaktb1-1/+2
2026-03-29ML-KEM: ensure that key_768 is only dereferenced with 768-bit keystb1-3/+7
2026-03-29Add missing include path required to reach newly added crypto_assembly.hanton1-2/+3
2026-03-28Include crypto_assembly.h instead of manually ensuring _CET_ENDBR exists.jsing6-36/+12