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):
118118class UnsupportedECurve (Unsupported ):
119119 pass
120120
121+
121122class UnsupportedOKPCurve (Unsupported ):
122123 pass
Original file line number Diff line number Diff line change 44
55from cryptography .hazmat import backends
66from cryptography .hazmat .primitives .asymmetric import ec
7- from cryptography .hazmat .primitives .asymmetric import rsa
87from cryptography .hazmat .primitives .asymmetric import ed448
98from cryptography .hazmat .primitives .asymmetric import ed25519
9+ from cryptography .hazmat .primitives .asymmetric import rsa
1010from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_dmp1
1111from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_dmq1
1212from cryptography .hazmat .primitives .asymmetric .rsa import rsa_crt_iqmp
You can’t perform that action at this time.
0 commit comments