]> git.ipfire.org Git - thirdparty/gnutls.git/commit
Created separate HPKE module
authord-Dudas <david.dudas03@e-uvt.ro>
Tue, 31 Mar 2026 20:53:34 +0000 (23:53 +0300)
committerd-Dudas <david.dudas03@e-uvt.ro>
Sat, 18 Apr 2026 06:26:59 +0000 (09:26 +0300)
commitfdb084b795c86930ed7ccd0fdf52d48afbe72084
tree4dd8799fac17d228024beb48fb9e648f4dfe32e3
parentc080a196777f21b33f4718d41d09bc29d7b49463
Created separate HPKE module

Added lib/hpke/Makefile.am and moved
files from lib/hpke/helpers to lib/hpke.

Signed-off-by: David Dudas <david.dudas03@e-uvt.ro>
14 files changed:
actmp.cKBwB8Hgnt [new file with mode: 0755]
configure.ac
lib/Makefile.am
lib/hpke/Makefile.am [new file with mode: 0644]
lib/hpke/hpke-builders.c [moved from lib/hpke/helpers/hpke-builders.c with 100% similarity]
lib/hpke/hpke-builders.h [moved from lib/hpke/helpers/hpke-builders.h with 100% similarity]
lib/hpke/hpke-hkdf.c [moved from lib/hpke/helpers/hpke-hkdf.c with 100% similarity]
lib/hpke/hpke-hkdf.h [moved from lib/hpke/helpers/hpke-hkdf.h with 100% similarity]
lib/hpke/hpke-key-management.c [moved from lib/hpke/helpers/hpke-key-management.c with 100% similarity]
lib/hpke/hpke-key-management.h [moved from lib/hpke/helpers/hpke-key-management.h with 100% similarity]
lib/hpke/hpke-params.c [moved from lib/hpke/helpers/hpke-params.c with 100% similarity]
lib/hpke/hpke-params.h [moved from lib/hpke/helpers/hpke-params.h with 100% similarity]
lib/hpke/hpke.c
lib/hpke/libgnutls_hpke.la [new file with mode: 0644]