Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Not all XML serialisers write namespaces in same orderArthur de Jong2017-12-291-6/+6
* Add an is_encrypted propertyArthur de Jong2017-12-271-0/+8
* Implement signature checkingArthur de Jong2017-12-2711-7/+390
* Implement basic parsing of signature propertiesArthur de Jong2017-12-272-1/+25
* Fix typo in pin_max_failed_attempts attributeArthur de Jong2017-12-182-1/+20
* Add limited support for very old draft PSKC versionsArthur de Jong2017-12-155-0/+353
* Add test files from multiOTPArthur de Jong2017-12-1511-0/+2012
* Refactor internal storate of encrypted valuesArthur de Jong2017-12-153-3/+34
* Add support for KW-Camellia suite of algorithmsArthur de Jong2017-12-134-0/+117
* Add support for Camellia-CBC suite of algorithmsArthur de Jong2017-12-134-0/+147
* Replace pycrypto with cryptographyArthur de Jong2017-10-092-77/+6
* Replace use of pycrypto utility functionsArthur de Jong2017-10-012-6/+6
* Implement our own XML formattingArthur de Jong2017-09-251-8/+8
* Support hashlib from Python 2.7.3Arthur de Jong2017-09-241-1/+4
* Fix bug in saving PBKDF2 salt on Python3Arthur de Jong2017-09-241-2/+20
* Add tests for the pskc2csv scriptArthur de Jong2017-09-241-0/+185
* Provide Key.userid convenience propertyArthur de Jong2017-06-101-4/+4
* Refactor MAC lookupsArthur de Jong2017-06-092-1/+137
* Correct name of ActivIdentity test fileArthur de Jong2017-01-212-1/+1
* 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-152-0/+96
* Use original examples from old profiles Internet DraftArthur de Jong2017-01-114-125/+121
* 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-219-0/+787
* Fix typo in testArthur de Jong2016-12-201-4/+4
* Allow MAC over plaintext or ciphertextArthur de Jong2016-12-206-75/+71
* Add sanity checks to unpaddingArthur de Jong2016-12-201-0/+76
* Close read files in testsArthur de Jong2016-12-191-2/+4
* Support separate device from keyArthur de Jong2016-09-172-3/+67
* Some minor improvements to the testsArthur de Jong2016-09-143-2/+18
* Improve branch coverageArthur de Jong2016-09-1410-11/+273
* Support specifying PRF in setup_pbkdf2()Arthur de Jong2016-09-111-2/+6
* Fall back to encryption key for MACArthur de Jong2016-04-234-0/+97
* Allow global specification of IVArthur de Jong2016-04-232-0/+49
* Add encryption error testsArthur de Jong2016-03-261-0/+74
* Add tests for writing encrypted PSKC filesArthur de Jong2016-03-261-0/+175
* Allow configuring PBKDF2 key derivationArthur de Jong2016-03-261-0/+58
* Allow configuring a MAC keyArthur de Jong2016-03-261-0/+27
* Write encryption key informationArthur de Jong2016-03-261-0/+4
* Add algorithm_key_lengths propertyArthur de Jong2016-03-261-0/+11
* Also check key expiry in may_use()Arthur de Jong2016-03-233-10/+26
* Support writing to text streams in Python 3Arthur de Jong2016-03-191-3/+1
* Improve tests and test coverageArthur de Jong2016-03-1912-54/+162
* Support both CheckDigit and CheckDigitsArthur de Jong2016-03-192-0/+75
* Implement policy checkingArthur de Jong2016-03-192-0/+122
* Add a few tests for vendor filesArthur de Jong2016-03-194-0/+434
* Support various integer representationsArthur de Jong2016-03-192-1/+56
* Re-organise test filesArthur de Jong2016-01-3034-32/+32
* Add test for incorrect key derivationArthur de Jong2016-01-301-0/+10