Add API to sign stream with context

This commit is contained in:
M. Thiercelin 2023-03-20 11:52:52 +01:00
parent 45070ef1ae
commit c55b9d203c
No known key found for this signature in database
GPG key ID: 29581E7E24EBEC0A
4 changed files with 54 additions and 38 deletions

View file

@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When a signature fails verification because of the signature context, it returns a `SignatureVerificationError` with
status `constants.SIGNATURE_BAD_CONTEXT` instead of `constants.SIGNATURE_FAILED`.
## Added
- Add api for signature context on streams `SignDetachedStreamWithContext`.
## [2.6.1] 2023-03-22
### Security fix