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

Releases: virtru/tdf-spec

4.2.1

Choose a tag to compare

@bleggett bleggett released this 18 Feb 17:21
76069df

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

Choose a tag to compare

@bleggett bleggett released this 19 Jan 18:45
9667172

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

Spec version 4.1.0

Choose a tag to compare

@bleggett bleggett released this 15 Sep 18:42
2198db5
  • 4.1.0 Spec version 4.1.0 - Breaking change, adds OIDC support and deprecates Entity Objects

Sync git version with VERSION

Choose a tag to compare

@bleggett bleggett released this 25 May 17:39
0b7a7d4

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

3.3.2 Release

Choose a tag to compare

@johndietz johndietz released this 25 May 17:11
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)

Release with MIT License

Choose a tag to compare

@karthikbhat karthikbhat released this 13 Jul 21:36
b871298

This release has MIT OSS licensing.

mediaType field added

Choose a tag to compare

@biscoe916 biscoe916 released this 10 Jun 18:55
0ee19ae
Merge pull request #13 from virtru/mimeType-addition

add mimeType