Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (thanks codespell)Arthur de Jong2023-11-121-2/+2
* Support newer versions of signxmlArthur de Jong2022-12-031-1/+2
* Get files ready for 1.2 release1.2Arthur de Jong2022-09-121-2/+2
* Support bytearray for key valuesArthur de Jong2022-01-301-2/+2
* Fix typos found by codespellArthur de Jong2021-08-102-3/+3
* Support reading from stdin if input is -Arthur de Jong2020-01-051-2/+3
* Be consistent in referencing RFC 6030Arthur de Jong2020-01-051-1/+1
* Force sorting of namespace definitionsArthur de Jong2019-08-161-1/+2
* Get files ready for 1.1 release1.1Arthur de Jong2019-02-101-2/+2
* Ignore more flake8 messagesArthur de Jong2018-07-301-3/+3
* Add --skip-columns optionArthur de Jong2018-04-211-1/+8
* Add --set optionArthur de Jong2018-04-211-1/+5
* Add --columns optionArthur de Jong2018-04-211-5/+22
* Add a csv2pskc script for CSV to PSKC conversionArthur de Jong2018-04-211-0/+122
* Ship the script as part of the pskc packageArthur de Jong2018-04-024-0/+305
* Support setting key sub-properties via add_key()Arthur de Jong2018-04-022-17/+17
* Increase default PBKDF2 iterations to 100000Arthur de Jong2018-03-111-1/+1
* Add and cleanup docstringsArthur de Jong2018-02-158-35/+59
* 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-092-3/+12
* 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-081-1/+27
* Fix code style issuesArthur de Jong2018-02-082-2/+2
* Get files ready for 1.0 release1.0Arthur de Jong2017-12-291-1/+1
* Add an is_encrypted propertyArthur de Jong2017-12-271-0/+12
* Implement signature checkingArthur de Jong2017-12-274-4/+90
* Move namespace moving to own functionArthur de Jong2017-12-271-11/+16
* Implement basic parsing of signature propertiesArthur de Jong2017-12-273-0/+100
* Fix typo in pin_max_failed_attempts attributeArthur de Jong2017-12-183-6/+23
* Add limited support for very old draft PSKC versionsArthur de Jong2017-12-151-13/+43
* Refactor internal storate of encrypted valuesArthur de Jong2017-12-153-176/+151
* Add support for KW-Camellia suite of algorithmsArthur de Jong2017-12-132-6/+20
* Add support for Camellia-CBC suite of algorithmsArthur de Jong2017-12-131-2/+14
* Replace pycrypto with cryptographyArthur de Jong2017-10-095-71/+79
* Use PBKDF2 from hashlibArthur de Jong2017-10-091-9/+18
* Replace use of pycrypto utility functionsArthur de Jong2017-10-014-23/+28
* Implement our own XML formattingArthur de Jong2017-09-252-6/+32
* Use defusedxml if availableArthur de Jong2017-09-241-10/+21
* Fix bug in saving PBKDF2 salt on Python3Arthur de Jong2017-09-241-1/+1
* Run flake8 from toxArthur de Jong2017-09-208-15/+25
* Various minor code style improvementsArthur de Jong2017-06-105-11/+20
* 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-101-1/+6
* Refactor MAC lookupsArthur de Jong2017-06-092-39/+43
* Handle more algortihm URIsArthur de Jong2017-06-091-26/+51
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-2/+2
* Support legacy ActivIdentity filesArthur de Jong2017-01-151-12/+33
* Use original examples from old profiles Internet DraftArthur de Jong2017-01-111-4/+18