Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-15 | tls: support specifying accepted TLS ciphers | Jo-Philipp Wich | |
Introduce a new `-P` option which allows specifying a colon separated list of accepted TLS ciphers. Depending on the underlying ustream-ssl provider, the list either follows OpenSSL's cipher string format or, in case of mbedTLS, is a simple colon separated cipher whitelist. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2013-01-13 | relicense to ISC | Felix Fietkau | |
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | |||
2013-01-04 | add basic tls support, todo: error handling | Felix Fietkau | |