| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --skip-columns option | Arthur de Jong | 2018-04-21 | 1 | -0/+49 |
* | Add --set option | Arthur de Jong | 2018-04-21 | 1 | -0/+47 |
* | Add --columns option | Arthur de Jong | 2018-04-21 | 1 | -0/+86 |
* | Add a csv2pskc script for CSV to PSKC conversion | Arthur de Jong | 2018-04-21 | 1 | -0/+421 |
* | Ship the script as part of the pskc package | Arthur de Jong | 2018-04-02 | 2 | -2/+2 |
* | Support setting key sub-properties via add_key() | Arthur de Jong | 2018-04-02 | 1 | -0/+14 |
* | Increase default PBKDF2 iterations to 100000 | Arthur de Jong | 2018-03-11 | 3 | -4/+4 |
* | Add a pskc2pskc script for converting PSKC files | Arthur de Jong | 2018-02-10 | 1 | -0/+371 |
* | Correctly write a PSKC file without a MAC key | Arthur de Jong | 2018-02-09 | 1 | -0/+92 |
* | Correctly write a PSKC file with a global IV | Arthur de Jong | 2018-02-09 | 1 | -1/+39 |
* | Implement removing encryption | Arthur de Jong | 2018-02-08 | 2 | -5/+23 |
* | Fixes to test suite | Arthur de Jong | 2018-02-08 | 2 | -0/+19 |
* | Not all XML serialisers write namespaces in same order | Arthur de Jong | 2017-12-29 | 1 | -6/+6 |
* | Add an is_encrypted property | Arthur de Jong | 2017-12-27 | 1 | -0/+8 |
* | Implement signature checking | Arthur de Jong | 2017-12-27 | 11 | -7/+390 |
* | Implement basic parsing of signature properties | Arthur de Jong | 2017-12-27 | 2 | -1/+25 |
* | Fix typo in pin_max_failed_attempts attribute | Arthur de Jong | 2017-12-18 | 2 | -1/+20 |
* | Add limited support for very old draft PSKC versions | Arthur de Jong | 2017-12-15 | 5 | -0/+353 |
* | Add test files from multiOTP | Arthur de Jong | 2017-12-15 | 11 | -0/+2012 |
* | Refactor internal storate of encrypted values | Arthur de Jong | 2017-12-15 | 3 | -3/+34 |
* | Add support for KW-Camellia suite of algorithms | Arthur de Jong | 2017-12-13 | 4 | -0/+117 |
* | Add support for Camellia-CBC suite of algorithms | Arthur de Jong | 2017-12-13 | 4 | -0/+147 |
* | Replace pycrypto with cryptography | Arthur de Jong | 2017-10-09 | 2 | -77/+6 |
* | Replace use of pycrypto utility functions | Arthur de Jong | 2017-10-01 | 2 | -6/+6 |
* | Implement our own XML formatting | Arthur de Jong | 2017-09-25 | 1 | -8/+8 |
* | Support hashlib from Python 2.7.3 | Arthur de Jong | 2017-09-24 | 1 | -1/+4 |
* | Fix bug in saving PBKDF2 salt on Python3 | Arthur de Jong | 2017-09-24 | 1 | -2/+20 |
* | Add tests for the pskc2csv script | Arthur de Jong | 2017-09-24 | 1 | -0/+185 |
* | Provide Key.userid convenience property | Arthur de Jong | 2017-06-10 | 1 | -4/+4 |
* | Refactor MAC lookups | Arthur de Jong | 2017-06-09 | 2 | -1/+137 |
* | Correct name of ActivIdentity test file | Arthur de Jong | 2017-01-21 | 2 | -1/+1 |
* | Split vendor tests | Arthur de Jong | 2017-01-15 | 2 | -27/+55 |
* | Add tests for Yubikey files | Arthur de Jong | 2017-01-15 | 4 | -0/+295 |
* | Support legacy ActivIdentity files | Arthur de Jong | 2017-01-15 | 2 | -0/+96 |
* | Use original examples from old profiles Internet Draft | Arthur de Jong | 2017-01-11 | 4 | -125/+121 |
* | Add all figures from RFC 6030 to test suite | Arthur de Jong | 2016-12-21 | 3 | -10/+191 |
* | Add support for older Internet Draft version | Arthur de Jong | 2016-12-21 | 9 | -0/+787 |
* | Fix typo in test | Arthur de Jong | 2016-12-20 | 1 | -4/+4 |
* | Allow MAC over plaintext or ciphertext | Arthur de Jong | 2016-12-20 | 6 | -75/+71 |
* | Add sanity checks to unpadding | Arthur de Jong | 2016-12-20 | 1 | -0/+76 |
* | Close read files in tests | Arthur de Jong | 2016-12-19 | 1 | -2/+4 |
* | Support separate device from key | Arthur de Jong | 2016-09-17 | 2 | -3/+67 |
* | Some minor improvements to the tests | Arthur de Jong | 2016-09-14 | 3 | -2/+18 |
* | Improve branch coverage | Arthur de Jong | 2016-09-14 | 10 | -11/+273 |
* | Support specifying PRF in setup_pbkdf2() | Arthur de Jong | 2016-09-11 | 1 | -2/+6 |
* | Fall back to encryption key for MAC | Arthur de Jong | 2016-04-23 | 4 | -0/+97 |
* | Allow global specification of IV | Arthur de Jong | 2016-04-23 | 2 | -0/+49 |
* | Add encryption error tests | Arthur de Jong | 2016-03-26 | 1 | -0/+74 |
* | Add tests for writing encrypted PSKC files | Arthur de Jong | 2016-03-26 | 1 | -0/+175 |
* | Allow configuring PBKDF2 key derivation | Arthur de Jong | 2016-03-26 | 1 | -0/+58 |