yuechen-chen 691c9cd16b Add an EVP demo for signatures using EC há 3 anos atrás
..
bio b000a2f95b demos: Add clean target for bio/Makefile há 3 anos atrás
certs 036cbb6bbf Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt há 4 anos atrás
cipher 3068a183ae Fixes #14103 & #14102. Update AES demos with error handling and EVP fetch há 3 anos atrás
cms 5e73e6baac Following the license change, modify the boilerplates in demos/ há 6 anos atrás
digest ed576acdf5 Rename all getters to use get/get0 in name há 3 anos atrás
pkcs12 33388b44b6 Update copyright year há 4 anos atrás
pkey 8cf78d634b Add demo for EC keygen há 3 anos atrás
signature 691c9cd16b Add an EVP demo for signatures using EC há 3 anos atrás
smime 5e73e6baac Following the license change, modify the boilerplates in demos/ há 6 anos atrás
README.txt 691c9cd16b Add an EVP demo for signatures using EC há 3 anos atrás

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.

signature:
EVP_Signature_demo.c Compute and verify a signature from multiple buffers