Go to file
Brian Smith 7d897a1bf2 Replace RC4 in examples with AES-128-GCM.
Avoiding superflous references to RC4 makes it easier to audit the code
to find unsafe uses of it. It also avoids subtly encouraging users to
choose RC4 instead of a better alternative.

Change-Id: Ia27d7f4cd465e143d30a28b36c7871f7c30411ea
Reviewed-on: https://boringssl-review.googlesource.com/3990
Reviewed-by: Adam Langley <agl@google.com>
2015-04-10 22:39:23 +00:00
crypto Replace RC4 in examples with AES-128-GCM. 2015-04-10 22:39:23 +00:00
decrepit Add decrepit, initially containing CAST and Blowfish. 2015-04-06 16:58:45 -07:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Replace RC4 in examples with AES-128-GCM. 2015-04-10 22:39:23 +00:00
ssl Switch cipher masks to uint32_t. 2015-04-10 22:16:05 +00:00
tool Define NOMINMAX across the entire project. 2015-04-02 18:38:56 +00:00
util Fix some parsing bugs in doc.go. 2015-04-10 22:27:10 +00:00
.clang-format Inital import. 2014-06-20 13:17:32 -07:00
.gitignore Add generated documentation to .gitignore 2015-01-26 18:37:55 +00:00
BUILDING Generate error data at build time. 2015-03-06 18:59:25 +00:00
CMakeLists.txt Prune away (almost) all of asn1_mac.h 2015-04-08 20:42:57 +00:00
codereview.settings Add a codereview.settings file. 2014-11-18 22:21:33 +00:00
STYLE Style guide tweaks. 2015-02-19 18:33:20 +00:00