commit | c82a00d8187133231707d5417a0d61db8dfd8b69 | [log] [tgz] |
---|---|---|
author | Brian Smith <brian@briansmith.org> | Wed Mar 11 23:25:20 2015 +0800 |
committer | Adam Langley <agl@google.com> | Mon Apr 13 20:55:48 2015 +0000 |
tree | b405d5cfb1eaa417189dff4944794314558e4078 | |
parent | 8983a1da7b09d518b8a0b2dab6a859856c216b6f [diff] |
Replace MD5 in examples with SHA-256. Avoiding superflous references to MD5 makes it easier to audit the code to find unsafe uses of it. It also avoids subtly encouraging users to choose MD5 instead of a better alternative. Change-Id: Ic78eb5dfbf44aac39e4e4eb29050e3337c4445cc Reviewed-on: https://boringssl-review.googlesource.com/3926 Reviewed-by: Adam Langley <agl@google.com>