Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc
Commit message (Expand)AuthorAgeFilesLines
...
* Support various ElementTree implementationsArthur de Jong2014-06-142-3/+18
* Have parse module provide find() functionsArthur de Jong2014-06-146-108/+105
* Use get() instead of attrib.get() (shorter)Arthur de Jong2014-06-145-38/+38
* Support kw-tripledes decryptionArthur de Jong2014-05-311-0/+6
* Implement RFC 3217 Triple DES key wrappingArthur de Jong2014-05-311-0/+67
* Support kw-aes128, kw-aes192 and kw-aes256Arthur de Jong2014-05-301-0/+9
* Implement padding as specified in RFC 5649Arthur de Jong2014-05-301-25/+61
* Allow speciying an initial value for key wrappingArthur de Jong2014-05-301-6/+20
* Provide an RFC 3394 AES key wrapping algorithmArthur de Jong2014-05-302-0/+78
* Always put a space between RFC and numberArthur de Jong2014-05-291-7/+7
* Support Tripple DES decryptionArthur de Jong2014-05-291-0/+8
* Raise exception when key derivation failsArthur de Jong2014-05-292-2/+16
* Add test for missing key encryption algorithmArthur de Jong2014-05-292-8/+13
* Support more AES-CBC encryption schemesArthur de Jong2014-05-291-4/+8
* Add a function for adding a new keyArthur de Jong2014-05-252-1/+16
* Consistency improvementArthur de Jong2014-05-251-2/+2
* Support creating an empty PSKC instanceArthur de Jong2014-05-251-6/+9
* 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-252-2/+17
* Make decryption code better readableArthur de Jong2014-05-251-5/+9
* Raise exceptions on some parsing problemsArthur de Jong2014-05-232-2/+44
* Use pskcxml as file name extensionArthur de Jong2014-05-231-1/+1
* Add missing policy constantArthur de Jong2014-05-191-0/+3
* Fix attribute name in docstringArthur de Jong2014-05-191-1/+1
* 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-191-47/+114
* 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-161-2/+22
* Use slightly clearer namesArthur de Jong2014-04-161-4/+4
* Implement PBKDF2 key derivationArthur de Jong2014-04-131-0/+64
* Add id attribute from EncryptionKeyArthur de Jong2014-04-131-2/+5
* Implement MAC checkingArthur de Jong2014-04-122-0/+95
* Support decrypting with a pre-shared keyArthur de Jong2014-04-122-2/+108
* Refactor DataType value handlingArthur de Jong2014-04-121-35/+55
* Document key and pin usage valuesArthur de Jong2014-04-111-0/+42
* Implement key policy parsingArthur de Jong2014-04-112-2/+125
* Support parsing date and integer valuesArthur de Jong2014-04-111-8/+23
* Get more data from KeyPackageArthur de Jong2014-04-071-0/+42
* Support getting plaintext keyArthur de Jong2014-04-071-0/+58
* Basic implementation of PSKC classArthur de Jong2014-04-072-0/+90
* Initial project layoutArthur de Jong2014-04-041-0/+28