summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-09Add check for public key presence on sm2 signingNeil Horman
2024-04-09APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short
2024-04-09Add demo for ECDH key exchangeslontis
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Check range of RSA plaintext and ciphertext when using no padding.slontis
2024-04-09Copyright year updatesMatt Caswell
2024-04-09Copyright year updatesRichard Levitte
2024-04-09Sync libcrypto.num and libssl.num with 3.3 branchTomas Mraz
2024-04-09Sync CHANGES.md and NEWS.md with 3.3 branchTomas Mraz
2024-04-09Update the version to 3.4.0-devTomas Mraz
2024-04-08Add a test for session cache overflowMatt Caswell
2024-04-08Hardening around not_resumable sessionsMatt Caswell
2024-04-08Add a CHANGES.md/NEWS.md entry for the unbounded memory growth bugMatt Caswell
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell
2024-04-08Add a test for session cache handlingMatt Caswell
2024-04-08Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu
2024-04-05NonStop: Do not call sleep() with a 0 valueRandall S. Becker
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-04-04downgrade upload-artifact action to v3Dmitry Misharov
2024-04-04openssl-crl(1): The -verify option is implied by -CA* optionsTomas Mraz
2024-04-04DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()Tomas Mraz
2024-04-04Fix syntax of dependabot.ymlKurt Roeckx
2024-04-04posix_async: FreeBSD also defines {make|swap|get|set}contextWarner Losh
2024-04-04Add design document about handing some MAX definesTomas Mraz
2024-04-04Add 'documentation policy' link to CONTRIBUTING guide.slontis
2024-04-04Update Documentation for EVP_DigestSign, EVP_DigestVerify.slontis
2024-04-04Align 'openssl req' string_mask docs to how the software really worksJob Snijders
2024-04-04typo fixwillmafh
2024-04-04SSL_alert_desc_string_long(): Delete unnecessary underlinewillmafh
2024-04-04Remove receiving of unused return valueDrokov Pavel
2024-04-03Workaround the relocation truncated to fit problem on m68k buildsTomas Mraz
2024-04-03rsa/rsa_pmeth.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-04-02Fix GCC compilation -Waggressive-loop-optimizationsAdrien Zinger
2024-04-02BIO_s_connect: Do not set keepalive on dgram socketsHugo Landau
2024-04-02Document change of -verify behavior in crl and req appsVladimir Kotal
2024-04-02Use RFC 5869 test case for HKDF self-testpohsingwu
2024-04-02Remove handling of NULL sig param in ossl_ecdsa_deterministic_signBernd Edlinger
2024-04-02Fix handling of NULL sig parameter in ECDSA_sign and similarBernd Edlinger
2024-04-02Fix openssl req with -addext subjectAltName=dirNameBernd Edlinger
2024-04-02ASYNC_start_job: more readable documentation for handling ASYNC* APIsHubert Kario
2024-04-02Alter the checkJiasheng Jiang
2024-04-02ssl/ssl_lib.c: Add the check before cast from int to unsignedJiasheng Jiang
2024-04-02Bump actions/setup-python from 5.0.0 to 5.1.0dependabot[bot]
2024-04-02Explicitly state what -keys doesSimo Sorce
2024-04-02Alter the variable nameJiasheng Jiang
2024-04-02ssl/tls13_enc.c: Replace size_t with int and add the checksJiasheng Jiang
2024-04-02ssl/t1_lib.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang