commit | c0125ef8f3cee41f49a2d938f5c087fc22c57ce4 | [log] [tgz] |
---|---|---|
author | David Benjamin <davidben@chromium.org> | Wed Sep 09 09:11:07 2015 -0400 |
committer | Adam Langley <agl@google.com> | Wed Sep 09 17:56:59 2015 +0000 |
tree | 3afd7259bb79d6f296855406997df0161326f121 | |
parent | a0a8dc208f6169981ea7bd6785a7fc99c25c4263 [diff] |
Fix SSL_CIPHER_is_AESGCM. It was checking algorithm_mac rather than algorithm_enc. (Coincidentally, it gave the right answer if you compiled out the ChaCha20 ciphers since SSL_AES128GCM and SSL_AEAD shared a value.) Change-Id: I17047425ef7fabb98969144965d8db9528ef8497 Reviewed-on: https://boringssl-review.googlesource.com/5850 Reviewed-by: Adam Langley <agl@google.com>