summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-12-05libcrypto: remove BN_{DEC,HEX}_FMT1tb1-5/+1
2025-12-05check_complete: adjust for BN_ macro removaltb1-5/+2
2025-12-05Replace trivial uses of ASN1_STRING_data()tb5-13/+13
2025-12-05libcrypto: make most of the BN_* macro pollution internaltb5-31/+29
2025-12-05bn_word.c: include bn_local.h in preparation for an upcoming changetb1-1/+3
2025-12-04Make the openssh test pass after adding mlkem.beck1-8/+9
2025-12-04Hook up X25519MKLEM768 to the TLS 1.3 handshakebeck6-66/+433
2025-12-04Add a MLKEM768_X25519 hybrid key share.beck8-31/+353
2025-11-28Clean up confusing logic in CMS_EncryptedData_encrypt()tb1-15/+20
2025-11-28Fix double free in certificate policies configurationtb1-12/+7
2025-11-27openssl cms: switch to ASN1_STRING_get0_data()tb1-3/+3
2025-11-27openssl pkcs12: stop reaching into ASN1_STRINGtb1-18/+17
2025-11-27openssl ca: mechanical change to stop reaching into ASN1_STRINGtb1-21/+26
2025-11-27openssl asn1pars: don't reach into ASN1_STRINGtb1-4/+4
2025-11-26libcrypto: add header guards to *_local.htb9-9/+54
2025-11-21openssl ts: simplify create_nonce()tb1-17/+7
2025-11-19Correct the MLKEM hybrid objects values.beck2-8/+5
2025-11-17sync cert.pem with updated Mozilla list; ok tb@sthen1-1/+237
2025-11-15bn_test: avoid last use of BN_HEX_FMT1 in libressltb1-2/+4
2025-11-15bn_test: remove dead codetb1-12/+1
2025-11-13the structure produced has alignment, which contained uninitialized data.deraadt1-30/+57
2025-11-08bn_prime.c: fix includestb1-3/+4
2025-11-07move the sentence about X509_VERIFY_PARAM_get_hostflags(3)schwarze1-6/+7
2025-11-07Use 64 bit BN_ULONG on 64 bit Windows platforms.jsing1-2/+2
2025-11-06tweak previous: "functions returns" -> "functions return"schwarze1-4/+4
2025-11-06Let this compile on m88k.miod1-1/+3
2025-11-06Use BN_ULONG in probable_prime_dh()tb1-2/+2
2025-11-05Use more specific types for BN.jsing1-27/+29
2025-11-05Avoid the use of _LP64 in libcrypto regress.jsing1-2/+2
2025-11-03In nref_nos() don't leak the ASN1_INTEGER if the push failstb1-2/+4
2025-11-03x509_cpols: pass correct free function to sk_ASN1_INTEGER_free()tb1-2/+2
2025-11-03x509_cpols: indent labels to make diffs more readabletb1-8/+8
2025-11-03Plug memeory leak in CMS_EncryptedData_encrypt()tb1-2/+4
2025-11-02ec_curve: Remove outdated creditstb1-4/+1
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