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

Releases: virtru/tdf-spec

4.2.1

18 Feb 17:21
76069df
Compare
Choose a tag to compare

What's Changed

  • Explicitly define auth protocol in protocol document by @bleggett in #31

Full Changelog: 4.2.0...4.2.1

Spec version 4.2.0

19 Jan 18:45
9667172
Compare
Choose a tag to compare

Non-client-breaking change: Adds schema changes for supporting multi-entity claims

Spec version 4.1.0

15 Sep 18:42
2198db5
Compare
Choose a tag to compare
  • 4.1.0 Spec version 4.1.0 - Breaking change, adds OIDC support and deprecates Entity Objects

Sync git version with VERSION

25 May 17:39
0b7a7d4
Compare
Choose a tag to compare

Git tags and VERSION file should be in sync - no other changes.

3.3.2 Release

25 May 17:11
0b7a7d4
Compare
Choose a tag to compare
📝 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)

Release with MIT License

13 Jul 21:36
b871298
Compare
Choose a tag to compare

This release has MIT OSS licensing.

mediaType field added

10 Jun 18:55
0ee19ae
Compare
Choose a tag to compare
Merge pull request #13 from virtru/mimeType-addition

add mimeType