Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 0.3 release0.3Arthur de Jong2015-10-075-3/+141
* Update documentationArthur de Jong2015-10-078-87/+150
* Support Python 3Arthur de Jong2015-10-0616-125/+166
* Fix issue with namespaced PBKDF2 parametersArthur de Jong2015-10-064-25/+141
* Provide a sample pskc2csv scriptArthur de Jong2014-10-121-0/+127
* Move encryption functions in pskc.crypto packageArthur de Jong2014-10-096-4/+4
* Rename pskc.parse to pskc.xmlArthur de Jong2014-10-096-19/+26
* Support writing unencrypted PSKC filesArthur de Jong2014-06-285-0/+317
|\
| * Add test for writing PSKC filesArthur de Jong2014-06-281-0/+143
| * Add function for writing XMLArthur de Jong2014-06-282-0/+17
| * Construct XML document with basic PKSC informationArthur de Jong2014-06-283-0/+109
| * Introduce mk_elem() to create elementsArthur de Jong2014-06-281-0/+48
|/
* Simplify DataType value handlingArthur de Jong2014-06-271-38/+32
* Get files ready for 0.2 release0.2Arthur de Jong2014-06-197-3/+383
* Only catch normal exceptionsArthur de Jong2014-06-191-1/+1
* Remove unused importArthur de Jong2014-06-181-2/+0
* PEP8 fixArthur de Jong2014-06-171-2/+2
* Remove __str__ from exceptionArthur de Jong2014-06-171-3/+1
* Update documentationArthur de Jong2014-06-167-55/+138
* Simplify finding ElementTree implementationArthur de Jong2014-06-151-10/+1
* Refactor out some functions to parseArthur de Jong2014-06-153-26/+26
* Add support for setting secretArthur de Jong2014-06-152-24/+51
* Support PBKDF2 PRF argumentArthur de Jong2014-06-151-5/+9
* Provide a get_hmac() functionArthur de Jong2014-06-151-11/+16
* Add tests for missing or invalid MACArthur de Jong2014-06-144-0/+172
* Raise exception when MAC validation failsArthur de Jong2014-06-142-21/+24
* Handle missing MAC algorithm properlyArthur de Jong2014-06-141-1/+2
* Add MAC tests to all CBC encrypted keysArthur de Jong2014-06-145-0/+52
* Automatically support all MACs in hashlibArthur de Jong2014-06-141-5/+15
* Support various ElementTree implementationsArthur de Jong2014-06-143-3/+19
* 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-313-0/+47
* Implement RFC 3217 Triple DES key wrappingArthur de Jong2014-05-312-0/+152
* 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-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