boringssl/util
Adam Langley df447ba3a9 Add generic AES-GCM-SIV support.
AES-GCM-SIV is an AEAD with nonce-misuse resistance. It can reuse
hardware support for AES-GCM and thus encrypt at ~66% the speed, and
decrypt at 100% the speed, of AES-GCM.

See https://tools.ietf.org/html/draft-irtf-cfrg-gcmsiv-02

This implementation is generic, not optimised, and reuses existing AES
and GHASH support as much as possible. It is guarded by !OPENSSL_SMALL,
at least for now.

Change-Id: Ia9f77b256ef5dfb8588bb9ecfe6ee0e827626f57
Reviewed-on: https://boringssl-review.googlesource.com/12541
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-12-07 00:13:50 +00:00
..
bot Don't extract archives if unchanged. 2016-12-02 18:36:32 +00:00
32-bit-toolchain.cmake
all_tests.go Improve -valgrind error-handling. 2016-09-21 17:25:32 +00:00
all_tests.json Add generic AES-GCM-SIV support. 2016-12-07 00:13:50 +00:00
BUILD.toplevel Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
diff_asm.go Add a tool to diff assembly files against OpenSSL. 2016-06-27 21:48:50 +00:00
doc.config Add CRYPTO_BUFFER and CRYPTO_BUFFER_POOL. 2016-10-27 22:55:55 +00:00
doc.css Link back to the main page in documentation. 2016-05-20 15:36:00 +00:00
doc.go Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
generate_build_files.py Define BORINGSSL_SHARED_LIBRARY when building tests with Bazel. 2016-11-17 20:49:27 +00:00
generate-asm-lcov.py Fixing assembly coverage 2016-03-23 18:23:42 +00:00
generate-coverage.sh Build debug symbols for assembly. 2016-09-12 19:53:52 +00:00
make_errors.go Fix mixed comment markers. 2016-08-01 14:52:39 +00:00
run_android_tests.go Fix Android bots. 2016-11-15 01:45:19 +00:00