]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add an EVP demo for AES key wrap
authorDaniel Fiala <daniel@openssl.org>
Tue, 6 Sep 2022 05:51:59 +0000 (07:51 +0200)
committerPauli <pauli@openssl.org>
Sun, 18 Sep 2022 22:40:27 +0000 (08:40 +1000)
commitbebc6c899943cc3f519501aee221c9d0eb10fcfd
tree4f4b812280f998c4090a7531de2684e695a2e11e
parent8b3ccf1cd590c3f9f63d4665106fa4defbffa51f
Add an EVP demo for AES key wrap

Fixes openssl#14119

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19141)
demos/cipher/Makefile
demos/cipher/aeskeywrap.c [new file with mode: 0644]