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