Go to file
David Benjamin b34f510b3b Don't delay-initialize legacy AEADs.
Instead, add a separate init_with_direction hook. Normal AEADs ignore the
direction, while legacy AEADs must be initialized with it. This avoids
maintaining extra state to support the delayed initialization.

Change-Id: I25271f0e56ee2783a2fd4d4026434154d58dc0a8
Reviewed-on: https://boringssl-review.googlesource.com/3731
Reviewed-by: Adam Langley <agl@google.com>
2015-03-05 21:25:05 +00:00
crypto Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
doc Inital import. 2014-06-20 13:17:32 -07:00
include/openssl Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
ssl Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
tool Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
util Drop in prebuilt versions of Windows files. 2015-03-02 23:03:38 +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 Find perl using the CMake's standard FindPerl module. 2015-02-23 19:59:48 +00:00
CMakeLists.txt Bump the -Wshadow cutoff to 4.8 rather than 4.6. 2015-02-28 15:15:01 +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