Szabolcs Gál created HDDS-11070:
-----------------------------------
Summary: Separate KeyCodec from reading and storing keys to disk
Key: HDDS-11070
URL: https://issues.apache.org/jira/browse/HDDS-11070
Project: Apache Ozone
Issue Type: New Feature
Reporter: Szabolcs Gál
The current implementation of encoding and decoding private and public keys
might not be crypto-compliant according to some legislation. To enable a
pluggable KeyCodec it needs to be separated from the part where we store and
read the keys. This issue aims at dividing these responsibilities between a
disk io class and the KeyCodec. The result of this is that only the
encoding/decoding of keys will need to be put in the crypto-compliance module,
the storing and reading of keys can stay at the same place.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]