summaryrefslogtreecommitdiffstats
path: root/crypto/evp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-21QUIC REACTOR: Add utility function for merging tick resultsHugo Landau1-0/+9
2023-12-21list.h: Add iterator macrosHugo Landau1-0/+28
2023-12-21list.h: Allow separation of declarations and function definitionsHugo Landau1-2/+8
2023-12-20Make SSL_clear_options pass new options to record layerlan11201-1/+13
2023-12-20Bump actions/setup-python from 4.7.1 to 5.0.0dependabot[bot]1-1/+1
2023-12-19LoongArch64 assembly pack: Really implement OPENSSL_rdtscXi Ruoyao1-2/+2
2023-12-19Update IPAddressOrRange_cmp function to handle switch caseVikas Verma1-0/+4
2023-12-19LoongArch64 assembly pack: Fix ChaCha20 ABI breakageXi Ruoyao1-10/+36
2023-12-19Fix declspec align syntaxKai Pastor1-38/+38
2023-12-19Fix comment syntaxKai Pastor1-158/+158
2023-12-19Fix no-des failure in test_cmsBernd Edlinger1-2/+2
2023-12-19test_export_key_mat(): Long context support works with new fips provider onlyTomas Mraz1-14/+19
2023-12-19openssl-cmp.pod.in: fix grammar glitchDr. David von Oheimb1-1/+1
2023-12-19CMP app: make -geninfo option accept multiple ITAVs and support string values...Dr. David von Oheimb3-61/+106
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb17-29/+213
2023-12-19Consolidate raising errors in SSL_CONF_cmd()Tomas Mraz2-14/+17
2023-12-19Test that incorrect entry in the ssl section is not fatalTomas Mraz1-0/+1
2023-12-19Always apply all configuration settings from the ssl sectionTomas Mraz1-4/+7
2023-12-19Add a daily test for an alternative value for SSL3_ALIGN_PAYLOADMatt Caswell1-1/+2
2023-12-19Ensure the default length calculation includes the content type byteMatt Caswell1-4/+10
2023-12-19run Windows GitHub CI workflow on self-hosted runnersDmitry Misharov1-4/+4
2023-12-19run GitHub CI workflow on self-hosted runnersDmitry Misharov1-31/+83
2023-12-19run Cross Compiles workflow on self-hosted runnerDmitry Misharov1-1/+1
2023-12-18cms: avoid intermittent test failureJames Muir4-4/+106
2023-12-18Define L_ENDIAN for linux64-loongarch64Xi Ruoyao1-1/+2
2023-12-18Bump actions/download-artifact from 3 to 4dependabot[bot]1-2/+2
2023-12-18Bump actions/upload-artifact from 3 to 4dependabot[bot]3-5/+5
2023-12-18Remove redundant logic for DTLS server version selectionFrederik Wedel-Heinen1-10/+3
2023-12-18Handle tls and dtls server version selection similarlyFrederik Wedel-Heinen1-15/+5
2023-12-18Fix instructions for running tests on WindowsDmitry Kobets1-1/+1
2023-12-15Fix provider compatibility check crash in evp_testTomas Mraz1-2/+3
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman4-3/+39
2023-12-14Avoid setting gen_type to -1 in dh_gen_common_set_paramsNeil Horman1-1/+13
2023-12-13CONTRIBUTING.md: add reference to util/check-format.pl and fix several nitsDr. David von Oheimb1-14/+19
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman4-1/+43
2023-12-13Fix genstr/genconf option in asn1parseNeil Horman1-1/+1
2023-12-13LHASH: Document down_load functionsHugo Landau2-12/+30
2023-12-13LHASH: Fix documentation for doall-delete hazardsHugo Landau1-9/+17
2023-12-13QUIC LCIDM: Fix usage of LHASHHugo Landau1-0/+23
2023-12-13pkcs12: Do not forcibly load the config fileTomas Mraz1-9/+0
2023-12-13doc: fix list display in man pageJames Muir1-1/+1
2023-12-13Enable BTI feature for md5 on aarch64fangming.fang1-0/+3
2023-12-12remove duplicated typedef for u64Max Bachmann1-3/+0
2023-12-12Removed extra spaces in documentationslontis8-11/+11
2023-12-12ossl-params: check length returned by strlen()James Muir1-4/+4
2023-12-12provider-storemgmt.pod: fix nits (unclosed '<' around name)Dr. David von Oheimb1-2/+2
2023-12-12Fix a possible memleak in opt_verifyBernd Edlinger1-1/+6
2023-12-12Fix a possible memleak in apps/rehash.cBernd Edlinger1-0/+1
2023-12-12Fix a possible memleak in smime_mainBernd Edlinger1-1/+2
2023-12-12Fix a possible memleak in cms_mainBernd Edlinger1-2/+4