summaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
Commit message (Expand)AuthorAgeFilesLines
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2018-12-051-1/+1
* tls: Add function to update the TLS socket configurationIlya Lesokhin2018-12-051-0/+2
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-291-6/+8
* net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson2018-05-191-0/+1
* net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-311-1/+1
* uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin2017-11-301-0/+4
* tls: kernel TLS supportDave Watson2017-06-151-0/+237