summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-26tlsfuzzer: remove unnecessary semicolontb1-2/+2
2026-07-25Unlock CRYPTO_LOCK_UI on ui_open_session() failuretb1-3/+5
2026-07-22Improve SHA-3 performance.jsing1-37/+281
2026-07-21bn_mul_div: use (unsigned long long) instead of (uint64_t) to print with %llutb1-2/+2
2026-07-17Alberta moved to permanent -06 on 2026-06-18, update test datamillert1-17/+17
2026-07-17Remove redundant BIO_write() length assertions in b64_write()kenjiro1-3/+1
2026-07-17Remove stale SECURE RENEGOTIATION referencekenjiro1-5/+3
2026-07-16Make dtls1_do_write_ccs() self contained.jsing1-4/+5
2026-07-16Clean up sequence number and message header handling.jsing2-26/+13
2026-07-15Check that the server selected ciphersuite is valid for use with TLSv1.2.jsing1-1/+10
2026-07-15Remove check for use of TLSv1.2 ciphersuites with TLSv1.1 and earlier.jsing1-9/+1
2026-07-14Improve name constraints URI host regress.jsing1-12/+57
2026-07-14Fix X.509 constraints URI host parsing.jsing1-29/+72
2026-07-13correspondigly -> correspondinglytb1-1/+1
2026-07-09Recent msgrcv(2) changes made more tests pass.anton1-2/+1
2026-06-30LLVM now emits calls to strlen(3) and wcslen(3). Redirect those calls tokettenis3-5/+9
2026-06-27Trivial check for freeaddrinfo(NULL)jca3-2/+29
2026-06-27Ansify usage()jca1-3/+2
2026-06-27K&R -> ANSIjca1-9/+3
2026-06-26With x509_vfy.c 1.153, the x509_crl regress passestb1-3/+1
2026-06-26x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSLtb1-6/+18
2026-06-26x509_crl regress: enable the failing test and mark as XFAILtb2-4/+4
2026-06-25Add OIDs for CCR, ErikIndex, ErikPartition, CommunityDefinitionjob2-0/+10
2026-06-24Test runs out of file descriptors. Increase ulimit number to 256.bluhm1-1/+3
2026-06-23Fix misleading comment in strstr(3)tim1-2/+2
2026-06-23Avoid shift overflow in memmem(3) and strstr(3)tim2-10/+10
2026-06-23With x_crl.c r1.52 the x509_crl regress passestb1-3/+1
2026-06-23crl_cb(): fix EXFLAG_CRITICAL mishandlingtb1-2/+2
2026-06-23libcrypto/x509 regress: x509_crl regress from Boring via OpenSSL #1775tb2-2/+368
2026-06-22x509_vfy: make a NULL check explicittb1-2/+2
2026-06-22x509_vfy: remove unnecessary NULL checks before freetb1-7/+4
2026-06-22SSL_alert_desc_string: update manpage after change to return "!!" alwaystb1-39/+36
2026-06-22x509_vfy: another function pointer argument causing shadowing issuestb1-3/+3
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