summaryrefslogtreecommitdiffstats
path: root/SUPPORT.md (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-12Enable demos in select buildsNeil Horman2-18/+18
2024-04-12fix all the warnings in our demos and make them enableableNeil Horman15-32/+49
2024-04-12Convert demos to primary build systemNeil Horman19-3/+421
2024-04-12ossl_provider_new(): Fix memory leak on errorTomas Mraz1-1/+3
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz1-2/+2
2024-04-11Fix duplicate mutex allocation in threads_win.cNeil Horman1-1/+0
2024-04-11VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte4-7/+1
2024-04-11crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov1-5/+1
2024-04-10Change approach to SSL_pending APIHugo Landau2-7/+15
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau1-19/+34
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau1-0/+34
2024-04-10test: fix 20-test_dgst.t to use hexkeyDimitri John Ledkov1-2/+2
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz1-0/+5
2024-04-10fuzz/decoder.c: Limit the key sizes on which checks are runTomas Mraz1-3/+12
2024-04-10Fix socket descriptor checks on Windowsolszomal2-2/+10
2024-04-10Fix typos found by codespellDimitri Papadopoulos4-6/+6
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario1-1/+3
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove1-1/+4
2024-04-10Ensure proper memory barriers around ossl_rcu_deref/ossl_rcu_assign_ptrNeil Horman1-1/+26
2024-04-10Downgrade also the download-artifact actionTomas Mraz1-2/+2
2024-04-09ffc/ffc_params_generate.c: Add the check for the EVP_MD_get_size()Jiasheng Jiang1-1/+5
2024-04-09ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang1-2/+6
2024-04-09signature/dsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang1-2/+8
2024-04-09signature/ecdsa_sig.c: Add checks for the EVP_MD_get_size()Jiasheng Jiang1-2/+9
2024-04-09Add docs noting requirements for SM2 signingNeil Horman1-0/+3
2024-04-09Add check for public key presence on sm2 signingNeil Horman2-9/+39
2024-04-09APPS: Add missing OPENSSL_free() and combine the error handlerJiasheng Jiang1-3/+6
2024-04-09Fix "Error finalizing cipher loop" when running openssl speed -evp -decryptTom Cosgrove1-1/+5
2024-04-09Fix EVP_PKEY_CTX_add1_hkdf_info() behaviorTodd Short4-12/+156
2024-04-09Add demo for ECDH key exchangeslontis4-2/+229
2024-04-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm12-66/+288
2024-04-09Check range of RSA plaintext and ciphertext when using no padding.slontis2-8/+100
2024-04-09Copyright year updatesMatt Caswell14-14/+14
2024-04-09Copyright year updatesRichard Levitte325-325/+325
2024-04-09Sync libcrypto.num and libssl.num with 3.3 branchTomas Mraz2-18/+18
2024-04-09Sync CHANGES.md and NEWS.md with 3.3 branchTomas Mraz2-0/+176
2024-04-09Update the version to 3.4.0-devTomas Mraz1-1/+1
2024-04-08Add a test for session cache overflowMatt Caswell1-1/+123
2024-04-08Hardening around not_resumable sessionsMatt Caswell1-0/+6
2024-04-08Add a CHANGES.md/NEWS.md entry for the unbounded memory growth bugMatt Caswell2-1/+31
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell3-11/+27
2024-04-08Extend the multi_resume test for simultaneous resumptionsMatt Caswell1-4/+84
2024-04-08Add a test for session cache handlingMatt Caswell1-0/+92
2024-04-08Enable SHA3 unrolling and EOR3 optimization for AmpereJiangning Liu2-2/+5
2024-04-05NonStop: Do not call sleep() with a 0 valueRandall S. Becker1-1/+2
2024-04-04Diverse small VMS build fixupsRichard Levitte7-5/+30
2024-04-04downgrade upload-artifact action to v3Dmitry Misharov5-24/+24
2024-04-04openssl-crl(1): The -verify option is implied by -CA* optionsTomas Mraz1-0/+3
2024-04-04DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()Tomas Mraz1-2/+2
2024-04-04Fix syntax of dependabot.ymlKurt Roeckx1-10/+10