summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow unknown key parametersSimo Sorce2015-03-182-0/+17
| | | | | | Thanks to Jan Rusnacko for pointing out this flaw. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add more checks, algorithms, testsSimo Sorce2015-03-093-13/+321
|
* Implement JWE JSON DeserializationSimo Sorce2015-03-091-51/+118
| | | | Also fix JWE JSON Serialization bug
* Use a constant time comparison for comparing an HMACAlex Gaynor2015-03-081-2/+2
| | | | Fixes #2
* Add JWE implementationSimo Sorce2015-03-083-26/+524
| | | | | | | Implements: draft-ietf-jose-json-web-encryption-40 plus Tests
* Add JWS implementationSimo Sorce2015-03-084-2/+729
| | | | | | | | | Implements: draft-ietf-jose-json-web-signature-41 plus Tests Signed-off-by: Simo Sorce <simo@redhat.com>
* Add JWK implementationSimo Sorce2015-03-062-0/+432
| | | | | | | | | Implements: draft-ietf-jose-json-web-key-41 plus Tests Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial commitSimo Sorce2015-03-048-0/+244
Project for the implementation of the JOSE WG protocols Add some commong functions. Signed-off-by: Simo Sorce <simo@redhat.com>