Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_write.doctest
Commit message (Expand)AuthorAgeFilesLines
* Support bytearray for key valuesArthur de Jong2022-01-301-1/+57
* Increase default PBKDF2 iterations to 100000Arthur de Jong2018-03-111-2/+2
* Correctly write a PSKC file without a MAC keyArthur de Jong2018-02-091-0/+92
* Correctly write a PSKC file with a global IVArthur de Jong2018-02-091-1/+39
* Implement removing encryptionArthur de Jong2018-02-081-4/+1
* Not all XML serialisers write namespaces in same orderArthur de Jong2017-12-291-6/+6
* Fix typo in pin_max_failed_attempts attributeArthur de Jong2017-12-181-1/+1
* Refactor internal storate of encrypted valuesArthur de Jong2017-12-151-2/+2
* Replace use of pycrypto utility functionsArthur de Jong2017-10-011-2/+2
* Implement our own XML formattingArthur de Jong2017-09-251-8/+8
* Fix bug in saving PBKDF2 salt on Python3Arthur de Jong2017-09-241-2/+20
* Close read files in testsArthur de Jong2016-12-191-2/+4
* Support separate device from keyArthur de Jong2016-09-171-0/+37
* Improve branch coverageArthur de Jong2016-09-141-2/+97
* Add encryption error testsArthur de Jong2016-03-261-0/+74
* Add tests for writing encrypted PSKC filesArthur de Jong2016-03-261-0/+175
* Write encryption key informationArthur de Jong2016-03-261-0/+4
* Also check key expiry in may_use()Arthur de Jong2016-03-231-5/+4
* Support writing to text streams in Python 3Arthur de Jong2016-03-191-3/+1
* Improve tests and test coverageArthur de Jong2016-03-191-3/+3
* Re-organise test filesArthur de Jong2016-01-301-1/+1
* Fix a problem when writing previously encrypted fileArthur de Jong2016-01-241-0/+21
* Support Python 3Arthur de Jong2015-10-061-5/+7
* Add test for writing PSKC filesArthur de Jong2014-06-281-0/+143