Re: [OpenWrt-Devel] [PATCH 4/6] openssl: add option to disable PSK support

2016-06-09 Thread Karl Palsson
Dirk Feytons wrote: > On 9 June 2016 at 13:55, Karl Palsson > wrote: > > > > This is turning off PSK by default right? I actually use that > > option, and it's a relatively common use with mosquitto, which > > supports PSK for client auth. Could you leave it on by default > > please? PSK, and SR

Re: [OpenWrt-Devel] [PATCH 4/6] openssl: add option to disable PSK support

2016-06-09 Thread Dirk Feytons
On 9 June 2016 at 13:55, Karl Palsson wrote: > > This is turning off PSK by default right? I actually use that > option, and it's a relatively common use with mosquitto, which > supports PSK for client auth. Could you leave it on by default > please? PSK, and SRP are badly treated by people who wa

Re: [OpenWrt-Devel] [PATCH 4/6] openssl: add option to disable PSK support

2016-06-09 Thread Karl Palsson
This is turning off PSK by default right? I actually use that option, and it's a relatively common use with mosquitto, which supports PSK for client auth. Could you leave it on by default please? PSK, and SRP are badly treated by people who wants certs everywhere, but they're perfectly reasonable,

[OpenWrt-Devel] [PATCH 4/6] openssl: add option to disable PSK support

2016-06-09 Thread Dirk Feytons
Signed-off-by: Dirk Feytons --- package/libs/openssl/Config.in |5 + package/libs/openssl/Makefile |7 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package/libs/openssl/Config.in b/package/libs/openssl/Config.in index 492b042..47b9fb5 100644 --- a/package/li