The following patch enables ECDSA support in OpenSSL in order to allow OpenSSH to also make use of it as it is now the primary (preferred) mode of authentication for OpenSSH
Signed-off-by: Oliver Smith <[email protected]>
Index: package/openssl/Makefile =================================================================== --- package/openssl/Makefile (revision 31857) +++ package/openssl/Makefile (working copy) @@ -74,7 +74,7 @@ OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 -OPENSSL_OPTIONS:= shared no-ec no-err no-hw no-threads zlib-dynamic no-sse2 +OPENSSL_OPTIONS:= shared no-err no-hw no-threads zlib-dynamic no-sse2 ifdef CONFIG_OPENSSL_ENGINE OPENSSL_OPTIONS += -DHAVE_CRYPTODEV
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
