Demonware / jose

Python implementation of the Javascript Object Signing and Encryption (JOSE) framework (https://datatracker.ietf.org/wg/jose/charter/)
BSD 3-Clause "New" or "Revised" License
95 stars 34 forks source link

Spec-compliant decryption #14

Closed yuriikonovaliuk closed 8 years ago

yuriikonovaliuk commented 8 years ago

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.