boringssl/crypto/dsa
David Benjamin 95e18c52f2 Fix DER checks for DSA_check_signature and add tests.
DSA_verify and DSA_check_signature didn't share a codepath, so the fix was only
applied to the former. Implement verify in terms of check_signature and add
tests for bad DER variants.

Change-Id: I6577f96b13b57fc89a5308bd8a7c2318defa7ee1
Reviewed-on: https://boringssl-review.googlesource.com/2820
Reviewed-by: Adam Langley <agl@google.com>
2015-01-12 22:29:10 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
dsa_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
dsa_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
dsa_impl.c Tidy up DSA paramgen stylistically. 2014-12-16 19:16:31 +00:00
dsa_test.c Fix DER checks for DSA_check_signature and add tests. 2015-01-12 22:29:10 +00:00
dsa.c Fix DER checks for DSA_check_signature and add tests. 2015-01-12 22:29:10 +00:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00