summaryrefslogtreecommitdiff
path: root/src/lib/libc/include/DETAILS (unfollow)
Commit message (Expand)AuthorFilesLines
2026-03-18libcrypto: prefix EC_KEY methods with ec_key_tb5-100/+31
2026-03-16Move ECDSA_SIG_st definition to its only consumer, ecdsa.ctb2-7/+7
2026-03-14openssl.1: remove mention of OPENSSL_EC_BIN_PT_COMPtb1-16/+2
2026-03-13rfc3779 regress: explain where the range comes fromtb1-1/+5
2026-03-13rfc3779 regress: add an actual rangetb1-1/+52
2026-03-10Fix BIO_get_mem_data(3) return value documentationtb1-3/+18
2026-03-10use the "e" flag with fopen() for O_CLOEXEC; ok tbderaadt1-3/+3
2026-03-10use O_CLOEXEC; ok tbderaadt3-6/+6
2026-03-10Use __pledge_open(2) for files that libc urgently needs even in lowerderaadt2-10/+29
2026-03-06mlkem: use timingsafe_memcmp() in decapsulationkenjiro1-2/+2
2026-02-23nc(1) has the more crazy unveil + pledge configuration based uponderaadt1-2/+4
2026-02-08openssl x509: Remove legacy call to OBJ_create()kenjiro1-4/+1
2026-02-08openssl x509: send -text output to the file specified by -outkenjiro1-50/+44
2026-02-08a_bitstr.c: fix includestb1-3/+5
2026-02-08More ec_point_cmp() turd polishingtb1-45/+46
2026-02-08Make truncation in ASN1_BIT_STRING_set_bit() explicittb1-9/+43
2026-02-07replace buggy strncmp with strcmp found with clang-tidybcook1-2/+2
2026-02-01Implement s_client starttls protocol sieve.martijn2-4/+62
2026-01-31openssl asn1pars: move tmplen next to tmpbuftb1-4/+4
2026-01-31openssl asn1pars: avoid a few unnecessary caststb1-11/+11
2026-01-30EVP_SealInit.3: fix RETURN VALUES sectiontb1-2/+12
2026-01-30EVP_OpenInit.3: fix RETURN VALUES sectiontb1-6/+4
2026-01-30EVP_SealInit(): clear random key on exittb1-2/+4
2026-01-30EVP_{Open,Seal}Init(): remove redundant EVP_CIPHER_CTX_reset() callstb1-5/+1
2026-01-30EVP_SealInit(): minor cleanup.tb1-11/+25
2026-01-30EVP_SealInit: do not return -1 on errortb1-2/+2
2026-01-30EVP_OpenInit(): minor cleanuptb1-9/+16
2026-01-27Avoid type confusion in the timestamp response parsingtb1-1/+3
2026-01-27Avoid type confusion in PKCS#12 parsingtb1-3/+9
2026-01-27Add NULL pointer check to PKCS12_item_decrypt_d2i()tb1-1/+6
2026-01-25assembly regress: use make's MACHINE_ARCH rather than handrolling ittb1-4/+3
2026-01-25Fix tyojsing1-2/+2
2026-01-25Hook assembly regressjsing1-1/+2