summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-12-17X509_STORE_new: memory needs to be freedPeiwei Hu
2021-12-17get_ecdsa_sig_rs_bytes: free value of d2i_ECDSA_SIG() before returnPeiwei Hu
2021-12-17test/cmp_vfy_test.c: free before returnPeiwei Hu
2021-12-17Add test case to verify that the use after free issue is fixed.Pauli
2021-12-17evp: address a use after free state when using HMAC and MD copy.Pauli
2021-12-16EC_POINT_hex2point: forget to free ptPeiwei Hu
2021-12-16Documentation for RNDR and RNDRRSOrr Toledano
2021-12-16Add tests for RNDR and combine tests with RDRANDOrr Toledano
2021-12-16Add support for RNDRRS ProviderOrr Toledano
2021-12-16Add Arm Assembly (aarch64) support for RNGOrr Toledano
2021-12-15APPS/cmp: Fix logic and doc of mutually exclusive -server/-use_mock_srv/-port...Dr. David von Oheimb
2021-12-14NEWS.md: Add missing empty lineTomas Mraz
2021-12-14Add some CHANGES entries for 3.0.1Richard Levitte
2021-12-14Add some CHANGES.md entries for the 3.0.1 releaseTomas Mraz
2021-12-14Add a test case for the name constraints bugMatt Caswell
2021-12-14Add a TLS test for name constraints with an EE cert without a SANMatt Caswell
2021-12-14Add a new Name Constraints test certMatt Caswell
2021-12-14Fix infinite verification loops due to has_san_idTobias Nießen
2021-12-14Fix invalid handling of verify errors in libsslMatt Caswell
2021-12-14Update CHANGES and NEWS for new releaseMatt Caswell
2021-12-14Fix VMS installation - Document in CHANGES.mdRichard Levitte
2021-12-14Fix VMS installation - Override the openssl logical name in descrip.mms.tmplRichard Levitte
2021-12-14Fix VMS installation - Check the presence of providers in the IVP scriptRichard Levitte
2021-12-14Fix VMS installation - deassign the same logical names that were definedRichard Levitte
2021-12-14Fix VMS installation - use platform->shlib_version_as_filename() consistentlyRichard Levitte
2021-12-14Fix VMS installation - Define the logical name OSSL$MODULESRichard Levitte
2021-12-14Fix VMS installation - $config{pointer_size} -> $target{pointer_size}Richard Levitte
2021-12-14Fix VMS installation - consistent program names with version infoRichard Levitte
2021-12-14Remove some unnecessary undefs in bn_asm.cBernd Edlinger
2021-12-14Fix a carry overflow bug in bn_sqr_comba4/8 for mips 32-bit targetsBernd Edlinger
2021-12-13OSSL_HTTP_proxy_connect(): Fix glitch in response HTTP header parsingDr. David von Oheimb
2021-12-13bn2binpad: Use memset as the buffer will be used laterTomas Mraz
2021-12-13APPS/cmp: Simplify read_write_req_resp() - 'req' arg must not be NULL anywayDr. David von Oheimb
2021-12-13ossl_cmp_msg_check_update(): align recipNone check with improved transactionI...Dr. David von Oheimb
2021-12-13CMP test_commands.csv: improve test for -reqin, adding -reqin_new_tidDr. David von Oheimb
2021-12-13CMP test_verification.csv: add missing test case for -untrusted with non-matc...Dr. David von Oheimb
2021-12-13CMP test_enrollment.csv: clean up test cases regarding (non-existing) directo...Dr. David von Oheimb
2021-12-13test/evp_extra_test.c: Add EVP_PKEY comparisons in test_EC_priv_pub()Richard Levitte
2021-12-13test/evp_extra_test.c: Refactor test_fromdata()Richard Levitte
2021-12-13Enhance the explanation of selector bits in provider-keymgmt(7)Richard Levitte
2021-12-13Adapt our OSSL_FUNC_keymgmt_match() implementations to the EVP_PKEY_eq() fixRichard Levitte
2021-12-13Fix EVP_PKEY_eq() to be possible to use with strictly private keysRichard Levitte
2021-12-13Fix Coverity 1494385 logically dead code.Pauli
2021-12-11Fix faulty detail in BN_rand() manualRichard Levitte
2021-12-10Teach OpenSSL::ParseC about OPENSSL_EXPORT and OPENSSL_EXTERNRichard Levitte
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte
2021-12-10apps/s_server: Correct s_server to return the correct file pathTianjia Zhang
2021-12-10Windows CI: explicitly use windows-2019 instead of using windows-latestTomas Mraz
2021-12-10remove redundant ERR_raisex2018
2021-12-10check the return value of BIO_new() in t_x509.c:471 & cmp_vfy.c:36x2018