Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Switch URLs to HTTPSArthur de Jong2017-01-253-6/+6
* Correct name of ActivIdentity test fileArthur de Jong2017-01-212-1/+1
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-217-51/+347
* Split vendor testsArthur de Jong2017-01-152-27/+55
* Add tests for Yubikey filesArthur de Jong2017-01-154-0/+295
* Support legacy ActivIdentity filesArthur de Jong2017-01-153-12/+129
* Use original examples from old profiles Internet DraftArthur de Jong2017-01-115-129/+139
* Add all figures from RFC 6030 to test suiteArthur de Jong2016-12-213-10/+191
* Add support for older Internet Draft versionArthur de Jong2016-12-2111-35/+839
* Fix typo in testArthur de Jong2016-12-201-4/+4
* Fail tests on missing coverageArthur de Jong2016-12-201-0/+2
* Allow MAC over plaintext or ciphertextArthur de Jong2016-12-208-102/+84
* Add sanity checks to unpaddingArthur de Jong2016-12-203-4/+86
* Ensure XML file ends with a newlineArthur de Jong2016-12-201-1/+1
* Adapt coverage pragma annotationsArthur de Jong2016-12-201-2/+2
* Add Tox configurationArthur de Jong2016-12-192-0/+32
* Close read files in testsArthur de Jong2016-12-191-2/+4
* Support missing or lowercase version attributeArthur de Jong2016-12-181-2/+2
* Fix copy-pasto in documentationArthur de Jong2016-09-261-7/+0
* Also move outer writing and parsing to modulesArthur de Jong2016-09-243-17/+23
* Add writing example to toplevel documentationArthur de Jong2016-09-243-1/+20
* Use custom data descriptors for key propertiesArthur de Jong2016-09-171-24/+25
* Support separate device from keyArthur de Jong2016-09-179-149/+361
* Move XML generation to own moduleArthur de Jong2016-09-176-183/+216
* Move document parsing to own moduleArthur de Jong2016-09-176-204/+229
* Some minor improvements to the testsArthur de Jong2016-09-143-2/+18
* Improve branch coverageArthur de Jong2016-09-1414-16/+285
* Support specifying PRF in setup_pbkdf2()Arthur de Jong2016-09-112-3/+10
* Fix bug in passing explicit key to setup_preshared_key()Arthur de Jong2016-09-111-2/+2
* Clarify encryption.setup_*() documentationArthur de Jong2016-09-112-4/+4
* Fall back to encryption key for MACArthur de Jong2016-04-236-1/+102
* Allow global specification of IVArthur de Jong2016-04-233-9/+62
* Move crypto to functionsArthur de Jong2016-04-232-93/+108
* Remove parse call from constructorsArthur de Jong2016-04-054-12/+7
* Move algorithm uri handling to separate moduleArthur de Jong2016-04-053-51/+75
* Move padding functions to crypto packageArthur de Jong2016-04-052-11/+36