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