Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 1.2 release1.2Arthur de Jong2022-09-121-2/+2
* Get files ready for 1.1 release1.1Arthur de Jong2019-02-101-2/+2
* Support setting key sub-properties via add_key()Arthur de Jong2018-04-021-11/+4
* Add and cleanup docstringsArthur de Jong2018-02-151-3/+5
* Get files ready for 1.0 release1.0Arthur de Jong2017-12-291-1/+1
* Implement basic parsing of signature propertiesArthur de Jong2017-12-271-0/+2
* Run flake8 from toxArthur de Jong2017-09-201-1/+1
* Various minor code style improvementsArthur de Jong2017-06-101-0/+1
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-2/+2
* Also move outer writing and parsing to modulesArthur de Jong2016-09-241-15/+2
* Add writing example to toplevel documentationArthur de Jong2016-09-241-0/+9
* Support separate device from keyArthur de Jong2016-09-171-4/+23
* Move XML generation to own moduleArthur de Jong2016-09-171-11/+2
* Move document parsing to own moduleArthur de Jong2016-09-171-25/+3
* Remove parse call from constructorsArthur de Jong2016-04-051-1/+3
* Get files ready for 0.4 release0.4Arthur de Jong2016-03-281-1/+1
* Document writing encrypted filesArthur de Jong2016-03-271-2/+2
* Write MACMethodArthur de Jong2016-03-261-0/+1
* Make Encryption and MAC constructors consistentArthur de Jong2016-03-261-1/+1
* Write encryption key informationArthur de Jong2016-03-261-0/+1
* Support writing to text streams in Python 3Arthur de Jong2016-03-191-1/+6
* Re-organise test filesArthur de Jong2016-01-301-1/+1
* Strip XML namespaces before parsingArthur de Jong2016-01-241-6/+7
* Get files ready for 0.3 release0.3Arthur de Jong2015-10-071-1/+1
* Update documentationArthur de Jong2015-10-071-3/+1
* Support Python 3Arthur de Jong2015-10-061-2/+2
* Rename pskc.parse to pskc.xmlArthur de Jong2014-10-091-5/+5
* Add function for writing XMLArthur de Jong2014-06-281-0/+9
* Construct XML document with basic PKSC informationArthur de Jong2014-06-281-0/+8
* Get files ready for 0.2 release0.2Arthur de Jong2014-06-191-1/+1
* Only catch normal exceptionsArthur de Jong2014-06-191-1/+1
* Remove unused importArthur de Jong2014-06-181-2/+0
* Support various ElementTree implementationsArthur de Jong2014-06-141-3/+3
* Have parse module provide find() functionsArthur de Jong2014-06-141-7/+4
* Use get() instead of attrib.get() (shorter)Arthur de Jong2014-06-141-2/+2
* Always put a space between RFC and numberArthur de Jong2014-05-291-7/+7
* Add a function for adding a new keyArthur de Jong2014-05-251-0/+15
* Consistency improvementArthur de Jong2014-05-251-2/+2
* Support creating an empty PSKC instanceArthur de Jong2014-05-251-6/+9
* Raise exceptions on some parsing problemsArthur de Jong2014-05-231-2/+13
* Use pskcxml as file name extensionArthur de Jong2014-05-231-1/+1
* Move PSKC class to toplevel moduleArthur de Jong2014-04-191-4/+44
* Add initial setup scriptArthur de Jong2014-04-161-2/+22
* Basic implementation of PSKC classArthur de Jong2014-04-071-0/+6
* Initial project layoutArthur de Jong2014-04-041-0/+28