summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-01adapt to extra sshkey_sign() argument and additional dependenciesDamien Miller
2019-11-01skip security-key key types for tests until we have a dummyDamien Miller
2019-11-01sort;Jason McIntyre
2019-11-01syncTheo de Raadt
2019-10-31In 2013, when OpenBSD/armv7 was still rather early, improvements forPatrick Wildt
2019-10-31undo debugging bits that shouldn't have been committedDamien Miller
2019-10-31fix -Wshadow warningDamien Miller
2019-10-31Refactor signing - use sshkey_sign for everything, including the newDamien Miller
2019-10-31ssh-agent support for U2F/FIDO keysDamien Miller
2019-10-31ssh AddKeysToAgent support for U2F/FIDO keysDamien Miller
2019-10-31ssh-add support for U2F/FIDO keysDamien Miller
2019-10-31add new agent key constraint for U2F/FIDO providerDamien Miller
2019-10-31ssh client support for U2F/FIDO keysDamien Miller
2019-10-31Separate myproposal.h userauth pubkey typesDamien Miller
2019-10-31ssh-keygen support for generating U2F/FIDO keysDamien Miller
2019-10-31U2F/FIDO middleware interfaceDamien Miller
2019-10-31Initial infrastructure for U2F/FIDO supportDamien Miller
2019-10-31Protocol documentation for U2F/FIDO keys in OpenSSHDamien Miller
2019-10-31fix inconsistency; from tim kuijstenJason McIntyre
2019-10-31Constrain and correct the routes being deleted when applying a newKenneth R Westerback
2019-10-31Add RSA OAEP test for pkeyutl in appstest.shKinichiro Inoguchi
2019-10-31In rsa_pmeth.c rev. 1.30, jsing@ set the minimum RSA key lengthIngo Schwarze
2019-10-31Add CMS controls for RSA.Joel Sing
2019-10-31Add support for RSA-PSS.Joel Sing
2019-10-31Move RSA min modulus to a define and increase from 256 to 512 bits.Joel Sing
2019-10-31Fix indent and indent before labels.Joel Sing
2019-10-31Use braces where a statement has both multi-line and single-line blocks.Joel Sing
2019-10-31Add additional validation of key size, message digest size and publicJoel Sing
2019-10-31 With the asr fallback we can skip the service port up & down dance,Florian Obser
2019-10-31Add asr resolver type which completely bypasses libunbound and uses theFlorian Obser
2019-10-31Clean up some code.Joel Sing
2019-10-31Avoid potentially leaking pub_exp in pkey_rsa_copy().Joel Sing
2019-10-31Make background scans less frequent if we keep choosing the same AP.Stefan Sperling
2019-10-31Administrative Shutdown messages can be 255 byte long.Sebastian Benoit
2019-10-31Handle the TAL files in the master process and pass them as buffer to theClaudio Jeker
2019-10-31declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.miko
2019-10-31When writing to a raw vnd device with dd if the input file size is not aJonathan Gray
2019-10-30spacing; from martinJason McIntyre
2019-10-30Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale duringClaudio Jeker
2019-10-30drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Jonathan Gray
2019-10-30drm/ttm: Restore ttm prefaultingJonathan Gray
2019-10-30drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50Jonathan Gray
2019-10-30Revert "drm/radeon: Fix EEH during kexec"Jonathan Gray
2019-10-30Fix declaration of S1 by swapping misplaced ',' and ';'.Theo Buehler
2019-10-29syncJoshua Stein
2019-10-29add an Intel 9260 wifi cardJoshua Stein
2019-10-29In rsa.h rev. 1.41, jsing@ provided RSA_pkey_ctx_ctrl(3).Ingo Schwarze
2019-10-29merge documentation for several macros EVP_PKEY_CTX_*_rsa_oaep_*(3)Ingo Schwarze
2019-10-29don't print a blank line if no stage1 or stage2 aspectsTheo de Raadt
2019-10-29merge documentation for EVP_PKEY_CTX_set1_id(3), EVP_PKEY_CTX_get1_id(3),Ingo Schwarze