summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 beta 2openssl-3.0.0-beta2Matt Caswell2021-07-293-4/+4
* make updateMatt Caswell2021-07-294-1061/+1063
* Update copyright yearMatt Caswell2021-07-2965-65/+65
* Update fingerprints.txtMatt Caswell2021-07-291-9/+7
* Add missing session timeout calcTodd Short2021-07-281-0/+1
* test: add a comment indication that a bad MAC is intentionalPauli2021-07-281-1/+3
* Add some testing for the case where the FIPS provider fails to loadMatt Caswell2021-07-284-14/+65
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-283-7/+16
* Ensure any default_properties still apply even in the event of a provider loa...Matt Caswell2021-07-281-1/+15
* Don't leak the OSSL_LIB_CTX in the event of a failure to load the FIPS moduleMatt Caswell2021-07-281-0/+1
* ci: disable async for the SH4 build and reenable the associated testPauli2021-07-281-2/+2
* ci: get rid of no-asm flag to m68k cross compilesPauli2021-07-281-2/+2
* ci: add the param conversion tests to the cross compiles.Pauli2021-07-281-1/+1
* QEMU: include test runs for most cross compilation targetsPauli2021-07-281-9/+49
* test: handle not a number (NaN) values in the param conversion test.Pauli2021-07-281-2/+22
* Add a test case for EVP_MD_meth_dup() and EVP_CIPHER_meth_dup()Matt Caswell2021-07-281-1/+20
* Fix EVP_MD_meth_dup and EVP_CIPHER_meth_dupMatt Caswell2021-07-282-0/+2
* Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell2021-07-274-10/+10
* KTLS: AES-CCM in TLS-1.3 is broken on 5.x kernels, disable itTomas Mraz2021-07-271-1/+2
* Test ktls in non-default options CI buildTomas Mraz2021-07-271-1/+3
* Drop no-ktls from runchecker daily build as it has no effectTomas Mraz2021-07-271-1/+0
* ECDSA_SIG_set0(): Clarify documentation and fix formatting errorsTomas Mraz2021-07-271-33/+32
* ECDSA_SIG_set0: r and s parameters cannot be NULLTomas Mraz2021-07-271-2/+2
* DOCS: Move the description of EVP_PKEY_get0_description()Richard Levitte2021-07-262-7/+8
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-266-8/+56
* Fix potential problems with EVP_PKEY_CTX_new() with engine setTomas Mraz2021-07-231-9/+14
* do_sigver_init: Add missing ERR_clear_last_mark()Tomas Mraz2021-07-231-0/+1
* ci: QEMU based cross compiled testingPauli2021-07-231-30/+88
* ci: reinstate the passwd tests for the no-cached-fetch run.Pauli2021-07-232-14/+28
* Makefile: Avoid changing LIBDIR based on whether it already existsjenda12021-07-231-8/+1
* DSA/RSA_print(): Fix potential memory leakTomas Mraz2021-07-232-6/+12
* Add a test for custom EVP_PKEY_METHODsMatt Caswell2021-07-221-0/+328
* Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2021-07-222-35/+21
* Update our EVP_PKEY_METHODs to get low level keys via public APIsMatt Caswell2021-07-225-43/+94
* OSSL_HTTP_open(): Fix memory leak on TLS connect failure via proxyDr. David von Oheimb2021-07-221-1/+2
* ci: omit tests that consume too much memoryPauli2021-07-211-1/+1
* tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb2021-07-214-12/+13
* SSL_CTX_set_cert_verify_callback.pod: various corrections and clarificationsDr. David von Oheimb2021-07-211-17/+28
* Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong2021-07-213-10/+274
* test: include all DRBG tests in FIPS modePauli2021-07-201-144/+0
* docs: update CTR DRBG documentation to not mention the lack of a derivation f...Pauli2021-07-201-2/+1
* err: remove the derivation function is mandatory for FIPS error message since...Pauli2021-07-203-5/+0
* drbg: allow the ctr derivation function to be disabled in FIPS modePauli2021-07-201-14/+0
* Fix a read buffer overrun in X509_aux_print().Ingo Schwarze2021-07-201-2/+2
* doc: fix OPENSSL_VERSION_NUMBER length in the synopsisPetr Gotthard2021-07-201-1/+1
* demos: update readme file with pbkdf2 and scrypt examples.Pauli2021-07-201-0/+2
* demos: add Makefile support for pbkdf2 and scrypt KDF demosPauli2021-07-201-2/+4
* demo: add scrypt demonstration programPauli2021-07-201-0/+120
* demo: add pbkdf2 demonstration programPauli2021-07-201-0/+117
* test: fix use after scope problem in ACVP testPauli2021-07-191-8/+4