We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is subject to completion of Cosmian/cover_crypt#118
This will lead to dropping the custom KMIP KeyFormatTypes: CoverCryptSecretKey = 0x8880_000C, CoverCryptPublicKey = 0x8880_000D,
KeyFormatType
CoverCryptSecretKey = 0x8880_000C
CoverCryptPublicKey = 0x8880_000D,
The text was updated successfully, but these errors were encountered:
The Private Keys (Master and User) should saved in PKCS#8 DER The Master Public Key should be saved in SPKI DER
See #78 for details
Sorry, something went wrong.
No branches or pull requests
This is subject to completion of Cosmian/cover_crypt#118
This will lead to dropping the custom KMIP
KeyFormatType
s:CoverCryptSecretKey = 0x8880_000C
,CoverCryptPublicKey = 0x8880_000D,
The text was updated successfully, but these errors were encountered: