summaryrefslogtreecommitdiffstats
path: root/jwcrypto/tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow unknown key parametersSimo Sorce2015-03-181-0/+8
| | | | | | Thanks to Jan Rusnacko for pointing out this flaw. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add more checks, algorithms, testsSimo Sorce2015-03-091-6/+143
|
* Add JWE implementationSimo Sorce2015-03-081-0/+63
| | | | | | | Implements: draft-ietf-jose-json-web-encryption-40 plus Tests
* Add JWS implementationSimo Sorce2015-03-081-1/+259
| | | | | | | | | Implements: draft-ietf-jose-json-web-signature-41 plus Tests Signed-off-by: Simo Sorce <simo@redhat.com>
* Add JWK implementationSimo Sorce2015-03-061-0/+178
Implements: draft-ietf-jose-json-web-key-41 plus Tests Signed-off-by: Simo Sorce <simo@redhat.com>