ClickHouse/programs/server
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
..
config.d Fix symlink 2021-03-29 12:19:20 +03:00
users.d Replace duplicate development config files with symlinks. (#16486) 2020-11-04 23:45:06 +03:00
.gitignore Update gitignore 2021-04-20 23:39:41 +03:00
clickhouse-server.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
config.xml Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
config.yaml.example Add intro to config.yaml.example 2021-05-24 13:55:54 +03:00
embedded.xml Remove obsolete "incl" from /etc/metrika.xml; correct links in config 2021-01-04 21:01:17 +03:00
MetricsTransmitter.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
MetricsTransmitter.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
play.html Add integrity for loaded scripts in play.html 2021-07-16 14:39:56 +03:00
Server.cpp Add a codec AES_128_GCM_SIV for encrypting columns on disk (#19896) 2021-07-30 12:12:33 +03:00
Server.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
users.xml Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
users.yaml.example Added users.yaml example to programs/server 2021-05-24 13:46:32 +03:00
ya.make Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00