summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-06-22bio_meth: rename function pointer arguments to avoid stdio.h shadowingtb1-9/+9
2026-06-22conf_api: remove a bunch of redundant parenthesestb1-13/+14
2026-06-18openssl-ruby-tests: prefer 40 over 34tb1-4/+4
2026-06-18openssl-ruby-tests: work with ruby34 and ruby40tb1-4/+4
2026-06-14Correct secondary key share handling for HelloRetryRequests.jsing1-2/+12
2026-06-14Improve TLSv1.3 server handling of no shared groups.jsing1-6/+17
2026-06-14Send illegal parameter alerts for various HelloRetryRequest violations.jsing1-6/+10
2026-06-14Improve renegotation regress.jsing2-20/+109
2026-06-14Mop up SSL_CTX_set_options(3).jsing1-89/+5
2026-06-14Remove SSL_OP_LEGACY_SERVER_CONNECT from default options.jsing2-9/+4
2026-06-12c2sp: also run this with openssl/4.0 if availabletb1-2/+2
2026-06-10x509_verify: fix incorrect purpose check in the non-legacy pathtb1-2/+3
2026-06-09Avoid freeing a caller-owned buffer in PKCS7_verify()tb1-7/+7
2026-06-09Add some missing bounds checks to ASN1_mbstring_copy()tb1-3/+20
2026-06-09Avoid out-of-bounds read in CMS password-based decryptiontb1-1/+5
2026-06-09Avoid NULL dereference in password-based CMS decryptiontb1-1/+5
2026-06-09ecdh: add error codes for point at infinity/not on curvetb1-3/+7
2026-06-09Fix strange error check in EC_POINT_get_affine_coordinatestb1-2/+2
2026-06-09ssl_kex: exercise an invalid point as welltb1-1/+34
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