-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test EVP_CTRL_AEAD_SET_IV_FIXED and friends
The AES-GCM EVP_CIPHER has a bunch of machinery for internally managing a fixed/counter IV split. OpenSSH uses these APIs, so test it. (OpenSSH barely uses this. It only ever passes -1 as a length to EVP_CTRL_AEAD_SET_IV_FIXED, and then uses EVP_CTRL_GCM_IV_GEN to internally increment a counter. But may as well just test the whole thing, at least until we decide to remove it.) Change-Id: I688616c586208d27a431836c81d3412799d830bd Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/63825 Commit-Queue: Bob Beck <[email protected]> Auto-Submit: David Benjamin <[email protected]> Reviewed-by: Bob Beck <[email protected]> (cherry picked from commit 361647e91289853a17ec1b77459c8e891ad06002)
- Loading branch information
Showing
1 changed file
with
325 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters