summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
authorDaniel <daniel@openssl.org>2022-02-28 20:57:06 +0000
committerPauli <pauli@openssl.org>2022-03-07 08:04:37 +1100
commitc43e27090d35d28555754f30b0f224edb371e54e (patch)
tree24a769ceb3173734625061169e5a82b43d0dc234 /demos/README.txt
parent6269e6923f137870ab9a678ae91f10daed517ec5 (diff)
Add demo for ARIA-256-CBC.
Fixes #14104 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17802) (cherry picked from commit 376972773469e59a19acb9ebdecd3ddc290e391b)
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 3632e11a84..bf89bb32dd 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -10,6 +10,7 @@ certs: Demonstration of creating certs, using OCSP
cipher:
aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
+ariacbc.c Demonstration of symmetric cipher CBC mode encrypt/decrypt
cms: