boringssl/decrepit
David Benjamin 387b07b78d Rename 'md' output parameter to 'out' and add bounds.
We usually name output parameters 'out'. (Someone made a C++ templating
change in Chromium which messed up const-ness, saw the compile error,
and thought it was in MD5_Final.) Also tag the parameters with the
sizes.

Sadly, there's a bit of goofiness around SHA224_Final/SHA256_Final and
SHA384_Final/SHA512_Final, but they're just documentation anyway.
(Though it does touch on the mess that is sha->md_len which would be
nice to clear through somehow.)

Change-Id: I1918b7eecfe13f13b217d01d4414ac2358802354
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/35484
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2019-04-08 18:19:01 +00:00
..
bio Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
blowfish Set NIDs for Blowfish and CAST. 2019-01-03 22:41:25 +00:00
cast Set NIDs for Blowfish and CAST. 2019-01-03 22:41:25 +00:00
cfb Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
des Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
dh Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
dsa Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
evp sync EVP_get_cipherbyname with EVP_do_all_sorted 2019-02-11 17:20:23 +00:00
obj Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
rc4 Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
ripemd Rename 'md' output parameter to 'out' and add bounds. 2019-04-08 18:19:01 +00:00
rsa Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
ssl Flatten the decrepit target. 2018-09-05 23:39:08 +00:00
x509 Undo recent changes to |X509V3_EXT_conf_nid|. 2018-10-17 21:05:45 +00:00
xts Remove non-STRICT_ALIGNMENT code from xts.c. 2019-02-14 17:32:11 +00:00
CMakeLists.txt Add a CFI tester to CHECK_ABI. 2019-01-03 22:01:55 +00:00
macros.h Move OPENSSL_FALLTHROUGH to internal headers. 2018-01-29 18:17:57 +00:00