ktls / af_ktls

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

updated rfc5288 patch #89

Closed djwatson closed 7 years ago

djwatson commented 8 years ago

This is an updated rfc5288 patchset. It also implements the non-intel software routines, so it will work on any hardware. Template to gcm.c code added as per request of linux crypto maintainer.

Padding in af_ktls is no longer necessary, the aesni driver will pad.

fridex commented 7 years ago

Thank you, padding is now nicely unified now :) Merging...