summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-02Explicitly state what -keys doesSimo Sorce
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík
2024-03-25Replace size_t with int and add the check for the EVP_MD_get_size()Jiasheng Jiang
2024-03-25Replace unsigned with intJiasheng Jiang
2024-03-25fix demos/sslecho/main.c so it builds on OpenBSD toosashan
2024-03-22Fixed a typo and grammar in openssl-ts.podolszomal
2024-03-22Add M1 macOS runner to some workflowsDmitry Misharov
2024-03-22Update FIPS hmac key documentationMatt Hauck
2024-03-15Fix unbounded memory growth when using no-cached-fetchMatt Caswell
2024-03-15SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah
2024-03-15Fix ASLR to be smaller during asan/tsan/ubsan runsNeil Horman
2024-03-14Fix dasync_rsa_decrypt to call EVP_PKEY_meth_get_decryptVladimirs Ambrosovs
2024-03-12Doc: fix style谭九鼎
2024-03-11FAQ.md should be removedAlexandr Nedvedicky
2024-03-07Try to fix intermittent CI failures in sslapitestBernd Edlinger
2024-03-07Dont run the self-hosted workflows when not availableBernd Edlinger
2024-03-01Fix off by one issue in buf2hexstr_sep()shridhar kalavagunta
2024-02-25Ensure `$(MAKE)` commands and `CFLAGS` are appropriately quoted in the Makefile.Hamilton Chapman
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2024-02-22chachap10-ppc.pl: Fix truncated relocation响马
2024-02-22s_cb.c: Add missing return value checksMrRurikov
2024-02-22Minor wording fixes related to no-atexitTomas Mraz
2024-02-22Add atexit configuration option to using atexit() in libcrypto at build-time.Randall S. Becker
2024-02-21Don't print excessively long ASN1 items in fuzzerMatt Caswell
2024-02-20Correct the defined name of the parameter "micalg" in the documentationBernd Ritter
2024-02-16Fixed Visual Studio 2008 compiler errorsMarcel Gosmann
2024-02-16Check for NULL cleanup function before using it in encoder_processNeil Horman
2024-02-14KDF_CTX_new API has incorrect signature (const should not be there)Shakti Shah
2024-02-11Fix typos found by codespell in openssl-3.1Dimitri Papadopoulos
2024-02-09Fix memory leaks on error cases during drbg initializationsTomas Mraz
2024-02-09Rearrange terms in gf_mul to prevent segfaultAngel Baez
2024-02-07Fix testcases to run on duplicated keysTomas Mraz
2024-02-02Fix a few incorrect paths in some build.info filesRichard Levitte
2024-02-01Sync pyca workflow with masterBernd Edlinger
2024-01-31Document the implications of setting engine-based low-level methodsTomas Mraz
2024-01-31Revert "Improved detection of engine-provided private "classic" keys"Tomas Mraz
2024-01-31Fix error reporting in EVP_PKEY_{sign,verify,verify_recover}Richard Levitte
2024-01-31Fix a possible memleak in bind_afalgBernd Edlinger
2024-01-30fix missing null check in kdf_test_ctrlNeil Horman
2024-01-30Prepare for 3.1.6Matt Caswell
2024-01-30Prepare for release of 3.1.5openssl-3.1.5Matt Caswell
2024-01-30make updateMatt Caswell
2024-01-30Copyright year updatesMatt Caswell
2024-01-30Update CHANGES.md and NEWS.md for new releaseMatt Caswell
2024-01-25Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte
2024-01-25Add some tests for various PKCS12 files with NULL ContentInfoMatt Caswell
2024-01-25Add NULL checks where ContentInfo data can be NULLMatt Caswell
2024-01-24Fix a possible memory leak in req_mainBernd Edlinger
2024-01-23ci.yml: Replace actions-rs/toolchain@v1 with dtolnay/rust-toolchainTomas Mraz
2024-01-23tlsfuzzer.sh: Use python3Tomas Mraz