boringssl/crypto/fipsmodule/cipher
Adam Langley 0ab86cf6f9 Require only that the nonce be strictly monotonic in TLS's AES-GCM
Previously we required that the calls to TLS's AES-GCM use an
incrementing nonce. This change relaxes that requirement so that nonces
need only be strictly monotonic (i.e. values can now be skipped). This
still meets the uniqueness requirements of a nonce.

Change-Id: Ib649a58bb93bf4dc0e081de8a5971daefffe9c70
Reviewed-on: https://boringssl-review.googlesource.com/25384
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-01-26 20:09:44 +00:00
..
aead.c Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00
cipher.c Add more compatibility symbols for Node. 2017-11-03 01:31:50 +00:00
e_aes.c Require only that the nonce be strictly monotonic in TLS's AES-GCM 2018-01-26 20:09:44 +00:00
e_des.c Move cipher/ into crypto/fipsmodule/ 2017-05-05 22:39:40 +00:00
internal.h Run the comment converter on libcrypto. 2017-08-18 21:49:04 +00:00