summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
8 daysNID_communityDefinition, not NID_id_ad_communityDefinitiontb1-1/+1
8 dayslibssl: avoid narrowing return value in dtls1_ctrlkenjiro1-2/+2
8 daysMake CRYPTO_cleanup_all_ex_data() a compatibility no-opkenjiro14-47/+93
10 dayslibssl: fix API misuse in legacy finished handlingtb2-4/+6
10 daysX509_STORE_CTX_get_error.3: zap extraneous iftb1-2/+2
10 daysX509_STORE_CTX_get_error: validate chain -> validated chain (of certificates)tb1-4/+4
10 dayslibssl: ensure server selected ALPN was advertisedtb1-6/+20
10 daystlsext: check we reject unadvertised selected protocoltb1-1/+24
10 daystlsext_alpn_client_process(): rename list and prototb1-8/+8
12 daysrsa_eay: Replace handrolled BN_bn2binpad with the real thingtb1-19/+7
12 dayslibcrypto: harden cms_kek_cipher() a bittb1-3/+8
12 daysDon't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1beck1-2/+5
13 daysfix a double word; ok tb@jsg1-3/+3
14 daysICBB -> ICDBjsg1-3/+3
14 daysgrammar; a -> anjsg8-24/+24
2026-08-23Make deprecation of ASN1_STRING_data(3) more prominenttb1-19/+22
2026-08-23grammar; an program -> a programjsg1-3/+3
2026-08-22document MALLOC_OPTIONS=D output; OK otto@schwarze1-2/+72
2026-08-21RFC 8446 -> 9846tb1-2/+2
2026-08-21Change RFC references from 8446 to 9846 and adjust section numberstb19-99/+97
2026-08-21SSL_get_finished: remove comment about TLSv1.0 and TLSv1.1tb1-4/+2
2026-08-21Simplify handling of remaining record content on switch to legacy stack.jsing1-35/+13
2026-08-21Allocate TLS 1.3 receive buffers lazilykenjiro1-14/+7
2026-08-20update cert.pem based on newer mozilla ca root store, ok tb@sthen1-198/+192
2026-08-18s2i_ASN1_INTEGER.3: mark up second use of usr_data for consistencytb1-3/+5
2026-08-18libssl: use correct alert for key_share without supported_groupstb1-2/+2
2026-08-14SSL_CTX_new(): fix spelling of NULLtb1-3/+3
2026-08-11wycheproof: recognize Cobblestone-{128,256}tb1-1/+3
2026-08-10hdestroy(3): stop freeing key valuesdaniel2-46/+3
2026-08-10Check HMAC() return value to avoid a later use of uninitialized datakenjiro1-3/+7
2026-08-08switch aarch64 CPU feature detection to elf_aux_info()naddy1-63/+19
2026-08-07Restore the OCSP no-check extension methodkenjiro2-2/+5
2026-08-07revert switch to elf_aux_info(); it breaks the install medianaddy1-19/+63
2026-08-05OBJ_create: OBJ_add_objects -> OBJ_create_objectstb1-2/+2
2026-08-05Remove documentation of OBJ_add_object(3)tb1-39/+14
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