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-02-11 06:49:19 +08:00
|
|
|
bio: Demonstration of a simple TLS client and server.
|
1998-12-21 18:52:47 +08:00
|
|
|
|
2021-02-11 06:49:19 +08:00
|
|
|
certs: Demonstration of creating certs, using OCSP
|
|
|
|
|
|
|
|
ciphers:
|
|
|
|
|
|
|
|
cms:
|
|
|
|
|
|
|
|
digest:
|
|
|
|
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
|
|
|
|
|
|
|
|
smime:
|
|
|
|
|
|
|
|
pkcs12:
|
|
|
|
pkread.c Print out a description of a PKCS12 file.
|
|
|
|
pkwrite.c Add a password to an existing PKCS12 file.
|