2021-02-11 06:49:19 +08:00
|
|
|
OpenSSL Demonstration Applications
|
1999-04-24 08:53:29 +08:00
|
|
|
|
2021-02-11 06:49:19 +08:00
|
|
|
This folder contains source code that demonstrates the proper use of the OpenSSL
|
|
|
|
library API.
|
1999-04-24 08:53:29 +08:00
|
|
|
|
2021-04-29 09:08:10 +08:00
|
|
|
bio: Demonstration of a simple TLS client and server
|
1998-12-21 18:52:47 +08:00
|
|
|
|
2021-05-23 14:48:45 +08:00
|
|
|
certs: Demonstration of creating certs, using OCSP
|
2021-02-11 06:49:19 +08:00
|
|
|
|
2021-04-29 09:08:10 +08:00
|
|
|
cipher:
|
|
|
|
aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
|
|
|
|
aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
|
2021-02-11 06:49:19 +08:00
|
|
|
|
|
|
|
cms:
|
|
|
|
|
|
|
|
digest:
|
2021-05-23 14:48:45 +08:00
|
|
|
EVP_MD_demo.c Compute a digest from multiple buffers
|
|
|
|
EVP_MD_stdin.c Compute a digest with data read from stdin
|
|
|
|
EVP_f_md.c Compute a digest using BIO and EVP_f_md
|
|
|
|
|
|
|
|
pkey:
|
|
|
|
EVP_PKEY_EC_keygen.c Generate an EC key.
|
2021-02-11 06:49:19 +08:00
|
|
|
|
|
|
|
smime:
|
|
|
|
|
2021-05-23 14:48:45 +08:00
|
|
|
pkcs12:
|
|
|
|
pkread.c Print out a description of a PKCS12 file.
|
|
|
|
pkwrite.c Add a password to an existing PKCS12 file.
|
2021-05-24 14:33:55 +08:00
|
|
|
|
|
|
|
signature:
|
|
|
|
EVP_Signature_demo.c Compute and verify a signature from multiple buffers
|