boringssl/crypto/evp
Adam Langley 765b66cf04 Add DSA support to EVP.
Sadly, it turns out that we have need of this, at least for now. The
code is taken from upstream and changed only as much as needed.

This only imports keys and doesn't know how to actually perform
operations on them for now.

Change-Id: I0db70fb938186cb7a91d03f068b386c59ed90b84
2015-04-06 16:58:45 -07:00
..
algorithm.c Don't mix and match libraries and errors. 2014-10-13 22:56:28 +00:00
asn1.c Allow PKCS#8 in d2i_AutoPrivateKey. 2014-11-05 00:42:58 +00:00
CMakeLists.txt Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
digestsign.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
evp_ctx.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
evp_test.cc Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
evp.c Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
internal.h Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_dsa_asn1.c Add DSA support to EVP. 2015-04-06 16:58:45 -07:00
p_ec_asn1.c Use EC_KEY_new_by_curve_name. 2015-03-13 19:49:39 +00:00
p_ec.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_hmac_asn1.c Add EVP_PKEY_supports_digest. 2014-11-18 22:18:36 +00:00
p_hmac.c Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
p_rsa_asn1.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
p_rsa.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
pbkdf_test.cc Convert pbkdf_test to C++11. 2015-03-31 23:12:11 +00:00
pbkdf.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
sign.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00