summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04Prepare for release of 3.0.14openssl-3.0.14Tomas Mraz
2024-06-04make updateTomas Mraz
2024-06-04Copyright year updatesTomas Mraz
2024-06-04Update CHANGES.md and NEWS.md for the upcoming releaseTomas Mraz
2024-05-30[Docs] SSL_*_use will increment reference counterRuslan Baratov
2024-05-30cmp_hdr_test.c: Fix leaks in error casesshridhar kalavagunta
2024-05-29Fix potential memory leak in test_bad_dtlsAmir Mohammadi
2024-05-29VMS: Redefine _XOPEN_SOURCE_EXTENDED with the value 1 in apps/ocsp.cRichard Levitte
2024-05-28ecstresstest.c: Fix memory leak on errorNek Saikou
2024-05-28Further extend the SSL_free_buffers testingMatt Caswell
2024-05-28Move the ability to load the dasync engine into ssltestlib.cMatt Caswell
2024-05-28Extend the SSL_free_buffers testingMatt Caswell
2024-05-28Set rlayer.packet to NULL after we've finished using itMatt Caswell
2024-05-28Only free the read buffers if we're not using themWatson Ladd
2024-05-22[Docs] Default value for verification flags is 'SSL_VERIFY_NONE'Ruslan Baratov
2024-05-20fips provider: explicitly setup cpuid when initializingHongren Zheng
2024-05-17Fix typo in CONTRIBUTING.mdJames Muir
2024-05-16Check DSA parameters for excessive sizes before validatingTomas Mraz
2024-05-15Update openssl-smime.pod.inDominikN
2024-05-15[Docs] 'SSL_CTX_set_cert_store' ownership of 'store'Ruslan Baratov
2024-05-15fix sm2 encryption implementation bug.Liu-Ermeng
2024-05-14sslapitest.c: With fips skip tests depending on X25519 and X448Tomas Mraz
2024-05-14test/ssl-tests: Avoid depending on X25519 and X448 being fips approvedTomas Mraz
2024-05-14Release pkey_ctx on initialization failureirosay
2024-05-14apps/pkcs12: Not writing the private key file until the import password is ve...naaysayer
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-09Dependabot update: Bump coverallsapp/github-actiondependabot[bot]
2024-05-09Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
2024-05-09Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-09Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-09Add ossl_bn_is_word_fixed_top()Tomas Mraz
2024-05-09Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-05-08Avoid memory leak in x509_test error pathViktor Dukhovni
2024-05-07Fix intermittent sslapitest early data related failuresMatt Caswell
2024-05-07Add linux-arm64ilp32-clang targetHuiyue Xu
2024-05-06Correct ossl_sleep for threaded model by introducing sleep().Randall S. Becker
2024-05-02Add docs noting requirements for SM2 signingNeil Horman
2024-05-02Add check for public key presence on sm2 signingNeil Horman
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-29doc: clarify SSL_CIPHER_description allocationDaniel McCarney
2024-04-26Fix missing NULL check in prov_config_testNeil Horman
2024-04-26Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-26Update modulepath test for provider config to skip if not presentNeil Horman
2024-04-26Add test for OSSL_PROVIDER_load with module path setNeil Horman
2024-04-26set module path from templateNeil Horman
2024-04-26Add an Apple privacy info file for OpenSSLTakehiko Yokota
2024-04-24Update perl-actions/install-with-cpanm version in CITomas Mraz
2024-04-23Invoke tear_down when exiting test_encode_tls_sct() prematurelyshridhar kalavagunta
2024-04-19Fix migration guide mappings for i2o/o2i_ECPublicKeyslontis
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a