summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-18Fix indentation and line wrapping.jsing1-17/+15
2025-04-18Remove BS-AES and VP-AES from EVP.jsing3-137/+9
2025-04-18SSL_set_tlsext_host_name: as a setter it cannot take a const ssltb1-3/+3
2025-04-18Remove two unused defines, update standard referencetb1-7/+3
2025-04-18Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.jsing2-36/+36
2025-04-18Fix annoying whitespacetb4-52/+52
2025-04-18Pull casts from void * to uint8_t * up to variables, rather than inline.jsing1-9/+11
2025-04-18Use two temporary variables in sha3_keccakf(), rather than reusing bc[0].jsing1-8/+8
2025-04-18Use crypto_rol_u64() instead of a separate ROTL64 define.jsing1-5/+4
2025-04-17Use hyphenated spelling for the SHAs except for the APItb12-41/+42
2025-04-14Enable remaining tests with NULL, 0tb2-9/+3
2025-04-14Link hash regress to buildtb1-1/+2
2025-04-14Add some regress coverage for the hashes in libctb2-0/+946
2025-04-14Update openssl.1 for msie_hack removaltb1-21/+4
2025-04-14Remove openssl ca -msie_hacktb1-31/+2
2025-04-13parse_test_file()tb1-1/+3
2025-04-13Avoid compiler warning on some OStb1-1/+1
2025-03-28x509_policy: zap an extra stb1-2/+2
2025-03-28x509_policy: certificats -> certificatestb1-2/+2
2025-03-28typos: us -> is, te -> the (twice)tb1-3/+3
2025-03-28typo: primtive -> primitivetb2-4/+4
2025-03-25Fix RETURN VALUES for EVP_CIPHER_CTX_ctrl(3)tb1-9/+4
2025-03-24Explicitly pass group generator to mul_double_nonct() from EC_POINT_mul().jsing4-35/+33
2025-03-24Check group generator in EC_POINT_mul().jsing1-1/+6
2025-03-20Plug a memory leak in x509_name_encode()tb1-2/+4
2025-03-19x509_param_set_hosts_internal: rename vpm to param for consistencytb1-11/+11
2025-03-19X509_VERIFY_PARAM_lookup(): avoid passing stack garbage aroundtb1-1/+2
2025-03-19Rename pm to param, fix the type of idx and unindenttb1-8/+6
2025-03-19Introduce and use N_DEFAULT_VERIFY_PARAMStb1-6/+9
2025-03-19X509_VERIFY_PARAM_get0(): use consistent idiom for default_table accesstb1-2/+3
2025-03-19X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty linetb1-3/+3
2025-03-19X509_VERIFY_PARAM_get_count(): make NULL check explicittb1-2/+2
2025-03-19X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0tb1-1/+5
2025-03-19Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38tb1-15/+2
2025-03-19Fix traditional SSLeay X509_NAME printingtb1-29/+1
2025-03-18save_index: fix some code quality issuestb1-13/+16
2025-03-18PKCS7_dataVerify(): zap offensive whitespacetb1-2/+2
2025-03-18PKCS7_signatureVerify(): add missing free after EVP_VerifyUpdate()tb1-2/+4
2025-03-17apps.c: don't leak out in error pathtb1-1/+2
2025-03-16Update cert.pem, ok sthentb1-215/+179
2025-03-15Rename a bunch of confusingly named variablestb1-6/+6
2025-03-15Add regress coverage for X509_NAME_oneline and X509_NAME_printtb2-1/+314
2025-03-14const correct d2i_* prototypestb4-13/+13
2025-03-13minor libssl bump (SSL_OP_NO_RENEGOTIATION/SSL_OP_ALLOW_CLIENT_RENEGOTIATION)sthen2-2/+2
2025-03-13pkey_ec_derive: fix call to ECDH_compute_key()tb1-2/+2
2025-03-13Simplify field and private key encodingtb1-13/+3
2025-03-13Make srtp.h self-standing by including ssl.htb1-1/+3
2025-03-12Provide an accelerated SHA-512 assembly implementation for aarch64.jsing4-2/+353
2025-03-12Test SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing1-1/+56
2025-03-12Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.jsing4-6/+36