Go to file
David Benjamin 7cc29ab833 Take advantage of normalized return values.
Now that much of EVP has been normalized to 0/1, a lot of code can just use
boolean operators. (As can some code which was already using them...)

Change-Id: I6bb17edfd6f67050bf1706d59d8f37df57535faa
Reviewed-on: https://boringssl-review.googlesource.com/3875
Reviewed-by: Adam Langley <agl@google.com>
2015-03-13 19:40:42 +00:00
crypto Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Normalize all EVP_PKEY_CTX_ctrl return values. 2015-03-13 19:39:42 +00:00
ssl Minor formatting tweaks. 2015-03-13 19:17:23 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Generate error data at build time. 2015-03-06 18:59:25 +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 Generate error data at build time. 2015-03-06 18:59:25 +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