summaryrefslogtreecommitdiff
path: root/testing/tests/client/test_crypto.py
AgeCommit message (Expand)Author
2017-02-16[style] add deprecation warning on legacy decoderVictor Shyba
2017-02-16[feature] add doc size to preambleVictor Shyba
2017-02-15[tests] add tests for preamble encodingVictor Shyba
2017-02-09[test] move client secrets tests to its own filedrebs
2017-02-09[bug] use derived key for local storagedrebs
2017-02-09[refactor] improve secrets generation and storage codedrebs
2016-12-12[feature] Change CTR to GCM on secrets.pyVictor Shyba
2016-12-12[feature] Add retro compat on secrets.py ciphersVictor Shyba
2016-12-12[feature] use GCM instead of CTR+HMACVictor Shyba
2016-12-12[refactor] improve blob signature magic usageVictor Shyba
2016-12-12[refactor] introduces a GenericWriterVictor Shyba
2016-12-12[refactor] simplify _cryptoVictor Shyba
2016-12-12[feature] make _crypto stream on decryptionVictor Shyba
2016-12-12[feature] delimit preamble from ciphertextVictor Shyba
2016-12-12[refactor] Hide IV, simplify some callsVictor Shyba
2016-12-12[style] fix pep8 and confsVictor Shyba
2016-12-12[tests] adapt testsKali Kaneko
2016-07-12[test] toxify testsdrebs