Vitaly Baranov
|
81ea8521b1
|
Set encryption algorithm explicitly.
|
2021-07-18 10:29:42 +03:00 |
|
Vitaly Baranov
|
9cc258327e
|
Add comments for encrypted disks; some improvements in code.
|
2021-07-16 12:04:25 +03:00 |
|
Vitaly Baranov
|
bc5080d701
|
Rename ReadEncryptedBuffer -> ReadBufferFromEncryptedFile,
WriteEncryptedBuffer -> WriteBufferFromEncryptedFile,
move file FileEncryption.h to the IO folder,
rename functions accroding to our code style,
add cpp files.
|
2021-07-13 11:31:03 +03:00 |
|
Alexandra
|
5bc5a29c32
|
ContextConstPtr -> ContextPtr (resolve conflicts)
|
2021-06-18 05:36:50 +00:00 |
|
Alexandra
|
11e40ad000
|
style fixes
|
2021-05-19 22:06:25 +00:00 |
|
Alexandra
|
f71e97511b
|
set use_ssl flag
|
2021-05-18 20:48:16 +00:00 |
|
Alexandra
|
b7a0f2db57
|
refactoring
|
2021-05-18 20:20:51 +00:00 |
|
Alexandra
|
e3a91f568e
|
fix encryption (very small files encryption bug) and replace 64-iv to 128-iv
|
2021-05-18 20:02:19 +00:00 |
|
Alexandra
|
721ea4f251
|
remove unnecessary includes
|
2021-05-17 16:58:51 +00:00 |
|
Alexandra
|
af420569f8
|
remove debug information, fix seek issue and encryption issue
|
2021-05-17 16:15:21 +00:00 |
|
Alexandra
|
10a5b734ee
|
encryption initialization (without any flags like use_ssl for now)
|
2021-05-16 22:35:20 +00:00 |
|
Alexandra
|
24573794ce
|
inherit DiskEncrypted from DiskDecorator; override copy (use IDisk::copy instead of LocalDisk::copy), applyNewSettings, onFreeze and removeShared*
|
2021-05-14 21:52:51 +00:00 |
|
Alexandra
|
5374ac5c11
|
resolve alter table issue and add relative path to DiskEncrypted that can be declared in config as a <path>
|
2021-05-13 16:21:45 +00:00 |
|
Alexandra
|
7c34083441
|
mutex loop resolved
|
2021-05-13 06:46:11 +00:00 |
|
Alexandra
|
628bf9b345
|
disk encryption init
|
2021-05-13 06:37:05 +00:00 |
|