summaryrefslogtreecommitdiff
path: root/tls.c
AgeCommit message (Collapse)Author
2020-02-15tls: support specifying accepted TLS ciphersJo-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-04-15tls: fix container_of use for casting the ssl ustream to client stateFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-04add basic tls support, todo: error handlingFelix Fietkau