chrysn / aiocoap

The Python CoAP library
Other
262 stars 119 forks source link

dependencies: Avoid breakage through cryptography 42 #341

Closed chrysn closed 3 months ago

chrysn commented 3 months ago

That version removed cryptography.hazmat.backends.default_backend().x25519_load_private_byte(), which was part of the Group OSCORE key transformation.

See-Also: https://github.com/pyca/cryptography/pull/9086#issuecomment-2009571443