Added CIOCAUTHCRYPT ioctl() that allows encrypting TLS records.
commitd030fa0e9759156e2a1ba1870c63bb775fede69f
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Nov 2011 19:35:33 +0000 (23 20:35 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Nov 2011 19:35:33 +0000 (23 20:35 +0100)
tree4d8105ad9c28a61602028a8cbb6be92ac4f87341
parentcb371548ccf2f9546bf3f976f73a878cd1a34552
Added CIOCAUTHCRYPT ioctl() that allows encrypting TLS records.
.gitignore
Makefile
crypto/cryptodev.h
cryptodev_auth.c [new file with mode: 0644]
cryptodev_int.h
cryptodev_main.c
examples/Makefile
examples/cipher-aead.c [new file with mode: 0644]