summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-08-05Add missing Dv macro for NI_NUMERICSERV and NI_DGRAMclaudio1-4/+4
2026-08-04switch aarch64 CPU feature detection to elf_aux_info()naddy1-63/+19
2026-07-31callbackfailures: allow specifying the root certificate filekenjiro1-10/+11
2026-07-31Make file-local functions statickenjiro9-27/+27
2026-07-31Remove unused BUF_reverse()kenjiro1-22/+1
2026-07-31Add missing internal header includeskenjiro25-25/+60
2026-07-29ocspcheck: make validate_response() static, it's only used in this filetb1-3/+2
2026-07-29timingsafe test: make check() statictb1-2/+2
2026-07-29verify test: print size_t with %zutb1-2/+2
2026-07-28tlsfuzzer: use an f-string instead of explicit format specifierstb1-4/+2
2026-07-28tlsfuzzer: avoid mutable default argumentstb1-6/+18
2026-07-28tlsfuzzer: simplify check for directorytb1-2/+2
2026-07-26tlsfuzzer: use sys.exit() instead of naked exit()tb1-8/+8
2026-07-26tlsfuzzer: whitespace tweakstb1-4/+5
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