As a result of internal review of the current WT_KEY_PROVIDER interface, the following changes required:
- Remove flexible member array from WT_CRYPT_KEYS struct
- Use existing WT_ITEM as a holder for the keys
- Memory ownership is on the WT side; the key provider extension does not need to allocate/free keys memory
- related to
-
WT-16052 Implement WT_KEY_PROVIDER extension interface
-
- Closed
-