summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-04apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve...Dr. David von Oheimb
2021-08-04Use copy.pl to install the fips module on WindowsTomas Mraz
2021-08-04Windows, VMS: Do install_fips on install if fips is enabledTomas Mraz
2021-08-04doc: replace markdown backticks with perlpod syntaxBeat Bolli
2021-08-04doc: use the documented =item markersBeat Bolli
2021-08-04Add config_diagnostics to our configuration files.Pauli
2021-08-03If we have passed the private key, don't copy it implicitlyDmitry Belyavskiy
2021-07-31Redefine getpid() -> _getpid() only for MSVCTanzinul Islam
2021-07-31changes: remove duplicate entryPauli
2021-07-30doc: document that config_diagnostics is sensible but involves riskPauli
2021-07-30demo: add GMAC demonstration programPauli
2021-07-29Fix dtls timeout dead codeyangyangtiantianlonglong
2021-07-29Prepare for 3.0 beta 3Matt Caswell
2021-07-29Prepare for release of 3.0 beta 2openssl-3.0.0-beta2Matt Caswell
2021-07-29make updateMatt Caswell
2021-07-29Update copyright yearMatt Caswell
2021-07-29Update fingerprints.txtMatt Caswell
2021-07-28Add missing session timeout calcTodd Short
2021-07-28test: add a comment indication that a bad MAC is intentionalPauli
2021-07-28Add some testing for the case where the FIPS provider fails to loadMatt Caswell
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell
2021-07-28Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell
2021-07-28Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell
2021-07-28ci: disable async for the SH4 build and reenable the associated testPauli
2021-07-28ci: get rid of no-asm flag to m68k cross compilesPauli
2021-07-28ci: add the param conversion tests to the cross compiles.Pauli
2021-07-28QEMU: include test runs for most cross compilation targetsPauli
2021-07-28test: handle not a number (NaN) values in the param conversion test.Pauli
2021-07-28Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell
2021-07-28Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-27KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable itTomas Mraz
2021-07-27Test ktls in non-default options CI buildTomas Mraz
2021-07-27Drop no-ktls from runchecker daily build as it has no effectTomas Mraz
2021-07-27ECDSA_SIG_set0(): Clarify documentation and fix formatting errorsTomas Mraz
2021-07-27ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz
2021-07-26DOCS: Move the description of EVP_PKEY_get0_description()Richard Levitte
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-23Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz
2021-07-23do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz
2021-07-23ci: QEMU based cross compiled testingPauli
2021-07-23ci: reinstate the passwd tests for the no-cached-fetch run.Pauli
2021-07-23Makefile: Avoid changing LIBDIR based on whether it already existsjenda1
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz
2021-07-22Add a test for custom EVP_PKEY_METHODsMatt Caswell
2021-07-22Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell
2021-07-22OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb
2021-07-21ci: omit tests that consume too much memoryPauli
2021-07-21tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb