rework crypto.py unittests for revised encryption
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 6 Apr 2017 15:56:09 +0000 (17:56 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit90ee2a746f1abbd4183e1ad9684115fb4a28b32c
treed24b177f795bfe5d54e64d234166a7f5d722636d
parent48db09ba3124f192b24170372869837f7bcb7e7c
rework crypto.py unittests for revised encryption

Main changes:

    - Adjust usage to revised encryption handler.

    - Adapt to header format.

    - Adjust to changes in error passing (above all ``hdr_read()``).

    - Remove Scrypt or tag tests, these interfaces are no longer
      available.
testing/test_crypto.py