summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-06-09ssl_kex: ensure decode_error alert is raisedtb1-1/+13
2026-06-08Add a point at infinity check to ecdh_compute_key()tb1-1/+4
2026-06-08tlsext: add XXX to consider refusing anything but uncompressed point formattb1-1/+3
2026-06-08The ssl_kex regress now passes.tb1-3/+1
2026-06-08ssl_kex: ensure the public key uses uncompressed encodingtb1-2/+22
2026-06-08Adjust ssl_kex test for signature change in ssl_kex_peer_public_ecdhe_ecp()tb1-5/+10
2026-06-08Add a decode_error argument to ssl_kex_peer_public_ecdhe_ecp()tb3-8/+11
2026-06-08regress/libssl/unit: add a currently failing test for ECDHE kextb2-1/+166
2026-06-07tls_conn_version: add missing .Pp in HISTORYtb1-2/+3
2026-06-07ec_convert: point_conversion_t -> point_conversion_form_t in a commenttb1-3/+3
2026-06-07ssl_kex: include ssl_local.htb1-1/+2
2026-06-06add X25519MLKEM768 to the start of the default ECDHE curves list, allowingsthen2-6/+6
2026-06-06Correctly handle failure to buffer DTLS messages.jsing1-3/+5
2026-06-06Move DTLS change cipher spec handling to its own function.jsing4-14/+22
2026-06-06Move DTLS handshake message handling to its own function.jsing3-14/+30
2026-06-06Remove ssl3_handshake_msg_hdr_len()jsing2-11/+3
2026-06-06libssl: don't break TLSv1.2 with X25519MLKEM768tb2-3/+30
2026-06-06Add regress tests for DTLS handshake messages.jsing2-1/+375
2026-06-04Drop gcc3 -Wunininitialized workaroundtb1-2/+2
2026-06-04libssl: const correct ssl_*version* APItb2-18/+21
2026-06-04rfc3779: uwrap a linetb1-3/+2
2026-06-04rfc3779: whitespace fixestb1-4/+3
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