Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide pskc.key docstringsArthur de Jong2014-04-191-1/+1
* Add bulk provisioning test from Figure 10Arthur de Jong2014-04-162-0/+154
* Add test for Figure 7 from RFC6030Arthur de Jong2014-04-132-0/+94
* Add test for Figure 6 from RFC6030Arthur de Jong2014-04-122-0/+78
* Add test for Figure 5 from RFC6030Arthur de Jong2014-04-112-0/+114
* Add test for Figure 4 from RFC6030Arthur de Jong2014-04-112-0/+54
* Add test for Figure 3 from RFC6030Arthur de Jong2014-04-112-0/+71
* Add test for example from RFC6030Arthur de Jong2014-04-072-0/+60
* Minimal testArthur de Jong2014-04-071-0/+35