Tomas Mraz ed576acdf5 Rename all getters to use get/get0 in name 3 years ago
..
bio b000a2f95b demos: Add clean target for bio/Makefile 3 years ago
certs 036cbb6bbf Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 4 years ago
cipher 3068a183ae Fixes #14103 & #14102. Update AES demos with error handling and EVP fetch 3 years ago
cms 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
digest ed576acdf5 Rename all getters to use get/get0 in name 3 years ago
pkcs12 33388b44b6 Update copyright year 4 years ago
pkey 8cf78d634b Add demo for EC keygen 3 years ago
smime 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
README.txt 3068a183ae Fixes #14103 & #14102. Update AES demos with error handling and EVP fetch 3 years ago

README.txt

OpenSSL Demonstration Applications

This folder contains source code that demonstrates the proper use of the OpenSSL
library API.

bio: Demonstration of a simple TLS client and server

certs: Demonstration of creating certs, using OCSP

cipher:
aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt

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

pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.

smime:

pkcs12:
pkread.c Print out a description of a PKCS12 file.
pkwrite.c Add a password to an existing PKCS12 file.