]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
First pass at proper TPM2 support for GnuTLS using tss2-esys
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 3 Oct 2018 20:19:44 +0000 (21:19 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 8 Oct 2018 19:18:20 +0000 (20:18 +0100)
commitb7b29a5a43c26b8fc1f38fad9b3393f7689f2add
treeda534211e80ca0236940f3f0308340674004a7a8
parente1f2bb72e6adc935ca897e7fe91ee9e3ccb8761f
First pass at proper TPM2 support for GnuTLS using tss2-esys

Various caveats, including the complete lack of authentication, lack
of EC and policy support, hard-coded use of PKCS#1 padding, etc.

But hey, it works for my test case.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Makefile.am
configure.ac
gnutls.h
gnutls_tpm2.c
gnutls_tpm2_esys.c [new file with mode: 0644]