Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add test to ensure sequence numbers are allowed to increase by more t…
…han one (#1667) ### Issues: P131226031 ### Description of changes: EVP_aead_aes_128_gcm_tls13() and EVP_aead_aes_256_gcm_tls13() are currently required to encrypt with a monotonically-increasing sequence number. This sequence number however is allowed to increase by more than 1 per encrypt call. This PR adds a test to codify this behavior. ### Call-outs: ### Testing: Adds test. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information