summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/recallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-31Needs <sys/param.h> for hppa.miod1-3/+3
2025-10-27des_key: add missing hyphen in semi-weak keystb1-2/+2
2025-10-26This test takes *days* to complete on older platforms, reduce the loop countmiod1-2/+8
2025-10-25Simplify tls13_server_hello_build()tb1-5/+5
2025-10-24Add missing Nm line for SSL_SESSION_duptb1-2/+3
2025-10-24Add some regress coverage for SSL_SESSION_dup()tb1-2/+22
2025-10-24The ssl_verify_param.c test can now link dynamically against libcryptotb1-3/+1
2025-10-24Use X509_VERIFY_PARAM_get_hostflags() prototype from x509_vfy.htb1-3/+2
2025-10-24bump lib{crypto,ssl,tls} minors after symbol additiontb3-3/+3
2025-10-24Document SSL_SESSION_dup(3)tb1-3/+20
2025-10-24Provide SSL_SESSION_dup()tb4-3/+13
2025-10-24Document X509_VERIFY_PARAM_set_hostflags(3)tb1-2/+15
2025-10-24Expose X509_VERIFY_PARAM_get_hostflags()tb4-4/+7
2025-10-24Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzlclaudio4-11/+66
2025-10-24libssl: const correct the ssl_session_dup() helpertb2-5/+5
2025-10-23Prepare for gcc 3 leaving the building, COMPILER_VERSION can no longer getmiod1-4/+4
2025-10-23Revert r1.286 now that all supported platforms have __builtin_clz.miod1-20/+1
2025-10-20Give this test a chance to pass on 32-bit platforms.miod1-1/+2
2025-10-16Ensure that we specify the correct group when creating a HelloRetryRequest.jsing2-9/+4
2025-10-11use strtonum() instead of atoi(), and error out for bad numbersderaadt1-2/+7
2025-10-10const correct X509_VERIFY_PARAM_get_hostflags()tb2-4/+4
2025-10-10Remove unused sequence member from x509_revoked_sttb2-11/+2
2025-10-07Revert previous. Let's deal with it when the portable release is out.tb1-7/+3
2025-10-07test framework: allow overriding the "/tmp/" directorytb1-3/+7
2025-09-30cms: fix incorrect length check in kek_unwrap_key()tb1-2/+2
2025-09-30cms_RecipientInfo_pwri_crypt: fix incorrect return checktb1-3/+3
2025-09-30cms_RecipientInfo_pwri_crypt: plug leak of kekalgtb1-3/+3
2025-09-29libcrypto: rsa gen: min. distance between p and qjan1-3/+19
2025-09-28Bump libressl version to 4.2.0tb1-3/+3
2025-09-28Revert NULL,0 -> OPENSSL_FILE,OPENSSL_LINE from r1.78tb1-9/+9
2025-09-17ec_asn1_test: add an example using BLS12-377tb1-1/+80
2025-09-16wycheproof: provide PBKDF2 test harnesstb1-2/+58
2025-09-16mlkem_generate_key_external_entropy: normalize sizeof() usetb1-2/+2
2025-09-16Simplify MLKEM_{private,public}_key_new()tb1-19/+7
2025-09-15wycheproof: run HMACSM3 tests against libcryptotb1-4/+7
2025-09-15aes: move explicit_bzero() after NULL checktb1-5/+7
2025-09-15MLKEM_private_key_new: add missing space before =tb1-2/+2
2025-09-14wycheproof: run ML-KEM test vectors against libcryptotb1-2/+139
2025-09-14mlkem_public_to_private: fix overread/information leaktb1-3/+3
2025-09-09wycheproof: zap stray empty linetb1-2/+1
2025-09-08Call aes_set_encrypt_key_generic() from aes_set_decrypt_key_generic().jsing1-2/+2
2025-09-08Allow generic AES implementation to be used as a fallback.jsing3-19/+65
2025-09-08Zero the round keys on AES_set_{en,de}crypt_key() function entry.jsing1-1/+5
2025-09-08Validate AES_set_{encrypt,decrypt}_key() inputs at API boundary.jsing2-18/+28
2025-09-08wycheproof: rework test selectiontb1-69/+82
2025-09-08wycheproof: skip tests using curve448/edwards448tb1-7/+12
2025-09-08wycheproof: skip tests using SHAKE-128 and SHAKE-256tb1-1/+17
2025-09-08wycheproof: rename skipSmallCurve() into skipCurve()tb1-4/+6
2025-09-08wycheproof: determine the test variant from the JSON schematb1-30/+41
2025-09-07wycheproof: retire the ECDSA webcrypto teststb1-71/+2