Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add and cleanup docstringsArthur de Jong2018-02-159-36/+62
* Add a pskc2pskc script for converting PSKC filesArthur de Jong2018-02-105-4/+573
* Correctly write a PSKC file without a MAC keyArthur de Jong2018-02-092-0/+94
* Correctly write a PSKC file with a global IVArthur de Jong2018-02-093-4/+51
* Also use EncryptedValue for MAC keyArthur de Jong2018-02-093-27/+24
* Always output a PSKC 1.0 format fileArthur de Jong2018-02-081-3/+2
* Implement removing encryptionArthur de Jong2018-02-084-6/+57
* Add a Travis configuration fileArthur de Jong2018-02-081-0/+23
* Fix code style issuesArthur de Jong2018-02-083-3/+2
* Fixes to test suiteArthur de Jong2018-02-083-0/+20
* Get files ready for 1.0 release1.0Arthur de Jong2017-12-295-4/+388
* Not all XML serialisers write namespaces in same orderArthur de Jong2017-12-291-6/+6
* Add Sphinx documentation checksArthur de Jong2017-12-293-4/+8
* Add support for PyPyArthur de Jong2017-12-292-1/+3
* Add support for Python 3.7Arthur de Jong2017-12-292-2/+3
* Use README as package long descriptionArthur de Jong2017-12-292-15/+13
* Add an is_encrypted propertyArthur de Jong2017-12-274-12/+27
* Implement XML signature checkingArthur de Jong2017-12-2723-28/+750
|\
| * Add documentation for signed PSKC filesArthur de Jong2017-12-275-3/+123
| * Implement signature checkingArthur de Jong2017-12-2717-13/+486
| * Move namespace moving to own functionArthur de Jong2017-12-271-11/+16
| * Implement basic parsing of signature propertiesArthur de Jong2017-12-275-1/+125
|/
* Explicitly close output file in pskc2csvArthur de Jong2017-12-271-0/+2
* Fix typo in pin_max_failed_attempts attributeArthur de Jong2017-12-186-8/+44
* Add limited support for very old draft PSKC versionsArthur de Jong2017-12-156-13/+396
* Add test files from multiOTPArthur de Jong2017-12-1511-0/+2012
* Refactor internal storate of encrypted valuesArthur de Jong2017-12-156-179/+185
* Add support for KW-Camellia suite of algorithmsArthur de Jong2017-12-136-6/+137
* Add support for Camellia-CBC suite of algorithmsArthur de Jong2017-12-135-2/+161
* Add a manual page for pskc2csvArthur de Jong2017-10-113-4/+70
* Ignore missing docstring in __init__ in flakeArthur de Jong2017-10-091-1/+1
* Replace pycrypto with cryptographyArthur de Jong2017-10-0910-152/+87
* Use PBKDF2 from hashlibArthur de Jong2017-10-091-9/+18
* Replace use of pycrypto utility functionsArthur de Jong2017-10-016-29/+34
* Implement our own XML formattingArthur de Jong2017-09-253-14/+40
* Support hashlib from Python 2.7.3Arthur de Jong2017-09-241-1/+4
* Use defusedxml if availableArthur de Jong2017-09-243-11/+27
* Fix bug in saving PBKDF2 salt on Python3Arthur de Jong2017-09-242-3/+21
* Add tests for the pskc2csv scriptArthur de Jong2017-09-243-9/+198
* Support adding custom CSV file headersArthur de Jong2017-09-221-4/+5
* Add --secret-encoding option to pskc2csvArthur de Jong2017-09-201-11/+15
* Run flake8 from toxArthur de Jong2017-09-2010-16/+50
* Simplify Tox configurationArthur de Jong2017-09-111-21/+3
* Various minor code style improvementsArthur de Jong2017-06-106-11/+23
* Normalise key derivation algorithmsArthur de Jong2017-06-102-8/+27
* Switch to using non-deprecated methodArthur de Jong2017-06-101-1/+1
* Provide Key.userid convenience propertyArthur de Jong2017-06-103-5/+16
* Document supported encryption and MAC algorithmsArthur de Jong2017-06-094-10/+76
* Refactor MAC lookupsArthur de Jong2017-06-094-40/+180
* Handle more algortihm URIsArthur de Jong2017-06-091-26/+51