ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
159 stars 25 forks source link

Removed openconnect VPN protocol special handling #48

Closed nmav closed 8 years ago

nmav commented 8 years ago

That special case should be handled using a more generic method that can accomodate more protocols defined by userspace.

nmav commented 8 years ago

I have not tested operation after removal.

fridex commented 8 years ago

Thank you, I was going to open a pull request with the same changes now (but I removed postprocess function as well), but you were faster :-)

Looks good to me, I will test it.

Thank you!

fridex commented 8 years ago

Thank you, I will also remove opts from tls_sock, since it is unused now.