mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix test case, used wrong vector (#12405)
This commit is contained in:
parent
3d4eb5f7a4
commit
9d2f41cfa2
1 changed files with 3 additions and 1 deletions
|
|
@ -537,7 +537,9 @@ class TestDERSerialization:
|
|||
)
|
||||
def test_load_pkcs8_rc2_cbc_effective_key_length(self):
|
||||
data = load_vectors_from_file(
|
||||
os.path.join("asymmetric", "PKCS8", "rsa-rc2-cbc.pem"),
|
||||
os.path.join(
|
||||
"asymmetric", "PKCS8", "rsa-rc2-cbc-effective-key-length.pem"
|
||||
),
|
||||
lambda f: f.read(),
|
||||
mode="rb",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue