commit | bbd8444d92dd7c4d19828177300579bcdc9f52f7 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Mon Dec 22 07:23:54 2014 -0500 |
committer | Adam Langley <agl@google.com> | Wed Jan 14 20:33:41 2015 +0000 |
tree | 7bd10e1ce4469ad22bbec7b3e56321727f168c24 | |
parent | ea72bd0b6033bc35d6a06da86e909a578d3d5daa [diff] |
Drop SSLv3 parts of crypto/cipher/tls_cbc.c. CBC modes in SSLv3 are bust already with POODLE and we're moving away from it. Align all the names from 'ssl3' and 'tls1' to 'tls', to match the names of the TLS-only AEADs. Change-Id: If742296a8e2633ef42a484e4d873b4a83558b6aa Reviewed-on: https://boringssl-review.googlesource.com/2693 Reviewed-by: Adam Langley <agl@google.com>