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