summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
9 daysFix migration guide mappings for i2o/o2i_ECPublicKeyopenssl-3.2slontis
9 daysOSSL_STORE: Add reference docs for the built-in Windows store implementationRichard Levitte
10 daysFix up path generation to use OPENSSL_MODULESNeil Horman
10 daysUpdate modulepath test for provider config to skip if not presentNeil Horman
10 daysAdd test for OSSL_PROVIDER_load with module path setNeil Horman
10 daysset module path from templateNeil Horman
10 daysQUIC TXP: Fix reserve calculations for PING framesHugo Landau
11 days.ctags.d is previous, include it in our tarballsRichard Levitte
11 daysfuzz/decoder.c: Limit the EVP_PKEY_param_check on DHX keys as wellTomas Mraz
11 daysHandle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
12 daysOpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
12 daysdoc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
13 daysAdding missing NULL pointer checkafshinpir
13 dayslist_provider_info(): Fix leak on errorTomas Mraz
2024-04-12ossl_provider_new(): Fix memory leak on errorTomas Mraz
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-11crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Fix default stream creation on server sideHugo 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-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-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-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-05Add a test for session cache handlingMatt Caswell
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-04Backport .gitignore Changes from masterdgbkn
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-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