]> git.ipfire.org Git - thirdparty/gnutls.git/commit
crypto-api: introduce internal version of AEAD API
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 25 Sep 2017 08:44:43 +0000 (10:44 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:34 +0000 (15:29 +0100)
commit2eef509ce5f2d250f8dcaeffa46444dd2b694e91
tree8912e441e876412e8e33c512fab063e4d2e7d534
parentc05f10164518e1dda8450baeedbcbca035105a14
crypto-api: introduce internal version of AEAD API

This allows to initialize the TLS 1.3 connection state without
additional allocations as required by the external API.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/Makefile.am
lib/cipher.c
lib/constate.c
lib/crypto-api.c
lib/crypto-api.h [new file with mode: 0644]
lib/gnutls_int.h