1 | OpenSSL Demonstration Applications
|
---|
2 |
|
---|
3 | This folder contains source code that demonstrates the proper use of the OpenSSL
|
---|
4 | library API.
|
---|
5 |
|
---|
6 | bio: Demonstration of a simple TLS client and server
|
---|
7 |
|
---|
8 | certs: Demonstration of creating certs, using OCSP
|
---|
9 |
|
---|
10 | cipher:
|
---|
11 | aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
|
---|
12 | aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
|
---|
13 |
|
---|
14 | cms:
|
---|
15 |
|
---|
16 | digest:
|
---|
17 | EVP_MD_demo.c Compute a digest from multiple buffers
|
---|
18 | EVP_MD_stdin.c Compute a digest with data read from stdin
|
---|
19 | EVP_f_md.c Compute a digest using BIO and EVP_f_md
|
---|
20 |
|
---|
21 | kdf:
|
---|
22 | hkdf.c Demonstration of HMAC based key derivation
|
---|
23 | pbkdf2.c Demonstration of PBKDF2 password based key derivation
|
---|
24 | scrypt.c Demonstration of SCRYPT password based key derivation
|
---|
25 |
|
---|
26 | mac:
|
---|
27 | gmac.c Demonstration of GMAC message authentication
|
---|
28 |
|
---|
29 | pkey:
|
---|
30 | EVP_PKEY_EC_keygen.c Generate an EC key.
|
---|
31 |
|
---|
32 | smime:
|
---|
33 |
|
---|
34 | pkcs12:
|
---|
35 | pkread.c Print out a description of a PKCS12 file.
|
---|
36 | pkwrite.c Add a password to an existing PKCS12 file.
|
---|
37 |
|
---|
38 | signature:
|
---|
39 | EVP_Signature_demo.c Compute and verify a signature from multiple buffers
|
---|