summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2024-04-0914-14/+14
* Copyright year updatesRichard Levitte2024-04-09325-325/+325
* Sync libcrypto.num and libssl.num with 3.3 branchTomas Mraz2024-04-092-18/+18
* Sync CHANGES.md and NEWS.md with 3.3 branchTomas Mraz2024-04-092-0/+176
* Update the version to 3.4.0-devTomas Mraz2024-04-091-1/+1
* Add a test for session cache overflowMatt Caswell2024-04-081-1/+123
* Hardening around not_resumable sessionsMatt Caswell2024-04-081-0/+6
* Add a CHANGES.md/NEWS.md entry for the unbounded memory growth bugMatt Caswell2024-04-082-1/+31
* Fix unconstrained session cache growth in TLSv1.3Matt Caswell2024-04-083-11/+27
* Extend the multi_resume test for simultaneous resumptionsMatt Caswell2024-04-081-4/+84
* Add a test for session cache handlingMatt Caswell2024-04-081-0/+92
* Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu2024-04-082-2/+5
* NonStop: Do not call sleep() with a 0 valueRandall S. Becker2024-04-051-1/+2
* Diverse small VMS build fixupsRichard Levitte2024-04-047-5/+30
* downgrade upload-artifact action to v3Dmitry Misharov2024-04-045-24/+24
* openssl-crl(1): The -verify option is implied by -CA* optionsTomas Mraz2024-04-041-0/+3
* DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()Tomas Mraz2024-04-041-2/+2
* Fix syntax of dependabot.ymlKurt Roeckx2024-04-041-10/+10
* posix_async: FreeBSD also defines {make|swap|get|set}contextWarner Losh2024-04-041-1/+1
* Add design document about handing some MAX definesTomas Mraz2024-04-041-0/+149
* Add 'documentation policy' link to CONTRIBUTING guide.slontis2024-04-041-1/+3
* Update Documentation for EVP_DigestSign, EVP_DigestVerify.slontis2024-04-042-7/+13
* Align 'openssl req' string_mask docs to how the software really worksJob Snijders2024-04-041-10/+23
* typo fixwillmafh2024-04-041-1/+1
* SSL_alert_desc_string_long(): Delete unnecessary underlinewillmafh2024-04-041-1/+1
* Remove receiving of unused return valueDrokov Pavel2024-04-041-22/+22
* Workaround the relocation truncated to fit problem on m68k buildsTomas Mraz2024-04-031-1/+1
* rsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-031-5/+29
* Fix GCC compilation -Waggressive-loop-optimizationsAdrien Zinger2024-04-021-5/+1
* BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau2024-04-021-3/+7
* Document change of -verify behavior in crl and req appsVladimir Kotal2024-04-022-0/+6
* Use RFC 5869 test case for HKDF self-testpohsingwu2024-04-021-8/+26
* Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger2024-04-021-1/+6
* Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger2024-04-025-6/+49
* Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger2024-04-023-2/+9
* ASYNC_start_job: more readable documentation for handling ASYNC* APIsHubert Kario2024-04-021-8/+29
* Alter the checkJiasheng Jiang2024-04-021-1/+1
* ssl/ssl_lib.c: Add the check before cast from int to unsignedJiasheng Jiang2024-04-021-3/+7
* Bump actions/setup-python from 5.0.0 to 5.1.0dependabot[bot]2024-04-021-1/+1
* Explicitly state what -keys doesSimo Sorce2024-04-021-0/+3
* Alter the variable nameJiasheng Jiang2024-04-021-4/+4
* ssl/tls13_enc.c: Replace size_t with int and add the checksJiasheng Jiang2024-04-021-3/+17
* ssl/t1_lib.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-021-0/+4
* rands/drbg_hash.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-021-1/+5
* Add locking to atomic operations in rw/rcu testsNeil Horman2024-04-021-8/+13
* rands/drbg_hmac.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* macs/kmac_prov.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+7
* signature/rsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-2/+8
* kdfs/hmacdrbg_kdf.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang2024-04-011-1/+5
* test/bad_dtls_test.c: Add checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-011-1/+5