Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove __str__ from exceptionArthur de Jong2014-06-171-3/+1
| | | | | The message property has been deprecated as of Python 2.6 and printing the first argument is the default.
* Provide an RFC 3394 AES key wrapping algorithmArthur de Jong2014-05-301-0/+5
| | | | This also introduces an EncryptionError exception.
* Raise exception when key derivation failsArthur de Jong2014-05-291-0/+5
| | | | This also renames the internal function that implements the derivation.
* Add test for missing key encryption algorithmArthur de Jong2014-05-291-8/+11
| | | | | This also introduces a toplevel PSKCError exception that all exceptions have as parent.
* Raise an exception if decryption failsArthur de Jong2014-05-251-0/+10
|
* Raise exceptions on some parsing problemsArthur de Jong2014-05-231-0/+31