Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-305-0/+126
* Implement padding as specified in RFC 5649Arthur de Jong2014-05-302-26/+140
* Allow speciying an initial value for key wrappingArthur de Jong2014-05-302-6/+37
* Provide an RFC 3394 AES key wrapping algorithmArthur de Jong2014-05-303-0/+179
* Always put a space between RFC and numberArthur de Jong2014-05-2911-44/+47
* Support Tripple DES decryptionArthur de Jong2014-05-293-0/+48
* Add tests for key derivation problemsArthur de Jong2014-05-291-0/+39
* Raise exception when key derivation failsArthur de Jong2014-05-292-2/+16
* Add test for missing key encryption algorithmArthur de Jong2014-05-294-9/+37
* Add test for all AES-CBC encryption schemesArthur de Jong2014-05-294-0/+131
* Support more AES-CBC encryption schemesArthur de Jong2014-05-291-4/+8
* Add test for missing secret valueArthur de Jong2014-05-291-0/+2
* Add a function for adding a new keyArthur de Jong2014-05-253-2/+26
* Consistency improvementArthur de Jong2014-05-251-2/+2
* Support creating an empty PSKC instanceArthur de Jong2014-05-252-6/+14
* Be more lenient in accepting algorithmsArthur de Jong2014-05-252-16/+3
* Code simplificationArthur de Jong2014-05-251-9/+5
* Raise an exception if decryption failsArthur de Jong2014-05-255-4/+67
* Make decryption code better readableArthur de Jong2014-05-251-5/+9
* Add tests for invalid PSKC filesArthur de Jong2014-05-235-1/+66
* Raise exceptions on some parsing problemsArthur de Jong2014-05-232-2/+44
* Fix install_requiresArthur de Jong2014-05-231-1/+1
* Get files ready for 0.1 release0.1Arthur de Jong2014-05-233-1/+258
* Use pskcxml as file name extensionArthur de Jong2014-05-2310-9/+9
* Improve IANA linksArthur de Jong2014-05-232-2/+2
* Improve testArthur de Jong2014-05-231-2/+7
* Provide Sphinx documentationArthur de Jong2014-05-197-0/+720
* Add missing policy constantArthur de Jong2014-05-191-0/+3
* Fix attribute name in docstringArthur de Jong2014-05-191-1/+1
* Update READMEArthur de Jong2014-05-191-5/+28
* Fix dateutil dependencyArthur de Jong2014-05-172-2/+2
* Fix module descriptionArthur de Jong2014-04-191-2/+1
* Move PSKC class to toplevel moduleArthur de Jong2014-04-192-42/+44
* Provide pskc.key docstringsArthur de Jong2014-04-192-48/+115
* Provide pskc.parse docstringsArthur de Jong2014-04-191-1/+19
* Complete pskc.policy docstringsArthur de Jong2014-04-191-2/+4
* Provide pskc.mac docstringsArthur de Jong2014-04-191-8/+34
* Provide pskc.encryption docstringsArthur de Jong2014-04-191-5/+41
* Move Key class to separate moduleArthur de Jong2014-04-194-188/+239
* Add initial setup scriptArthur de Jong2014-04-164-2/+98
* Include a license file (LGPL)Arthur de Jong2014-04-161-0/+504
* Add bulk provisioning test from Figure 10Arthur de Jong2014-04-162-0/+154
* Use slightly clearer namesArthur de Jong2014-04-161-4/+4
* Add test for Figure 7 from RFC6030Arthur de Jong2014-04-132-0/+94
* Implement PBKDF2 key derivationArthur de Jong2014-04-131-0/+64
* Add id attribute from EncryptionKeyArthur de Jong2014-04-131-2/+5