summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-19drm/amdgpu: fix warning for overflow checkJonathan Gray
2021-11-19drm/ttm: stop calling tt_swapin in vm_accessJonathan Gray
2021-11-19drm/amd/display: dcn20_resource_construct reduce scope of FPU enabledJonathan Gray
2021-11-19drm/amdkfd: fix resume error when iommu disabled in PicassoJonathan Gray
2021-11-19drm/amdgpu: Fix MMIO access page faultJonathan Gray
2021-11-19drm/panel-orientation-quirks: add Valve Steam DeckJonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for the Samsung Galaxy Book 10.6Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for KD Kurio Smart C15200 2-in-1Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Update the Lenovo Ideapad D330 quirk (v2)Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for GPD Win3Jonathan Gray
2021-11-19drm: panel-orientation-quirks: Add quirk for Aya Neo 2021Jonathan Gray
2021-11-18iked: replace a conditional EVP_CIPHER_CTX_cleanup() + free() stanzaTheo Buehler
2021-11-18Check if encoding works in dsa_init(). This avoids calling fatal()Tobias Heider
2021-11-18sha512test: replace EVP_MD_CTX_{cleanup,init} pair with EVP_MD_CTX_resetTheo Buehler
2021-11-18less confusing debug message; bz#3365Damien Miller
2021-11-18gost: missed one cleanupTheo Buehler
2021-11-18sha256test: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18gost2814789t: EVP_MD_CTX_cleanup -> EVP_MD_CTX_resetTheo Buehler
2021-11-18evptest: no need to call EVP_MD_CTX_cleanup() before EVP_MD_CTX_free()Theo Buehler
2021-11-18avoid xmalloc(0) for PKCS#11 keyid for ECDSA keys (we already did thisDamien Miller
2021-11-18Use HMAC_CTX_reset() instead of HMAC_CTX_cleanup() + HMAC_CTX_init()Theo Buehler
2021-11-18Add semicolon that will become non-optional once BN_GENCB_set() willTheo Buehler
2021-11-18typo in commentTheo Buehler
2021-11-18acme-client: use EVP_PKEY_base_id()Theo Buehler
2021-11-18vndsetcred: don't a reference to credentials in error path.Theo Buehler
2021-11-18Fix ssltest to work with opaque EVP_PKEY.Theo Buehler
2021-11-18Prevent future internal use of ASN1_CTX and ASN1_const_CTX by wrappingTheo Buehler
2021-11-18Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX andTheo Buehler
2021-11-18sha*test: convert these tests to work with opaque EVP_MD_CTX.Theo Buehler
2021-11-18zap trailing whitespaceTheo Buehler
2021-11-18hmactest: convert to opaque HMAC_CTX.Theo Buehler
2021-11-18gost2814789t: convert to opaque EVP_{MD,CIPHER}_CTX.Theo Buehler
2021-11-18exptest: convert to opaque BN; minor KNF tweaks.Theo Buehler
2021-11-18evptest: fix compilation with opaque EVP_{CIPHER,MD}_CTX. Uses aTheo Buehler
2021-11-18ecdsatest: make this test compile with opaque EVP_MD_CTX.Theo Buehler
2021-11-18dsatest: make this work with opaque BN. Some more fixes will be neededTheo Buehler
2021-11-18dhtest: fix this to work with opaque BN. This will need more fixes toTheo Buehler
2021-11-18bntest: Fix all but one test in this file to work with opaque BN.Theo Buehler
2021-11-18Remove X11 blt and bltone regress tests. They fail with the currentAlexander Bluhm
2021-11-18printing udpencap_port in ddb requires ntohs not ntohl. use better formatStuart Henderson
2021-11-18In x509_vfy.h rev. 1.35 and x509_lu.c rev. 1.34, tb@ providedIngo Schwarze
2021-11-18Move example from "goo" to @tag.Antoine Jacoutot
2021-11-18regression test for ssh-keygen -Y find-principals fix;Damien Miller
2021-11-18ssh-keygen -Y find-principals was verifying key validity when usingDamien Miller
2021-11-18check for POLLHUP wherever we check for POLLINDamien Miller
2021-11-18fd leak in sshd listen loop error path; from Gleb SmirnoffDamien Miller
2021-11-18check for POLLHUP as well as POLLIN in sshd listen loop;Damien Miller
2021-11-18check for POLLHUP as well as POLLIN, handle transient IO errors as wellDamien Miller
2021-11-18syncTheo de Raadt
2021-11-17uniq(1): ignore trailing newlines when comparing linesScott Soule Cheloha