ClickHouse/programs
Filatenkov Artur c23fe5baf6
Improve codec for encr 19896 (#27476)
* change syntax of encrypted command

* commit all encrypted changes

* correct encryption

* correct config for test

* add tests and correct code style and typos

* correct test

* fix unbundled build

* add log warning messages

* improve code according to review comments

* correct nonce

* correct errors found by fuzzing

* improve codec AES_128_GCM_SIV. Add AES_256_GCM_SIV. Add sections for last in tests. Improve documentation

* Update CompressionCodecEncrypted.h

* Update 01683_codec_encrypted.sql

* correct compression factory after changes in master

* correct behavior with wrong key in data

* correct fuzzer

* add connection for fuzzer with fix for compression_encrypted

* refactor code

* add load from config with throwing errors on server start

* fix typos and check style

* Update Server.cpp

* correct loading and reading

* refactor code. fix uninitialized value

* refactor code

* move defines from server to cpp file

* correct build

* remove repeated code

* correct namespace

* fix code style
2021-09-13 11:25:36 +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 client/TestTags.cpp: add missing <cstring> 2021-09-13 09:44:14 +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 Merge pull request #28080 from ClickHouse/some_renames_in_keeper 2021-08-26 10:16:21 +03:00
keeper-converter Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
library-bridge Review fixes 2021-08-02 13:40:58 +00:00
local Merging #24866 (#28691) 2021-09-09 12:37:51 +03:00
obfuscator Move formatBlock to its own file 2021-07-29 16:39:42 +02:00
odbc-bridge Merge pull request #28298 from kitaisreal/odbc-connection-holder-fix-dangling-reference 2021-08-28 15:28:23 +03:00
server Improve codec for encr 19896 (#27476) 2021-09-13 11:25:36 +03:00
static-files-disk-uploader Merge branch 'master' into async-reads 2021-08-31 02:52:58 +03:00
clickhouse-split-helper Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Fix build 2021-08-29 14:18:04 +00:00
config_tools.h.in Fix build and add example 2021-08-28 20:35:51 +00:00
embed_binary.S.in Adds a better way to include binary resources 2021-06-09 14:03:30 -07:00
main.cpp Fix build and add example 2021-08-28 20:35:51 +00:00
ya.make Fix arcadia build 2021-08-30 12:19:13 +03:00