FreeBSD Bugzilla – Attachment 192790 Details for
Bug 227758
[PATCH] security/openssh-portable: add XMSS key support configuration option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
OpenSSH-7.7p1-xmss.diff
openssh-7.7-xmss.diff (text/plain), 936 bytes, created by
IWAMOTO Kouichi
on 2018-04-25 07:30:08 UTC
(
hide
)
Description:
OpenSSH-7.7p1-xmss.diff
Filename:
MIME Type:
Creator:
IWAMOTO Kouichi
Created:
2018-04-25 07:30:08 UTC
Size:
936 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 468180) >+++ Makefile (working copy) >@@ -31,7 +31,7 @@ > > OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ > HPN X509 KERB_GSSAPI \ >- LDNS NONECIPHER >+ LDNS NONECIPHER XMSS > OPTIONS_DEFAULT= LIBEDIT PAM TCP_WRAPPERS LDNS > OPTIONS_RADIO= KERBEROS > OPTIONS_RADIO_KERBEROS= MIT HEIMDAL HEIMDAL_BASE >@@ -45,6 +45,7 @@ > HEIMDAL_BASE_DESC= Heimdal Kerberos (base) > MIT_DESC= MIT Kerberos (security/krb5) > NONECIPHER_DESC= NONE Cipher support >+XMSS_DESC= XMSS key support (experimental) > > OPTIONS_SUB= yes > >@@ -194,6 +195,9 @@ > @${ECHO_CMD} '#define SSH_VERSION_FREEBSD_PORT "${VERSION_ADDENDUM_DEFAULT}"' >> \ > ${WRKSRC}/version.h > >+post-configure-XMSS-on: >+ @${ECHO_CMD} "#define WITH_XMSS 1" >> ${WRKSRC}/config.h >+ > post-install: > ${MV} ${STAGEDIR}${ETCDIR}/ssh_config \ > ${STAGEDIR}${ETCDIR}//ssh_config.sample
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
Actions:
View
|
Diff
Attachments on
bug 227758
: 192790