summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-14Replace tabs by spaces after "#define". No functional changes, justVitaliy Makkoveev
2022-07-14Time to bump versionClaudio Jeker
2022-07-14Suppress output of the deprecated -tls1 option in usage() and helpTheo Buehler
2022-07-14Switch to using TLS_client_method()Theo Buehler
2022-07-14Only run the client connection test with supported ciphers. Avoids testTheo Buehler
2022-07-14Document openssl ciphers -sTheo Buehler
2022-07-14Add -s option to openssl ciphersTheo Buehler
2022-07-14syncTheo de Raadt
2022-07-13add .Xr links to SSL_CTX_set_security_level(3)Ingo Schwarze
2022-07-13add a few .Xr links to new manual pagesIngo Schwarze
2022-07-13In dsa.h rev. 1.34 (14 Jan 2022), tb@ provided DSA_bits(3).Ingo Schwarze
2022-07-13In x509_vfy.h rev. 1.54, tb@ provided X509_VERIFY_PARAM_get_time(3)Ingo Schwarze
2022-07-13link three new manual pages to the buildIngo Schwarze
2022-07-13Start documenting our new pet octopus, SSL_CTX_set_security_level(3).Ingo Schwarze
2022-07-13Cast int64_t to uint64_t before negating.Joel Sing
2022-07-13Write documentation for EVP_PKEY_check(3), EVP_PKEY_public_check(3),Ingo Schwarze
2022-07-13Simplify computation of max_pub_key = dh->p - 1.Theo Buehler
2022-07-13New manual page written from scratch;Ingo Schwarze
2022-07-13Remove #ifndef around the definition of OPENSSL_TLS_SECURITY_LEVEL.Theo Buehler
2022-07-13On May 4 14:19:08 2006 UTC, while fixing a security issue, djm@Ingo Schwarze
2022-07-13Fix apmd_flags example.Antoine Jacoutot
2022-07-13Do not make tables static so we can access them from regress.Theo Buehler
2022-07-13Revert BUILD_LLDB use, don't push manual repair on all people building from s...Jeremie Courreges-Anglas
2022-07-13Implement the fundamentals for suspend/resume on arm64. This uses PSCIMark Kettenis
2022-07-13Enable Wycheproof primality tests.Theo Buehler
2022-07-13Enable BPSW primality test.Theo Buehler
2022-07-13Hook BPSW into BN_is_prime_fasttest_ex()Theo Buehler
2022-07-13Link bn_bpsw.c to buildTheo Buehler
2022-07-13Implement the Baillie-PSW primality testTheo Buehler
2022-07-13Link bn_isqrt.c to buildTheo Buehler
2022-07-13Integer square root and perfect square testTheo Buehler
2022-07-13drm/i915: Fix a race between vma / object destruction and unbindingJonathan Gray
2022-07-13drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systemsJonathan Gray
2022-07-13drm/amd: Refactor `amdgpu_aspm` to be evaluated per deviceJonathan Gray
2022-07-13drm/amd/vcn: fix an error msg on vcn 3.0Jonathan Gray
2022-07-13drm/amd/display: Fix by adding FPU protection for dcn30_internal_validate_bwJonathan Gray
2022-07-13drm/amd/display: Set min dcfclk if pipe count is 0Jonathan Gray
2022-07-13drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()Jonathan Gray
2022-07-13drm/i915/gt: Register the migrate contexts with their enginesJonathan Gray
2022-07-13drm/i915: Disable bonding on gen12+ platformsJonathan Gray
2022-07-12Use __func__ in interface media debug printf().Alexander Bluhm
2022-07-12Protect interface media list with a mutex. This is just a startAlexander Bluhm
2022-07-12Enter the lldb and lldb-server directories for make obj, even if not builtJeremie Courreges-Anglas
2022-07-12Only build lldb support libraries on archs where lldb is installedJeremie Courreges-Anglas
2022-07-12Introduce a BUILD_LLDB switch, currently active on amd64 and arm64Jeremie Courreges-Anglas
2022-07-12Unbreak the tree, after the previous commit.Joel Sing
2022-07-12grep: simplify printline, no functional changesOmar Polo
2022-07-12Zap trailing whitespace on one line to appease mandoc -TlintTheo Buehler
2022-07-12Document announce add-path sendClaudio Jeker
2022-07-12Use db_rint() in sfuart(4)Jeremie Courreges-Anglas