Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pymongo/ocsp_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
ec,
ed448,
ed25519,
mldsa,
rsa,
x448,
Comment thread
NoahStapp marked this conversation as resolved.
x25519,
Expand All @@ -87,6 +88,9 @@
ec.EllipticCurvePublicKey,
ed25519.Ed25519PublicKey,
ed448.Ed448PublicKey,
mldsa.MLDSA44PublicKey,
mldsa.MLDSA65PublicKey,
mldsa.MLDSA87PublicKey,
x25519.X25519PublicKey,
x448.X448PublicKey,
]
Expand Down
Loading
Loading