summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-04-10test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10fuzz/decoder.c: Limit the key sizes on which checks are runTomas Mraz
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10Fix typos found by codespellDimitri Papadopoulos
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove
2024-04-10Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman
2024-04-10Downgrade also the download-artifact actionTomas Mraz
2024-04-09ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
2024-04-09signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang
2024-04-09Add docs noting requirements for SM2 signingNeil Horman
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