pkcs7: fix import typo

This commit is contained in:
Shiz 2022-09-28 01:55:24 +02:00
parent 55fea3b84c
commit 2126007658
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from cryptography.hazmat.primitives.asymmetric.padding import PKCS1v15
from cryptography.hazmat.primitives.ciphers.algorithms import TripleDES, AES
from cryptography.hazmat.primitives.ciphers.modes import ECB, CBC, OFB, CFB
from cryptography_verify import VerifyAspect, Verifier, VerifyFailure, get_sig_algo_from_oid
from cryptography_x509_verify import VerifyAspect, Verifier, VerifyFailure, get_sig_algo_from_oid
def to_cms_cert(cert):