]> git.ipfire.org Git - thirdparty/openssl.git/blame - demos/README.txt
Add EVP demos for RSA-PSS signing and verification
[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
37697277 13ariacbc.c Demonstration of symmetric cipher CBC mode encrypt/decrypt
29ce1066
PN
14
15cms:
16
17digest:
8cf78d63
SL
18EVP_MD_demo.c Compute a digest from multiple buffers
19EVP_MD_stdin.c Compute a digest with data read from stdin
4c8cdcd1 20EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
8cf78d63
SL
21EVP_f_md.c Compute a digest using BIO and EVP_f_md
22
35530b11
SL
23encrypt:
24rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
25
a2058604
M
26kdf:
27hkdf.c Demonstration of HMAC based key derivation
b8ffcd87
P
28pbkdf2.c Demonstration of PBKDF2 password based key derivation
29scrypt.c Demonstration of SCRYPT password based key derivation
a2058604 30
58bd45d8
P
31mac:
32gmac.c Demonstration of GMAC message authentication
3dafeace 33poly1305.c Demonstration of Poly1305-AES message authentication
58bd45d8 34
8cf78d63
SL
35pkey:
36EVP_PKEY_EC_keygen.c Generate an EC key.
29ce1066
PN
37
38smime:
39
8cf78d63
SL
40pkcs12:
41pkread.c Print out a description of a PKCS12 file.
42pkwrite.c Add a password to an existing PKCS12 file.
691c9cd1 43
44signature:
45EVP_Signature_demo.c Compute and verify a signature from multiple buffers
e9492d1c
HL
46rsa_pss_direct.c Compute and verify an RSA-PSS signature from a hash
47rsa_pss_hash.c Compute and verify an RSA-PSS signature over a buffer