index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
keys
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not fail when an unusable key occurs (#762)
Matthias Gilch
2022-05-31
2
-0
/
+2
*
Add to_jwk static method to ECAlgorithm (#732)
Leon Smith
2022-05-23
1
-0
/
+5
*
Add support for Ed448/EdDSA. (#675)
Ajitomi, Daisuke
2021-10-03
2
-0
/
+17
*
Add from_jwk to Ed25519Algorithm (Support kty: OKP). (#623)
Ajitomi, Daisuke
2021-03-18
2
-0
/
+11
*
Support ES256K. (#629)
Ajitomi, Daisuke
2021-03-18
2
-0
/
+15
*
Remove padding from JWK test data. (#628)
Ajitomi, Daisuke
2021-03-18
2
-5
/
+5
*
Prefer ModuleNotFoundError over ImportError (#565)
Jon Dufresne
2020-12-21
1
-27
/
+29
*
Add utility functions to assist test skipping (#563)
Jon Dufresne
2020-12-19
1
-3
/
+2
*
Replace int_from_bytes() with builtin int.from_bytes() (#549)
Jon Dufresne
2020-12-17
1
-2
/
+1
*
Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)
Jon Dufresne
2020-12-16
1
-3
/
+3
*
Run pyupgrade to simplify code and use Python 3.6 syntax (#536)
Jon Dufresne
2020-12-16
1
-7
/
+5
*
Upgrade to isort 5 and adjust configurations (#533)
Jon Dufresne
2020-12-16
1
-0
/
+1
*
Removed redundant `default_backend()` (#523)
Kaushal Rohit
2020-10-12
1
-2
/
+1
*
Implementation of ECAlgorithm.from_jwk (#500)
José Padilla
2020-08-24
5
-0
/
+38
*
Drop deprecation warnings (#515)
José Padilla
2020-08-24
9
-36
/
+24
*
Fix `tox -e lint` warnings and errors (#490)
Jon Dufresne
2020-06-09
1
-1
/
+1
*
Run pyupgrade across project to use modern Python 3 conventions (#491)
Jon Dufresne
2020-06-08
1
-5
/
+5
*
Add support for Ed25519 / EdDSA, with unit tests (#455)
Someguy123
2020-05-24
2
-0
/
+4
*
DX Tweaks (#450)
José Padilla
2019-10-21
1
-13
/
+14
*
Throw if key is an PKCS1 PEM-encoded public key
José Padilla
2017-06-22
1
-0
/
+5
*
Add a failing test for OpenSSH-formatted ECDSA public keys
Mark Adams
2017-03-14
1
-0
/
+1
*
Fix all flake8 issues tox is complaining about
Landon GB
2016-11-28
1
-0
/
+1
*
Add JWK support for HMAC and RSA keys
add-jwk-for-hmac-rsa
Mark Adams
2016-08-28
1
-23
/
+7
*
Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.
Mark Adams
2015-05-18
6
-0
/
+116
*
Added tests to cover invalid string validations on HMAC
Mark Adams
2015-03-17
1
-0
/
+21
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
5
-0
/
+50