aboutsummaryrefslogtreecommitdiff
path: root/zencore/crypto.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-208/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-071-20/+5
|
* Replaced crypto transform abstraction with a concrete API.Per Larsson2022-02-071-150/+136
|
* Missing override suffix compile fixMartin Ridgers2022-02-041-1/+1
|
* Enable crypto on Linux.Ubuntu2022-02-031-2/+0
|
* Enable encryption on all platforms.Per Larsson2022-02-031-9/+7
|
* Encrypt serialized auth state.Per Larsson2022-02-031-1/+7
|
* Initial support for symmetric encryption/decryption using OpenSSL.Per Larsson2022-01-311-0/+235