summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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-13Enable BTI feature for md5 on aarch64fangming.fang
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
2023-12-01rsa-doc: fix typoJames Muir
2023-11-30doc: Minor typo in SSL_CTX_set_tmp_dh_callback docs.Sean Bright
2023-11-30Initialize dstctx->mgf1_md to NULL in rsa_dupctx functionlan1120
2023-11-30bn_nist: Fix strict-aliasing violations in little-endian optimizationsXi Ruoyao
2023-11-30Fix EVP_RAND-SEED-SRC documentation exampleJamie Cui
2023-11-30Add self-hosted runnersDmitry Misharov
2023-11-29Add last missing TLSA usage/selector/mtype test caseViktor Dukhovni
2023-11-29Fix freshly introduced double-free.Viktor Dukhovni
2023-11-28Fix a possible memory leak in ct_move_sctsBernd Edlinger
2023-11-24x86_64-xlate.pl: Fix build with icx and nvc compilersTomas Mraz
2023-11-24Move freeing of an old enc_write_ctx/write_hash to dtls1_clear_sent_bufferMatt Caswell
2023-11-24zero data in hm_fragment on allocNeil Horman