summaryrefslogtreecommitdiffstats
path: root/demos/evp
AgeCommit message (Collapse)Author
2015-02-02Dead code cleanup: crypto/*.c, x509v3, demosRich Salz
Some of the #if 0 code in demo's was kept, but given helpful #ifdef names, to show more sample code. Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2013-03-05typoDr. Stephen Henson
2013-03-05Initial CCM code.Dr. Stephen Henson
Simple example of CCM code use: translated from the FIPS self tests.
2012-10-16add simple AES GCM code exampleDr. Stephen Henson