Add EMSA-PKCS1-v1_5-ENCODE tests. One fails because we don't require at least 8 bytes of padding.
This commit is contained in:
@@ -21,10 +21,12 @@ import unittest
|
||||
|
||||
def test_suite():
|
||||
from dkim.tests import (
|
||||
test_crypto,
|
||||
test_dkim,
|
||||
test_util,
|
||||
)
|
||||
modules = [
|
||||
test_crypto,
|
||||
test_dkim,
|
||||
test_util,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user