Go to file
David Benjamin bbd8444d92 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>
2015-01-14 20:33:41 +00:00
crypto Drop SSLv3 parts of crypto/cipher/tls_cbc.c. 2015-01-14 20:33:41 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
ssl Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
tool Add the ability to run a server from the command line tool. 2014-12-11 10:47:21 -08:00
util Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Inital import. 2014-06-20 13:17:32 -07:00
BUILDING Build with yasm on Win64 as well. 2014-10-31 22:02:45 +00:00
CMakeLists.txt Remove -std=c89 from compiler command line. 2015-01-12 23:45:34 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00