Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/serialiser.py
Commit message (Expand)AuthorAgeFilesLines
* Add and cleanup docstringsArthur de Jong2018-02-151-0/+11
* Correctly write a PSKC file without a MAC keyArthur de Jong2018-02-091-0/+2
* Correctly write a PSKC file with a global IVArthur de Jong2018-02-091-2/+8
* Also use EncryptedValue for MAC keyArthur de Jong2018-02-091-12/+12
* Always output a PSKC 1.0 format fileArthur de Jong2018-02-081-3/+2
* Fix code style issuesArthur de Jong2018-02-081-1/+1
* Implement signature checkingArthur de Jong2017-12-271-2/+13
* Fix typo in pin_max_failed_attempts attributeArthur de Jong2017-12-181-2/+2
* Refactor internal storate of encrypted valuesArthur de Jong2017-12-151-33/+45
* Implement our own XML formattingArthur de Jong2017-09-251-1/+1
* Fix bug in saving PBKDF2 salt on Python3Arthur de Jong2017-09-241-1/+1
* Run flake8 from toxArthur de Jong2017-09-201-2/+1
* Various minor code style improvementsArthur de Jong2017-06-101-4/+5
* Ensure XML file ends with a newlineArthur de Jong2016-12-201-1/+1
* Also move outer writing and parsing to modulesArthur de Jong2016-09-241-1/+10
* Support separate device from keyArthur de Jong2016-09-171-22/+21
* Move XML generation to own moduleArthur de Jong2016-09-171-0/+214