File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -118,5 +118,6 @@ class HTTPException(JWKESTException):
118
118
class UnsupportedECurve (Unsupported ):
119
119
pass
120
120
121
+
121
122
class UnsupportedOKPCurve (Unsupported ):
122
123
pass
Original file line number Diff line number Diff line change 4
4
5
5
from cryptography .hazmat import backends
6
6
from cryptography .hazmat .primitives .asymmetric import ec
7
- from cryptography .hazmat .primitives .asymmetric import rsa
8
7
from cryptography .hazmat .primitives .asymmetric import ed448
9
8
from cryptography .hazmat .primitives .asymmetric import ed25519
9
+ from cryptography .hazmat .primitives .asymmetric import rsa
10
10
from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_dmp1
11
11
from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_dmq1
12
12
from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_iqmp
You can’t perform that action at this time.
0 commit comments