Bugzilla – Attachment 3372 Details for
Bug 3141
ssh ignores IdentitiesOnly for PKCS11Provider
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
check PKCS#11 keys against non-PKCS#11 keys only
bz3141.diff (text/plain), 445 bytes, created by
Damien Miller
on 2020-04-03 16:15:55 AEDT
(
hide
)
Description:
check PKCS#11 keys against non-PKCS#11 keys only
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2020-04-03 16:15:55 AEDT
Size:
445 bytes
patch
obsolete
>diff --git a/sshconnect2.c b/sshconnect2.c >index 8cc13e6..e1d4859 100644 >--- a/sshconnect2.c >+++ b/sshconnect2.c >@@ -1664,7 +1664,7 @@ pubkey_prepare(Authctxt *authctxt) > found = 0; > TAILQ_FOREACH(id2, &files, next) { > if (id2->key == NULL || >- (id2->key->flags & SSHKEY_FLAG_EXT) == 0) >+ (id2->key->flags & SSHKEY_FLAG_EXT) != 0) > continue; > if (sshkey_equal(id->key, id2->key)) { > TAILQ_REMOVE(&files, id, next);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 3141
: 3372