Bugzilla – Attachment 2598 Details for
Bug 2387
sshd treats certificate extensions as critical
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
accept unrecognised extensions
cert-accept-unknown-exts.diff (text/plain), 472 bytes, created by
Damien Miller
on 2015-04-22 09:50:57 AEST
(
hide
)
Description:
accept unrecognised extensions
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2015-04-22 09:50:57 AEST
Size:
472 bytes
patch
obsolete
>diff --git a/auth-options.c b/auth-options.c >index 4f0da9c..fd0f785 100644 >--- a/auth-options.c >+++ b/auth-options.c >@@ -603,7 +603,7 @@ auth_cert_options(struct sshkey *k, struct passwd *pw) > &cert_source_address_done) == -1) > return -1; > if (parse_option_list(k->cert->extensions, pw, >- OPTIONS_EXTENSIONS, 1, >+ OPTIONS_EXTENSIONS, 0, > &cert_no_port_forwarding_flag, > &cert_no_agent_forwarding_flag, > &cert_no_x11_forwarding_flag,
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 2387
: 2598