summaryrefslogtreecommitdiff
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:02:54 +1100
commit376972773469e59a19acb9ebdecd3ddc290e391b (patch)
treef2a973b66b9ee76e36df1e99af12b7e6f0f4ecd1 /demos/README.txt
parent4c8cdcd1cf74747a80b4f7dd323cd83ea6c985d8 (diff)
downloadopenssl-new-376972773469e59a19acb9ebdecd3ddc290e391b.tar.gz
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)
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 799d961e9e..cec0daeb6a 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: