barbican/releasenotes/notes/renamed-generate-iv-option-29770cfcff8e3b83.yaml
Douglas Mendizábal e4d09f5848 Fix CKM_AES_GCM encryption
This patch fixes a parameter mismatch bug when using the CKM_AES_GCM
mechanism.  This bug also renames the 'generate_iv' option to
'aes_gcm_generate_iv' to reflect the fact that it only applies to
the CKM_AES_GCM mechanism since IVs will always be generated when
using CKM_AES_CBC.

Change-Id: Iaa94b5cf2b2f77aaed72ec6b8b11e5ccf1fc3cca
2018-08-28 12:28:55 -05:00

7 lines
195 B
YAML

---
deprecations:
- |
Deprecated the `generate_iv` option name. It has been renamed to
`aes_gcm_generate_iv` to reflect the fact that it only applies to the
CKM_AES_GCM mechanism.