Cosmian / kms

A feature-rich, scalable, Key Management System
https://docs.cosmian.com/cosmian_key_management_system/
Other
88 stars 5 forks source link

Use PKCS#8 and SPKI as default format for Covercrypt keys #77

Open bgrieder opened 11 months ago

bgrieder commented 11 months ago

This is subject to completion of https://github.com/Cosmian/cover_crypt/issues/118

This will lead to dropping the custom KMIP KeyFormatTypes: CoverCryptSecretKey = 0x8880_000C, CoverCryptPublicKey = 0x8880_000D,

bgrieder commented 11 months ago

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