diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2017-01-21 19:53:24 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2017-01-21 19:53:24 +0100 |
commit | 8de25c2dfee50d8aa203b58c1c1b83e0e32fe4ab (patch) | |
tree | 97a05d9781eab0299ffe15844d9c6de077436219 /tests | |
parent | 5889df7dfc7531987177493182eb4f85515dbc9e (diff) |
Correct name of ActivIdentity test file
Diffstat (limited to 'tests')
-rw-r--r-- | tests/actividentity/test.pskcxml (renamed from tests/actividentity/test.pskc) | 0 | ||||
-rw-r--r-- | tests/test_actividentity.doctest | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/actividentity/test.pskc b/tests/actividentity/test.pskcxml index 63a324e..63a324e 100644 --- a/tests/actividentity/test.pskc +++ b/tests/actividentity/test.pskcxml diff --git a/tests/test_actividentity.doctest b/tests/test_actividentity.doctest index 734b028..adb584a 100644 --- a/tests/test_actividentity.doctest +++ b/tests/test_actividentity.doctest @@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA This tests an ActivIdentity PSKC file that was found in the wild. It does not follow the RFC 6030 spec but is handled nonetheless. ->>> pskc = PSKC('tests/actividentity/test.pskc') +>>> pskc = PSKC('tests/actividentity/test.pskcxml') >>> pskc.encryption.algorithm 'http://www.w3.org/2001/04/xmlenc#aes128-cbc' >>> b2a_hex(pskc.encryption.iv) |