mirror of
https://github.com/openkmip/pykmip
synced 2026-01-07 11:03:16 +00:00
This change adds decryption functionality to the cryptographic engine used by the server. It supports a variety of symmetric decryption algorithms and block cipher modes. Asymmetric decryption support will be added in a future patch. Unit tests and minor updates to surrounding code are included.