Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

3.3.2 Release

Compare
Choose a tag to compare
@johndietz johndietz released this 25 May 17:11
· 14 commits to master since this release
0b7a7d4
📝 PLAT-897 Allow separate signing and wrapper keys (#24)

- Add a second 'signerPublicKey' field to an EO
- This is an ephemeral public key a client may use to sign rewrap and other requests associated with the EO.
- This is required as some algorithms and key types are more suited for encryption and others for signatures. Notably, we must support this for the smaller keys and restricted set of algorithms that NanoTDF will likely impose
- Implementation(s):
  - Client [nanotdf for javascript](https://github.com/virtru/eternia/pull/78)
  - Client [c++](https://github.com/virtru/tdf3-cpp/pull/193)
  - Service [OpenStack EAS and KAS (python)](https://github.com/virtru/etheria/pull/295)