summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-10Fix typos found by codespell in openssl-3.3 docDimitri Papadopoulos
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-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-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-09Prepare for 3.3.1Tomas Mraz
2024-04-09Prepare for release of 3.3.0openssl-3.3.0Tomas Mraz
2024-04-09make updateTomas Mraz
2024-04-09Copyright year updatesTomas 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-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-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-04Workaround the relocation truncated to fit problem on m68k buildsTomas Mraz
2024-04-03Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth
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-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-02Bump actions/setup-python from 5.0.0 to 5.1.0dependabot[bot]
2024-04-02Explicitly state what -keys doesSimo Sorce
2024-03-29Prepare for 3.3 beta 2Matt Caswell
2024-03-29Prepare for release of 3.3 beta 1openssl-3.3.0-beta1Matt Caswell
2024-03-29make updateMatt Caswell
2024-03-29Copyright year updatesMatt Caswell
2024-03-29Update CHANGES.md and NEWS.md with changes that have occurred since 3.2Matt Caswell
2024-03-26Fix threadstest wrapping againNeil Horman
2024-03-26Update gost-engine submodule to fix the CITomas Mraz
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal
2024-03-25Add NULL check before accessing PKCS7 encrypted algorithmViliam Lejčík