Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc
Commit message (Expand)AuthorAgeFilesLines
...
* Provide abstract methods to clarify APIMathias Laurin2015-11-301-4/+12
* Fix typo in variable nameMathias Laurin2015-11-301-6/+6
* Get files ready for 0.3 release0.3Arthur de Jong2015-10-071-1/+1
* Update documentationArthur de Jong2015-10-071-3/+1
* Support Python 3Arthur de Jong2015-10-067-24/+31
* Fix issue with namespaced PBKDF2 parametersArthur de Jong2015-10-062-24/+27
* Move encryption functions in pskc.crypto packageArthur de Jong2014-10-094-2/+2
* Rename pskc.parse to pskc.xmlArthur de Jong2014-10-096-19/+26
* 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-191-1/+1
* 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
* 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-151-24/+39
* Support PBKDF2 PRF argumentArthur de Jong2014-06-151-5/+9
* Provide a get_hmac() functionArthur de Jong2014-06-151-11/+16
* Raise exception when MAC validation failsArthur de Jong2014-06-142-21/+24
* Handle missing MAC algorithm properlyArthur de Jong2014-06-141-1/+2
* Automatically support all MACs in hashlibArthur de Jong2014-06-141-5/+15
* 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