summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-12-19ci.yml: Fix bad conflict fix in backported patchTomas Mraz
2023-12-19Consolidate raising errors in SSL_CONF_cmd()Tomas Mraz
2023-12-19Test that incorrect entry in the ssl section is not fatalTomas Mraz
2023-12-19Always apply all configuration settings from the ssl sectionTomas Mraz
2023-12-19run Windows GitHub CI workflow on self-hosted runnersDmitry Misharov
2023-12-19run GitHub CI workflow on self-hosted runnersDmitry Misharov
2023-12-19run Cross Compiles workflow on self-hosted runnerDmitry Misharov
2023-12-18cms: avoid intermittent test failureJames Muir
2023-12-18Bump actions/upload-artifact from 3 to 4dependabot[bot]
2023-12-18Fix instructions for running tests on WindowsDmitry Kobets
2023-12-15Fix provider compatibility check crash in evp_testTomas Mraz
2023-12-15LHASH: Document down_load functionsHugo Landau
2023-12-15LHASH: Fix documentation for doall-delete hazardsHugo Landau
2023-12-15Harden asn1 oid loader to invalid inputsNeil Horman
2023-12-13CONTRIBUTING.md: add reference to util/check-format.pl and fix several nitsDr. David von Oheimb
2023-12-13doc: fix list display in man pageJames Muir
2023-12-12ossl-params: check length returned by strlen()James Muir
2023-12-12provider-storemgmt.pod: fix nits (unclosed '<' around name)Dr. David von Oheimb
2023-12-12Fix a possible memleak in opt_verifyBernd Edlinger
2023-12-12Fix a possible memleak in apps/rehash.cBernd Edlinger
2023-12-12Fix a possible memleak in smime_mainBernd Edlinger
2023-12-12Fix a possible memleak in cms_mainBernd Edlinger
2023-12-12Don't attempt to set provider params on an ENGINE based cipherMatt Caswell
2023-12-12Add a test for late loading of an ENGINE in TLSMatt Caswell
2023-12-12Add a test case for OSSL_HTTP_parse_urlMatt Caswell
2023-12-12Fix some invalid use of sscanfMatt Caswell
2023-12-12Extend the test of BN_GF2m_mod_invMatt Caswell
2023-12-12Avoid an infinite loop in BN_GF2m_mod_invMatt Caswell
2023-12-12Fix a possible memory leak in do_othernameBernd Edlinger
2023-12-12doc: improve documentation of EVP in-place encryptionMatthias St. Pierre
2023-12-08test/recipes/01-test_symbol_presence.t: Treat common symbols speciallyRichard Levitte
2023-12-08test/recipes/01-test_symbol_presence.t: Ignore symbols starting with '__'Richard Levitte
2023-12-08Add the 'run_tests' target to the Windows build file template as wellRichard Levitte
2023-12-08Make sure that the test / tests build target run 'run_tests' lastRichard Levitte
2023-12-08Configure: Refuse to make directories in the source treeRichard Levitte
2023-12-08Modify 'out-of-source-and-install' to work with a read-only source treeRichard Levitte
2023-12-07Add overflow checks to parse_number/parse_hex/parse_octNeil Horman
2023-12-06Statically link legacy provider to evp_extra_testNeil Horman
2023-12-05rehash.c: Do not use NAME_MAX limitTomas Mraz
2023-12-04Make 'openssl list' less sensitive for providers without paramsRichard Levitte
2023-12-04Add a minimal test providerRichard Levitte
2023-12-04After initializing a provider, check if its output dispatch table is NULLRichard Levitte
2023-12-04Fix a possible memory leak in CMS_add_simple_smimecapBernd Edlinger
2023-12-04Fix detection on HP-UX (IA64)Michael Osipov
2023-12-04doc: improve display of KECCAK-KMAC128, KECCAK-KMAC256 defsJames Muir
2023-12-01Don't free aliased pointers in ctx cmp_ctx testsNeil Horman
2023-12-01Add locking to CRYPTO_secure_usedNeil Horman
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir
2023-12-01Fix a possible memory leak in make_receipt_requestBernd Edlinger
2023-12-01Fix a possible use after free in X509v3_asid_add_id_or_rangeBernd Edlinger