README.txt 847 B

12345678910111213141516171819202122232425262728
  1. OpenSSL Demonstration Applications
  2. This folder contains source code that demonstrates the proper use of the OpenSSL
  3. library API.
  4. bio: Demonstration of a simple TLS client and server
  5. certs: Demonstration of creating certs, using OCSP
  6. cipher:
  7. aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
  8. aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
  9. cms:
  10. digest:
  11. EVP_MD_demo.c Compute a digest from multiple buffers
  12. EVP_MD_stdin.c Compute a digest with data read from stdin
  13. EVP_f_md.c Compute a digest using BIO and EVP_f_md
  14. pkey:
  15. EVP_PKEY_EC_keygen.c Generate an EC key.
  16. smime:
  17. pkcs12:
  18. pkread.c Print out a description of a PKCS12 file.
  19. pkwrite.c Add a password to an existing PKCS12 file.