aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Prepare for release of 3.0 beta 2openssl-3.0.0-beta2Matt Caswell3-4/+4
2021-07-29make updateMatt Caswell4-1061/+1063
2021-07-29Update copyright yearMatt Caswell65-65/+65
2021-07-29Update fingerprints.txtMatt Caswell1-9/+7
2021-07-28Add missing session timeout calcTodd Short1-0/+1
2021-07-28test: add a comment indication that a bad MAC is intentionalPauli1-1/+3
2021-07-28Add some testing for the case where the FIPS provider fails to loadMatt Caswell4-14/+65
2021-07-28Don't try and load the config file while already loading the config fileMatt Caswell3-7/+16
2021-07-28Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell1-1/+15
2021-07-28Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell1-0/+1
2021-07-28ci: disable async for the SH4 build and reenable the associated testPauli1-2/+2
2021-07-28ci: get rid of no-asm flag to m68k cross compilesPauli1-2/+2
2021-07-28ci: add the param conversion tests to the cross compiles.Pauli1-1/+1
2021-07-28QEMU: include test runs for most cross compilation targetsPauli1-9/+49
2021-07-28test: handle not a number (NaN) values in the param conversion test.Pauli1-2/+22
2021-07-28Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell1-1/+20
2021-07-28Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell2-0/+2
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell4-10/+10
2021-07-27KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable itTomas Mraz1-1/+2
2021-07-27Test ktls in non-default options CI buildTomas Mraz1-1/+3
2021-07-27Drop no-ktls from runchecker daily build as it has no effectTomas Mraz1-1/+0
2021-07-27ECDSA_SIG_set0(): Clarify documentation and fix formatting errorsTomas Mraz1-33/+32
2021-07-27ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz1-2/+2
2021-07-26DOCS: Move the description of EVP_PKEY_get0_description()Richard Levitte2-7/+8
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte6-8/+56
2021-07-23Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz1-9/+14
2021-07-23do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz1-0/+1
2021-07-23ci: QEMU based cross compiled testingPauli1-30/+88
2021-07-23ci: reinstate the passwd tests for the no-cached-fetch run.Pauli2-14/+28
2021-07-23Makefile: Avoid changing LIBDIR based on whether it already existsjenda11-8/+1
2021-07-23DSA/RSA_print(): Fix potential memory leakTomas Mraz2-6/+12
2021-07-22Add a test for custom EVP_PKEY_METHODsMatt Caswell1-0/+328
2021-07-22Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2-35/+21
2021-07-22Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell5-43/+94
2021-07-22OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb1-1/+2
2021-07-21ci: omit tests that consume too much memoryPauli1-1/+1
2021-07-21tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb4-12/+13
2021-07-21SSL_CTX_set_cert_verify_callback.pod: various corrections and clarificationsDr. David von Oheimb1-17/+28
2021-07-21Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong3-10/+274
2021-07-20test: include all DRBG tests in FIPS modePauli1-144/+0
2021-07-20docs: update CTR DRBG documentation to not mention the lack of a derivation f...Pauli1-2/+1
2021-07-20err: remove the derivation function is mandatory for FIPS error message since...Pauli3-5/+0
2021-07-20drbg: allow the ctr derivation function to be disabled in FIPS modePauli1-14/+0
2021-07-20Fix a read buffer overrun in X509_aux_print().Ingo Schwarze1-2/+2
2021-07-20doc: fix OPENSSL_VERSION_NUMBER length in the synopsisPetr Gotthard1-1/+1
2021-07-20demos: update readme file with pbkdf2 and scrypt examples.Pauli1-0/+2
2021-07-20demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli1-2/+4
2021-07-20demo: add scrypt demonstration programPauli1-0/+120
2021-07-20demo: add pbkdf2 demonstration programPauli1-0/+117
2021-07-19test: fix use after scope problem in ACVP testPauli1-8/+4