summaryrefslogtreecommitdiff
path: root/tests/keys
Commit message (Expand)AuthorAgeFilesLines
* Do not fail when an unusable key occurs (#762)Matthias Gilch2022-05-312-0/+2
* Add to_jwk static method to ECAlgorithm (#732)Leon Smith2022-05-231-0/+5
* Add support for Ed448/EdDSA. (#675)Ajitomi, Daisuke2021-10-032-0/+17
* Add from_jwk to Ed25519Algorithm (Support kty: OKP). (#623)Ajitomi, Daisuke2021-03-182-0/+11
* Support ES256K. (#629)Ajitomi, Daisuke2021-03-182-0/+15
* Remove padding from JWK test data. (#628)Ajitomi, Daisuke2021-03-182-5/+5
* Prefer ModuleNotFoundError over ImportError (#565)Jon Dufresne2020-12-211-27/+29
* Add utility functions to assist test skipping (#563)Jon Dufresne2020-12-191-3/+2
* Replace int_from_bytes() with builtin int.from_bytes() (#549)Jon Dufresne2020-12-171-2/+1
* Remove unnecessary force_bytes() calls priot to base64url_decode() (#543)Jon Dufresne2020-12-161-3/+3
* Run pyupgrade to simplify code and use Python 3.6 syntax (#536)Jon Dufresne2020-12-161-7/+5
* Upgrade to isort 5 and adjust configurations (#533)Jon Dufresne2020-12-161-0/+1
* Removed redundant `default_backend()` (#523)Kaushal Rohit2020-10-121-2/+1
* Implementation of ECAlgorithm.from_jwk (#500)José Padilla2020-08-245-0/+38
* Drop deprecation warnings (#515)José Padilla2020-08-249-36/+24
* Fix `tox -e lint` warnings and errors (#490)Jon Dufresne2020-06-091-1/+1
* Run pyupgrade across project to use modern Python 3 conventions (#491)Jon Dufresne2020-06-081-5/+5
* Add support for Ed25519 / EdDSA, with unit tests (#455)Someguy1232020-05-242-0/+4
* DX Tweaks (#450)José Padilla2019-10-211-13/+14
* Throw if key is an PKCS1 PEM-encoded public keyJosé Padilla2017-06-221-0/+5
* Add a failing test for OpenSSH-formatted ECDSA public keysMark Adams2017-03-141-0/+1
* Fix all flake8 issues tox is complaining aboutLandon GB2016-11-281-0/+1
* Add JWK support for HMAC and RSA keysadd-jwk-for-hmac-rsaMark Adams2016-08-281-23/+7
* Added test vectors from the IETF JOSE Cookbook for HMAC, RSA, and EC.Mark Adams2015-05-186-0/+116
* Added tests to cover invalid string validations on HMACMark Adams2015-03-171-0/+21
* Made several changes to testing to increase code coverageMark Adams2015-01-255-0/+50