summaryrefslogtreecommitdiffstats
path: root/demos/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'demos/README.txt')
-rw-r--r--demos/README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/README.txt b/demos/README.txt
index 27093aba30..383d0e5b80 100644
--- a/demos/README.txt
+++ b/demos/README.txt
@@ -3,11 +3,13 @@ OpenSSL Demonstration Applications
This folder contains source code that demonstrates the proper use of the OpenSSL
library API.
-bio: Demonstration of a simple TLS client and server.
+bio: Demonstration of a simple TLS client and server
certs: Demonstration of creating certs, using OCSP
-ciphers:
+cipher:
+aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
+aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
cms: