]> git.ipfire.org Git - thirdparty/openssl.git/blame - demos/README.txt
Use rd instead rmdir
[thirdparty/openssl.git] / demos / README.txt
CommitLineData
29ce1066 1OpenSSL Demonstration Applications
7ebf7674 2
29ce1066
PN
3This folder contains source code that demonstrates the proper use of the OpenSSL
4library API.
7ebf7674 5
3068a183 6bio: Demonstration of a simple TLS client and server
d02b48c6 7
8cf78d63 8certs: Demonstration of creating certs, using OCSP
29ce1066 9
3068a183
JS
10cipher:
11aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
12aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
29ce1066
PN
13
14cms:
15
16digest:
8cf78d63
SL
17EVP_MD_demo.c Compute a digest from multiple buffers
18EVP_MD_stdin.c Compute a digest with data read from stdin
19EVP_f_md.c Compute a digest using BIO and EVP_f_md
20
21pkey:
22EVP_PKEY_EC_keygen.c Generate an EC key.
29ce1066
PN
23
24smime:
25
8cf78d63
SL
26pkcs12:
27pkread.c Print out a description of a PKCS12 file.
28pkwrite.c Add a password to an existing PKCS12 file.
691c9cd1 29
30signature:
31EVP_Signature_demo.c Compute and verify a signature from multiple buffers