2
0
mirror of https://github.com/openkmip/pykmip synced 2026-01-01 08:03:32 +00:00
Files
pykmip/kmip/services/server/crypto
Daniel Garcia Moreno 652d5cab67 Add cryptography >= 39.0.0 support
The cryptography release 39.0.0 added a new parameter to the
backend.load_pem_private_key and backend.load_der_private_key
that's required. This patch uses the serialization method to load keys
because there the new parameter is optional.

https://cryptography.io/en/latest/changelog/#v39-0-0

This patch fixes the tests test_encrypt_decrypt_asymmetric
2023-01-30 15:16:30 -05:00
..
2016-01-29 13:29:36 -05:00
2017-08-25 10:31:11 -04:00
2023-01-30 15:16:30 -05:00