ClickHouse/tests/queries
PHO 6425dd001a
Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896)
* Add a codec Encrypted() for encrypting columns on disk

While this is implemented as a compression codec, it does not actually compress data. It instead encrypts data on disk. The key is obtained by executing a user-specified command at the server startup, or if it's not specified the codec refuses to process any data. For now the only supported cipher is 'AES-128-GCM-SIV'.
2021-07-30 12:12:33 +03:00
..
0_stateless Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
1_stateful Revert "Revert "Merge branch 'master' into master"" 2021-07-21 14:16:05 +03:00
bugs
__init__.py
conftest.py
pytest.ini
query_test.py Update query_test.py 2021-07-27 12:41:35 +03:00
server.py
shell_config.sh Fix CLICKHOUSE_CLIENT_SECURE with the default config 2021-07-28 14:03:35 +02:00
skip_list.json Merge pull request #26129 from ClickHouse/system_zookeeper_log 2021-07-28 11:22:29 +03:00