| Commit message (Expand) | Author | Age | Files | Lines |
* | Get files ready for 0.2 release0.2 | Arthur de Jong | 2014-06-19 | 7 | -3/+383 |
* | Only catch normal exceptions | Arthur de Jong | 2014-06-19 | 1 | -1/+1 |
* | Remove unused import | Arthur de Jong | 2014-06-18 | 1 | -2/+0 |
* | PEP8 fix | Arthur de Jong | 2014-06-17 | 1 | -2/+2 |
* | Remove __str__ from exception | Arthur de Jong | 2014-06-17 | 1 | -3/+1 |
* | Update documentation | Arthur de Jong | 2014-06-16 | 7 | -55/+138 |
* | Simplify finding ElementTree implementation | Arthur de Jong | 2014-06-15 | 1 | -10/+1 |
* | Refactor out some functions to parse | Arthur de Jong | 2014-06-15 | 3 | -26/+26 |
* | Add support for setting secret | Arthur de Jong | 2014-06-15 | 2 | -24/+51 |
* | Support PBKDF2 PRF argument | Arthur de Jong | 2014-06-15 | 1 | -5/+9 |
* | Provide a get_hmac() function | Arthur de Jong | 2014-06-15 | 1 | -11/+16 |
* | Add tests for missing or invalid MAC | Arthur de Jong | 2014-06-14 | 4 | -0/+172 |
* | Raise exception when MAC validation fails | Arthur de Jong | 2014-06-14 | 2 | -21/+24 |
* | Handle missing MAC algorithm properly | Arthur de Jong | 2014-06-14 | 1 | -1/+2 |
* | Add MAC tests to all CBC encrypted keys | Arthur de Jong | 2014-06-14 | 5 | -0/+52 |
* | Automatically support all MACs in hashlib | Arthur de Jong | 2014-06-14 | 1 | -5/+15 |
* | Support various ElementTree implementations | Arthur de Jong | 2014-06-14 | 3 | -3/+19 |
* | Have parse module provide find() functions | Arthur de Jong | 2014-06-14 | 6 | -108/+105 |
* | Use get() instead of attrib.get() (shorter) | Arthur de Jong | 2014-06-14 | 5 | -38/+38 |
* | Support kw-tripledes decryption | Arthur de Jong | 2014-05-31 | 3 | -0/+47 |
* | Implement RFC 3217 Triple DES key wrapping | Arthur de Jong | 2014-05-31 | 2 | -0/+152 |
* | Merge test_minimal into test_misc | Arthur de Jong | 2014-05-31 | 2 | -51/+30 |
* | Add an ActivIdentity-3DES test | Arthur de Jong | 2014-05-31 | 2 | -0/+79 |
* | Add an SecurID-AES-Counter test | Arthur de Jong | 2014-05-31 | 2 | -0/+69 |
* | Add an TOTP test | Arthur de Jong | 2014-05-31 | 2 | -0/+72 |
* | Add an OCRA test | Arthur de Jong | 2014-05-31 | 2 | -0/+92 |
* | Add a test for an odd namespace | Arthur de Jong | 2014-05-31 | 2 | -0/+59 |
* | Support kw-aes128, kw-aes192 and kw-aes256 | Arthur de Jong | 2014-05-30 | 5 | -0/+126 |
* | Implement padding as specified in RFC 5649 | Arthur de Jong | 2014-05-30 | 2 | -26/+140 |
* | Allow speciying an initial value for key wrapping | Arthur de Jong | 2014-05-30 | 2 | -6/+37 |
* | Provide an RFC 3394 AES key wrapping algorithm | Arthur de Jong | 2014-05-30 | 3 | -0/+179 |
* | Always put a space between RFC and number | Arthur de Jong | 2014-05-29 | 11 | -44/+47 |
* | Support Tripple DES decryption | Arthur de Jong | 2014-05-29 | 3 | -0/+48 |
* | Add tests for key derivation problems | Arthur de Jong | 2014-05-29 | 1 | -0/+39 |
* | Raise exception when key derivation fails | Arthur de Jong | 2014-05-29 | 2 | -2/+16 |
* | Add test for missing key encryption algorithm | Arthur de Jong | 2014-05-29 | 4 | -9/+37 |
* | Add test for all AES-CBC encryption schemes | Arthur de Jong | 2014-05-29 | 4 | -0/+131 |
* | Support more AES-CBC encryption schemes | Arthur de Jong | 2014-05-29 | 1 | -4/+8 |
* | Add test for missing secret value | Arthur de Jong | 2014-05-29 | 1 | -0/+2 |
* | Add a function for adding a new key | Arthur de Jong | 2014-05-25 | 3 | -2/+26 |
* | Consistency improvement | Arthur de Jong | 2014-05-25 | 1 | -2/+2 |
* | Support creating an empty PSKC instance | Arthur de Jong | 2014-05-25 | 2 | -6/+14 |
* | Be more lenient in accepting algorithms | Arthur de Jong | 2014-05-25 | 2 | -16/+3 |
* | Code simplification | Arthur de Jong | 2014-05-25 | 1 | -9/+5 |
* | Raise an exception if decryption fails | Arthur de Jong | 2014-05-25 | 5 | -4/+67 |
* | Make decryption code better readable | Arthur de Jong | 2014-05-25 | 1 | -5/+9 |
* | Add tests for invalid PSKC files | Arthur de Jong | 2014-05-23 | 5 | -1/+66 |
* | Raise exceptions on some parsing problems | Arthur de Jong | 2014-05-23 | 2 | -2/+44 |
* | Fix install_requires | Arthur de Jong | 2014-05-23 | 1 | -1/+1 |
* | Get files ready for 0.1 release0.1 | Arthur de Jong | 2014-05-23 | 3 | -1/+258 |