Skip to content

Commit

Permalink
Spec-compliant decryption
Browse files Browse the repository at this point in the history
This far JOSE library has supported spec draft version of encryption/decryption
of JWE.
In this commit spec-compliant decryption is introduced. Legacy decryption is
deprecated and will be removed in further versions.
  • Loading branch information
Yurii Konovaliuk committed Apr 26, 2016
1 parent b283799 commit 655c423
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 42 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGES
=======

1.1.0 (2016-03-03)
------------------
- Allowed to decrypt JWE compliant tokens (patch contributed by
yuriikonovaliuk)

Note: Tokens generated by `encrypt` are not JWE spec compliant. Prior to this
patch `decrypt` was not able to decrypt JWE spec compliant tokens as well.

1.0.0 (2015-10-06)
------------------
- Fixed bug in authentication tag computation (patch contributed by jaimeperez)
Expand Down
Loading

0 comments on commit 655c423

Please sign in to comment.