aboutsummaryrefslogtreecommitdiff
path: root/zencore/crypto.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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