summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorAjitomi, Daisuke <ajitomi@gmail.com>2021-04-17 02:00:06 +0900
committerGitHub <noreply@github.com>2021-04-16 13:00:06 -0400
commitfb86f9dffb371ee2adbc573edc35ded129ea3b36 (patch)
tree19455dc0b58583c0e3e8f952021f2e049ffef648 /CHANGELOG.rst
parentbcd572806c121c2f85d104b3e13a196e5bb46a79 (diff)
downloadpyjwt-fb86f9dffb371ee2adbc573edc35ded129ea3b36.tar.gz
Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm. (#645)
* Add private key support for ECAlgorithm verify. * Update CHANGELOG.
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index e67381f..9fb832f 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,7 @@ Fixed
- Remove padding from JWK test data. `#628 <https://github.com/jpadilla/pyjwt/pull/628>`__
- Make `kty` mandatory in JWK to be compliant with RFC7517. `#624 <https://github.com/jpadilla/pyjwt/pull/624>`__
- Allow JWK without `alg` to be compliant with RFC7517. `#624 <https://github.com/jpadilla/pyjwt/pull/624>`__
+- Allow to verify with private key on ECAlgorithm, as well as on Ed25519Algorithm. `#645 <https://github.com/jpadilla/pyjwt/pull/645>`__
Added
~~~~~