summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-20 07:04:49 +0200
committerPauli <pauli@openssl.org>2021-07-30 01:10:21 +0200
commit58bd45d86fcf7afc95a542de0a9b1d07eda1c7e6 (patch)
treeb780f6089b91d793299f969da4281421aeaae293 /demos/README.txt
parentFix dtls timeout dead code (diff)
downloadopenssl-58bd45d86fcf7afc95a542de0a9b1d07eda1c7e6.tar.xz
openssl-58bd45d86fcf7afc95a542de0a9b1d07eda1c7e6.zip
demo: add GMAC demonstration program
Test vector from NIST's GCM mode suite. Fixes #14123 Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16113)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 8adfdb774d..291094bf9d 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -23,6 +23,9 @@ hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation
scrypt.c Demonstration of SCRYPT password based key derivation
+mac:
+gmac.c Demonstration of GMAC message authentication
+
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.