Update the demos/README file because it is really old. New demos should provide best...
authorPaul Nelson <nelson@openssl.org>
Wed, 10 Feb 2021 22:49:19 +0000 (16:49 -0600)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 6 Mar 2021 09:13:16 +0000 (10:13 +0100)
commit29ce1066bc54838ecb835244b03d763b55d7fadb
tree621cc91637820aeac8db7106341fab0c88a83ff7
parenta7a041c2301fcb7fc2080ddd22a6076060bbaa69
Update the demos/README file because it is really old. New demos should provide best practice for API use.
Add demonstration for computing a SHA3-512 digest - digest/EVP_MD_demo

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/14150)
demos/README.txt
demos/digest/BIO_f_md.c [new file with mode: 0755]
demos/digest/EVP_MD_demo.c [new file with mode: 0644]
demos/digest/EVP_MD_stdin.c [new file with mode: 0755]
demos/digest/Makefile [new file with mode: 0644]