You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry that the previous commits from my side did not fix the things perfectly. Thus I put this issue to catch some attention if anything is missed.
The text was updated successfully, but these errors were encountered:
We had found that KBS Protocol does not follow JWE standard quite well, and we had done some work to fix this up.
#44
#45
The two patches add support to AEAD's
aad
field to JWE body, and also a format forProtectedHeader
.When I rechecked the standard, I found that there are still some pieces we do not follow quite well.
ProtectedHeader
must be a base64 encoding string of the struct.Response
in Flattened JWE JSON Serialization Syntax, fieldsencrypted_key
,aad
,iv
,ciphertext
,tag
must beBASE64URL_NOPAD
encoded.I am sorry that the previous commits from my side did not fix the things perfectly. Thus I put this issue to catch some attention if anything is missed.
The text was updated successfully, but these errors were encountered: