From 0c89b3ccba7c9b7332ab67ae1936aff51ca62367 Mon Sep 17 00:00:00 2001 From: NingSun Date: Thu, 8 Feb 2018 08:34:03 -0800 Subject: Initial sshsm project structure Issue-ID: AAF-94 Change-Id: I5e82fff418e7567b161acf9b98013a9b85ffc5b4 Signed-off-by: NingSun --- SoftHSMv2/aes_wrap_key_with_pad/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SoftHSMv2/aes_wrap_key_with_pad/README (limited to 'SoftHSMv2/aes_wrap_key_with_pad/README') diff --git a/SoftHSMv2/aes_wrap_key_with_pad/README b/SoftHSMv2/aes_wrap_key_with_pad/README new file mode 100644 index 0000000..883cbf4 --- /dev/null +++ b/SoftHSMv2/aes_wrap_key_with_pad/README @@ -0,0 +1,7 @@ +Here are the patches to add advanced AES key wrap *with pad*, aka RFC 5649, +to Botan (1.10, not 1.11 even it should be easy). +PS: standardized (and approved) under the KWP name in NIST SP 800-38F. + +OpenSSL added support for RFC 5649 in commit +d31fed73e25391cd71a0de488d88724db78f6f8a and it is waiting for nearest release. +Some distributions backported the interface, e.g. Fedora and RHEL. -- cgit 1.2.3-korg