diff options
author | NingSun <ning.sun@intel.com> | 2018-02-08 08:34:03 -0800 |
---|---|---|
committer | NingSun <ning.sun@intel.com> | 2018-02-08 09:14:52 -0800 |
commit | 0c89b3ccba7c9b7332ab67ae1936aff51ca62367 (patch) | |
tree | 70c1b1d160d4c6d0a83395ca9a87c1264d0d3439 /SoftHSMv2/aes_wrap_key_with_pad/README | |
parent | 945613b4db4e07f75d2bc7463db580ddfaa700fd (diff) |
Initial sshsm project structure
Issue-ID: AAF-94
Change-Id: I5e82fff418e7567b161acf9b98013a9b85ffc5b4
Signed-off-by: NingSun <ning.sun@intel.com>
Diffstat (limited to 'SoftHSMv2/aes_wrap_key_with_pad/README')
-rw-r--r-- | SoftHSMv2/aes_wrap_key_with_pad/README | 7 |
1 files changed, 7 insertions, 0 deletions
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. |