Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Normalise algorithm namesArthur de Jong2016-01-241-1/+1
* Add encryption algorithm propertyArthur de Jong2016-01-242-2/+17
* Fix a problem when writing previously encrypted fileArthur de Jong2016-01-241-0/+21
* Fix doctest: IGNORE_EXCEPTION_DETALMathias Laurin2015-11-301-5/+5
* Support Python 3Arthur de Jong2015-10-068-99/+131
* Fix issue with namespaced PBKDF2 parametersArthur de Jong2015-10-062-1/+114
* Move encryption functions in pskc.crypto packageArthur de Jong2014-10-092-2/+2
* Add test for writing PSKC filesArthur de Jong2014-06-281-0/+143
* Add support for setting secretArthur de Jong2014-06-151-0/+12
* Add tests for missing or invalid MACArthur de Jong2014-06-144-0/+172
* Add MAC tests to all CBC encrypted keysArthur de Jong2014-06-145-0/+52
* Support kw-tripledes decryptionArthur de Jong2014-05-312-0/+41
* Implement RFC 3217 Triple DES key wrappingArthur de Jong2014-05-311-0/+85
* Merge test_minimal into test_miscArthur de Jong2014-05-312-51/+30
* Add an ActivIdentity-3DES testArthur de Jong2014-05-312-0/+79
* Add an SecurID-AES-Counter testArthur de Jong2014-05-312-0/+69
* Add an TOTP testArthur de Jong2014-05-312-0/+72
* Add an OCRA testArthur de Jong2014-05-312-0/+92
* Add a test for an odd namespaceArthur de Jong2014-05-312-0/+59
* Support kw-aes128, kw-aes192 and kw-aes256Arthur de Jong2014-05-304-0/+117
* Implement padding as specified in RFC 5649Arthur de Jong2014-05-301-1/+79
* Allow speciying an initial value for key wrappingArthur de Jong2014-05-301-0/+17
* Provide an RFC 3394 AES key wrapping algorithmArthur de Jong2014-05-301-0/+101
* Always put a space between RFC and numberArthur de Jong2014-05-298-26/+27
* Support Tripple DES decryptionArthur de Jong2014-05-292-0/+40
* Add tests for key derivation problemsArthur de Jong2014-05-291-0/+39
* Add test for missing key encryption algorithmArthur de Jong2014-05-292-1/+24
* Add test for all AES-CBC encryption schemesArthur de Jong2014-05-294-0/+131
* Add test for missing secret valueArthur de Jong2014-05-291-0/+2
* Add a function for adding a new keyArthur de Jong2014-05-251-1/+10
* Support creating an empty PSKC instanceArthur de Jong2014-05-251-0/+5
* Raise an exception if decryption failsArthur de Jong2014-05-253-2/+50
* Add tests for invalid PSKC filesArthur de Jong2014-05-234-0/+65
* Use pskcxml as file name extensionArthur de Jong2014-05-238-7/+7
* Improve testArthur de Jong2014-05-231-2/+7