summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2024-01-23tlsfuzzer.sh: Make it more informative on errorsTomas Mraz
2024-01-23tlsfuzzer.sh: Run openssl version on the built app and not system oneTomas 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
2024-01-12Fix partial block encryption in cfb and ofb for s390xHolger Dengler
2024-01-11Update Docs for EVP_MACNeil Horman
2024-01-11evp_fetch.c: Check meth_id instead of name_idsashan
2024-01-10Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger
2024-01-10Fix a possible memory leak in sxnet_v2iBernd Edlinger
2024-01-09Add CHANGES.md and NEWS.md entries for CVE-2023-6129Tomas Mraz
2024-01-09poly1305-ppc.pl: Fix vector register clobberingRohan McLure
2024-01-08Avoid memory leak if SXNET_add_id_INTEGER() failsTomas Mraz
2024-01-08Add missing sm4_ccm_dupctx() and sm4_gcm_dupctx()Tomas Mraz
2024-01-08VMS: Add the missing -p32 and -p64 variants for x86_64Richard Levitte
2024-01-08Fix VMS installation - update vmsconfig.pm for consistencyRichard Levitte
2024-01-05cleanse stack variable in kdf_pbkdf1_do_deriveNeil Horman
2024-01-05Validate config options during x509 extension creationNeil Horman
2024-01-05fixup! Adding interop testsNeil Horman
2024-01-05Adding interop testsNeil Horman
2024-01-05Update workflow to use GITHUB_WORKSPACENeil Horman
2024-01-05Adding interop testsNeil Horman
2024-01-05Fix a key repointing in various ciphersNeil Horman
2024-01-05Add dupctx support to rc4_hmac_md5 algoNeil Horman
2024-01-05implement dupctx for chacha20_poly1305Neil Horman
2024-01-05implement dupctx for aes_WRAP methodsNeil Horman
2024-01-05Add dupctx support to aead ciphersNeil Horman
2024-01-05make inability to dup/clone ciphers an errorNeil Horman