aboutsummaryrefslogtreecommitdiff
path: root/src/utils/security.py
Commit message (Collapse)AuthorAgeFilesLines
* Change arg types of constant_time_compare to typing.AnyStr (utils.security)Gravatar jesopo2019-02-121-3/+1
|
* Move constant-time compare function to utils.securityGravatar jesopo2019-02-121-1/+6
|
* Abstract ssl socket wrapping away so we can reuse itGravatar jesopo2019-02-101-0/+23