diff options
Diffstat (limited to 'tests/utils.py')
-rw-r--r-- | tests/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py index 483291e3..c80e97b7 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -90,7 +90,7 @@ class _DSSSigValue(univ.Sequence): ) -def dss_sig_value(r, s): +def der_encode_dsa_signature(r, s): sig = _DSSSigValue() sig.setComponentByName('r', r) sig.setComponentByName('s', s) |