summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-05-19 22:33:33 -0500
committerMark Adams <mark@markadams.me>2015-05-19 22:33:33 -0500
commitc990c44486b9c5e699f85272864c8129019652d3 (patch)
treea7589465138f4b62d017fd7b4d4b281736970add
parent2f5e9237f51e1e08a2e28e34bd64116d02921481 (diff)
downloadpyjwt-c990c44486b9c5e699f85272864c8129019652d3.tar.gz
Updated the CHANGELOG
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d000089..75b095e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
-------------------------------------------------------------------------
### Fixed
- ECDSA (ES256, ES384, ES512) signatures are now being properly serialized [#158][158]
+- RSA-PSS (PS256, PS384, PS512) signatures now use the proper salt length for PSS padding.
### Added
- Added a new `jwt.get_unverified_header()` to parse and return the header portion of a token prior to signature verification.