summaryrefslogtreecommitdiff
path: root/client/src/leap/soledad/client/_crypto.py
AgeCommit message (Expand)Author
2017-06-24[pkg] unify client and server into a single python packagedrebs
2017-05-31[bug] fix deprecated multibackend callKali Kaneko
2017-05-01[feat] add attachments apidrebs
2017-04-19[bug] adapt blob size to fake size from #8758Victor Shyba
2017-04-04[docs] add docstrings to _get_rounded_sizeVictor Shyba
2017-04-04[bug] use soledad_assert instead of assertVictor Shyba
2017-04-04[docs] improve docstrings and comments from reviewVictor Shyba
2017-04-04[feature] improve error messages on preamble checkVictor Shyba
2017-04-04[feature] incremental decrypterVictor Shyba
2017-04-04[feature] ascii armor disable optionVictor Shyba
2017-04-04[bug] fix loose ends on _crypto and testsVictor Shyba
2017-04-04[style] pep8 fixesVictor Shyba
2017-04-04[feature] close mvp loop with clientKali Kaneko
2017-04-04[feature] enable simple obfuscation of blob size in preambleKali Kaneko
2017-04-04[feature] save blob to db, incrementallyKali Kaneko
2017-04-04[feature] add attribute to keep blob cryptoKali Kaneko
2017-04-04[refactor] refactor crypto api to better allow streamingKali Kaneko
2017-03-17[refactor] Improve python3 compatibilityefkin
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
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[style] fixes from code-reviewVictor Shyba
2016-12-12[refactor] introduces a GenericWriterVictor Shyba
2016-12-12[refactor] adds PipeableWriter to pipe two streamsVictor 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[docs] add docstrings for _cryptoVictor Shyba
2016-12-12[feature] Adds back support to deprecated cryptoVictor Shyba
2016-12-12[test] fix test and remove leftovers defer_encryptionVictor Shyba
2016-12-12[style] pep8Kali Kaneko
2016-12-12[tests] adapt testsKali Kaneko
2016-12-12[refactor] add SoledadCrypto interfaceKali Kaneko
2016-12-12[refactor] adapt fetcher to decryptorKali Kaneko
2016-12-12[feature] blob encryptor / decryptorKali Kaneko
2016-12-12[refactor] remove encryption poolKali Kaneko
2016-12-12[feature] streaming crypto implementationKali Kaneko