Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc
Commit message (Expand)AuthorAgeFilesLines
* Get files ready for 0.5 release0.5Arthur de Jong2017-01-211-2/+2
* Support legacy ActivIdentity filesArthur de Jong2017-01-151-12/+33
* Use original examples from old profiles Internet DraftArthur de Jong2017-01-111-4/+18
* Add support for older Internet Draft versionArthur de Jong2016-12-212-35/+52
* Allow MAC over plaintext or ciphertextArthur de Jong2016-12-202-27/+13
* Add sanity checks to unpaddingArthur de Jong2016-12-202-4/+10
* Ensure XML file ends with a newlineArthur de Jong2016-12-201-1/+1
* Adapt coverage pragma annotationsArthur de Jong2016-12-201-2/+2
* Support missing or lowercase version attributeArthur de Jong2016-12-181-2/+2
* Also move outer writing and parsing to modulesArthur de Jong2016-09-243-17/+23
* Add writing example to toplevel documentationArthur de Jong2016-09-241-0/+9
* Use custom data descriptors for key propertiesArthur de Jong2016-09-171-24/+25
* Support separate device from keyArthur de Jong2016-09-176-85/+184
* Move XML generation to own moduleArthur de Jong2016-09-176-183/+216
* Move document parsing to own moduleArthur de Jong2016-09-176-204/+229
* Improve branch coverageArthur de Jong2016-09-143-5/+11
* Support specifying PRF in setup_pbkdf2()Arthur de Jong2016-09-111-1/+4
* Fix bug in passing explicit key to setup_preshared_key()Arthur de Jong2016-09-111-2/+2
* Clarify encryption.setup_*() documentationArthur de Jong2016-09-111-2/+2
* Fall back to encryption key for MACArthur de Jong2016-04-232-1/+5
* Allow global specification of IVArthur de Jong2016-04-231-9/+13
* Move crypto to functionsArthur de Jong2016-04-232-93/+108
* Remove parse call from constructorsArthur de Jong2016-04-054-12/+7
* Move algorithm uri handling to separate moduleArthur de Jong2016-04-053-51/+75
* Move padding functions to crypto packageArthur de Jong2016-04-052-11/+36
* Get files ready for 0.4 release0.4Arthur de Jong2016-03-281-1/+1
* Document writing encrypted filesArthur de Jong2016-03-271-2/+2
* Allow configuring a pre-shared keyArthur de Jong2016-03-261-13/+38
* Allow configuring PBKDF2 key derivationArthur de Jong2016-03-261-12/+69
* Allow configuring a MAC keyArthur de Jong2016-03-261-0/+33
* Generate MAC valuesArthur de Jong2016-03-262-13/+30
* Write MACMethodArthur de Jong2016-03-263-3/+52
* Write out encrypted valuesArthur de Jong2016-03-262-11/+88
* Make Encryption and MAC constructors consistentArthur de Jong2016-03-263-6/+4
* Write encryption key informationArthur de Jong2016-03-262-3/+36
* Add algorithm_key_lengths propertyArthur de Jong2016-03-261-16/+26
* Also check key expiry in may_use()Arthur de Jong2016-03-231-2/+24
* Copy namespaces to toplevel elementArthur de Jong2016-03-201-0/+11
* Support writing to text streams in Python 3Arthur de Jong2016-03-191-1/+6
* Improve tests and test coverageArthur de Jong2016-03-192-6/+4
* Support both CheckDigit and CheckDigitsArthur de Jong2016-03-192-4/+15
* Implement policy checkingArthur de Jong2016-03-191-7/+17
* Support various integer representationsArthur de Jong2016-03-191-3/+14
* Re-organise test filesArthur de Jong2016-01-301-1/+1
* Refactor out EncryptedValue and ValueMACArthur de Jong2016-01-243-155/+135
* Normalise algorithm namesArthur de Jong2016-01-241-2/+45
* Add encryption algorithm propertyArthur de Jong2016-01-241-0/+23
* Fix a problem when writing previously encrypted fileArthur de Jong2016-01-241-1/+1
* Strip XML namespaces before parsingArthur de Jong2016-01-246-85/+79
* Make value conversion methods static privateMathias Laurin2015-11-301-11/+20