Skip to content

Commit 2009d8d

Browse files
committed
tags
1 parent b0aca50 commit 2009d8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fiscguy/zimra_crypto.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
import binascii
88
import hashlib
99

10-
import OpenSSL.crypto as crypto
10+
from cryptography import x509
1111
from cryptography.hazmat.backends import default_backend
1212
from cryptography.hazmat.primitives import hashes, serialization
13-
from cryptography.hazmat.primitives.asymmetric import padding
13+
from cryptography.hazmat.primitives.asymmetric import padding, rsa
14+
from cryptography.x509.oid import NameOID
1415
from dotenv import load_dotenv
1516
from loguru import logger
1617

0 commit comments

Comments
 (0)