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:
William Grant
2011-03-17 22:39:45 +11:00
parent f1c9fe1911
commit 916d61bdff
2 changed files with 62 additions and 0 deletions
+2
View File
@@ -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,
]