summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-11Try 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-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.0Dimitri 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-02Make IV/buf in prov_cipher_ctx_st alignedHongren (Zenithal) Zheng
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.0.14Matt Caswell
2024-01-30Prepare for release of 3.0.13openssl-3.0.13Matt 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-23gost_engine.sh: Set OPENSSL_ENGINES_DIRTomas Mraz
2024-01-19Uninitialized array variableshashankmca80
2024-01-19Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell
2024-01-18X509_dup.pod: add caveat that extra data is not copied and hints, e.g., to us...Dr. David von Oheimb
2024-01-18Add a deprecation warning for a function in docsKevin Jerebica
2024-01-16Check whether the pubkey exists in ossl_ecx_key_duplan1120
2024-01-15Error in s_server when -rev option is used with dtls.Frederik Wedel-Heinen
2024-01-15Add CHANGES.md and NEWS.md entries for CVE-2023-6237Tomas Mraz
2024-01-15Limit the execution time of RSA public key checkTomas Mraz
2024-01-15Fix arithmetic expression overflowDrokov Pavel
2024-01-12Add test/recipes/15-test_gensm2.t, to test SM2 key generation resultsRichard Levitte
2024-01-12Fix the encoding of SM2 keysRichard Levitte
2024-01-12Fix NULL pointer deref when parsing the stable sectionNeil Horman
2024-01-12Add tests for re-using cipher contextsHolger Dengler
2024-01-12Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler