Ata E Husain Bohra
017709aec6
Introduce BlobCipher interface and cipher caching interface ( #6391 )
...
* Introduce BlobCipher interface and cipher caching interface
diff-3: Update the code to avoid deriving encryption key periodically.
Implement EncyrptBuf interface to limit memcpys.
Improve both unit test and simulation to better code coverage.
diff-2: Add specific error code for OpenSSL AES call failures
diff-1: Update encryption scheme to AES-256-CTR. Minor
updates to Header to capture more information.
Major changes proposed are:
1. Introduce encyrption header format.
2. Introduce a BlobCipher cipher key representation encoding
following information: baseCipher details, derived encryption cipher
details, creationTime and random salt.
3. Introduce interface to support block cipher encrytion and decrytion
operations. Encyrption populates encryption header allowing client to
persist them on-disk, this header is then read allowing decryption
on reads.
4. Introduce interface to allow in-memory caching of cipher keys. The
cache allowing mapping of "encryption domain" -> "base cipher id" ->
"derived cipher keys" (3D hash map). This cache interface will be used
by FDB processes participating in encryption to cache recently used
ciphers (performance optimization).
Testing:
1. Unit test to validate caching interface.
2. Update EncryptionOps simulation test to validate block cipher
operations.
2022-03-24 07:31:49 -07:00
..
2021-11-18 14:00:13 -08:00
2021-03-10 10:18:07 -08:00
2021-03-10 10:18:07 -08:00
2021-12-02 05:13:59 +00:00
2021-03-10 10:18:07 -08:00
2021-03-10 10:18:07 -08:00
2022-03-15 09:21:27 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2020-10-24 16:47:51 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-22 11:41:58 -05:00
2021-01-19 11:21:21 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-17 12:10:18 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-02-07 13:31:04 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-23 17:15:28 -07:00
2022-03-22 11:41:58 -05:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-17 08:33:53 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-01-31 14:25:38 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-16 11:25:02 -07:00
2021-03-10 10:18:07 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-24 07:31:49 -07:00
2022-03-24 07:31:49 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-02-07 13:31:04 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-18 09:12:59 -07:00
2022-03-21 13:36:23 -07:00
2022-03-23 12:54:30 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-22 11:41:58 -05:00
2022-03-22 11:41:58 -05:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-17 12:10:18 -07:00
2022-03-06 21:54:21 -08:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-16 11:25:02 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2022-03-21 13:36:23 -07:00
2021-03-10 10:18:07 -08:00
2021-03-10 10:18:07 -08:00