boringssl/crypto/evp
David Benjamin 7bf334a9ff Perform bounds checks in hmac_signctx.
Match the other EVP_DigestSignFinal implementations. Fix the instances in
ssl/t1_enc.c which were not following the EVP_DigestSignFinal contract; on
entry, *out_len should contain the size of the buffer.

Change-Id: Icd44d97a4c98704dea975798c0101d5a37274d17
Reviewed-on: https://boringssl-review.googlesource.com/1130
Reviewed-by: Adam Langley <agl@google.com>
2014-07-10 20:59:10 +00:00
..
asn1.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
digestsign.c Inital import. 2014-06-20 13:17:32 -07:00
evp_ctx.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
evp_error.c Perform bounds checks in hmac_signctx. 2014-07-10 20:59:10 +00:00
evp.c Typo in EVP_PKEY_asn1_find_str. 2014-07-02 21:06:57 +00:00
evp.h Perform bounds checks in hmac_signctx. 2014-07-10 20:59:10 +00:00
example_sign.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
internal.h Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
p_ec_asn1.c Fix EC crash. 2014-06-20 13:17:34 -07:00
p_ec.c Inital import. 2014-06-20 13:17:32 -07:00
p_hmac_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
p_hmac.c Perform bounds checks in hmac_signctx. 2014-07-10 20:59:10 +00:00
p_rsa_asn1.c remove duplicate 0x for default RSASSA-PSS salt len 2014-06-20 13:17:40 -07:00
p_rsa.c Fix EVP_PKEY_FLAG_AUTOARGLEN behavior. 2014-07-10 02:10:47 +00:00
pbkdf.c Inital import. 2014-06-20 13:17:32 -07:00
sign.c Inital import. 2014-06-20 13:17:32 -07:00