ClickHouse/programs
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
..
bash-completion Add ability to push down LIMIT for distributed queries 2021-06-09 02:29:50 +03:00
benchmark Merge pull request #26607 from azat/bench-round-robin 2021-07-24 20:17:35 +03:00
client Merge pull request #26671 from kitaisreal/mysql-dictionaries-support-for-custom-query 2021-07-23 16:20:54 +03:00
compressor Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
copier Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
extract-from-config add system.zookeeper_log 2021-07-09 17:05:35 +03:00
format Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
git-import Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
install Merge pull request #25280 from kssenii/bridges-constraints 2021-06-16 22:13:16 +03:00
keeper Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
keeper-converter Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
library-bridge Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
local Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
obfuscator Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
odbc-bridge Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
server Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Merge branch 'update_buffer_size_in_nuraft' into zookeeper_snapshots 2021-06-21 13:46:22 +03:00
config_tools.h.in Better 2021-06-17 19:32:50 +03:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Merge branch 'update_buffer_size_in_nuraft' into zookeeper_snapshots 2021-06-21 13:46:22 +03:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00