aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* switch back to non-relative imports, they proved to be confusingTheo Chatzimichos2013-08-251-1/+1
* Move crypto-related stuff to okupy.crypto.Michał Górny2013-08-211-1/+1
* Revoke used encrypted session IDs.Michał Górny2013-08-211-0/+22
* Move session ID encryption, decryption & validation to SessionRefCipher.Michał Górny2013-08-211-2/+23
* test_cipher: check if wrong ciphertext length triggers ValueError.Michał Górny2013-08-201-0/+5
* Raise ValueError on short ciphertext.Michał Górny2013-08-201-0/+5
* test_cipher: respect block_size.Michał Górny2013-08-201-16/+23
* Add tests for OkupyCipherTheo Chatzimichos2013-08-191-0/+29