]> git.ipfire.org Git - thirdparty/gnutls.git/commit
ephemeral-api: add a mechanism to define ephemeral API
authorDaiki Ueno <dueno@redhat.com>
Fri, 28 Feb 2020 14:25:45 +0000 (15:25 +0100)
committerDaiki Ueno <dueno@redhat.com>
Sun, 15 Mar 2020 10:17:45 +0000 (11:17 +0100)
commit9eed0aa32212e26c22e5cefdf2d3ecc4f6ac8992
treefd822ab82c6b56258542b5cf46e68651b995cc57
parent41404c6e91c06c1c1f3c65c2addf0c43b6eb3174
ephemeral-api: add a mechanism to define ephemeral API

This enables to implement ephemeral API functions without affecting
the library ABI.  This is particularly useful when you implement
unfinalized protocols.

Signed-off-by: Daiki Ueno <dueno@redhat.com>
.gitignore
lib/Makefile.am
lib/ephemeral-api.c [new file with mode: 0644]
lib/ephemeral_functions.gperf [new file with mode: 0644]
lib/includes/Makefile.am
lib/includes/gnutls/ephemeral.h [new file with mode: 0644]
lib/includes/gnutls/gnutls.h.in
lib/libgnutls.map
lib/prf.c
tests/tls13/prf.c