summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-01-30Prepare for release of 3.2.1openssl-3.2.1Matt 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-18prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik
2024-01-18add test for provoking integer overflow in ossl_asn1_time_from_tmPaul Dreik
2024-01-18Don't apply max_frag_len checking if no Max Fragment Length extensionMatt Caswell
2024-01-18Fix a FreeBSD build failure when KTLS is enabledMatt Caswell
2024-01-18Add a KTLS test where we write long app data recordsMatt 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-18Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell
2024-01-18Add a deprecation warning for a function in docsKevin Jerebica
2024-01-17Fix performance regression of ChaCha20 on LoongArch64Lin Runze
2024-01-16hurd: Fix dgram_sendmmsgSamuel Thibault
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-15Fix grammar in documentationAkshat Maheshwari
2024-01-15Check ASN1_OBJECT_new resultDrokov 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-11Disable build of HWAES on PPC MacsTomas Mraz
2024-01-11evp_fetch.c: Check meth_id instead of name_idsashan
2024-01-11doc: "digest" must be explicitly set with deterministic ECDSA/DSAJames Muir
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-09Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman
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-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