Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/serialiser.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | This allows having multiple keys per device while also maintaining the previous API. Note that having multiple keys per device is not allowed by the RFC 6030 schema but is allowed by some older internet drafts.
* Move XML generation to own moduleArthur de Jong2016-09-171-0/+214
Similar to the change for parsing, move the XML serialisation of PSKC data to a single class in a separate module.