Commit Graph

120 Commits (74f5a248c70eed9fefe771f8db50dbc37ef401d9)

Author SHA1 Message Date
Justin Richer a4a40ffae5 unit test for x509 endpoint 2012-09-12 14:14:15 -04:00
Justin Richer 51b8dbe065 Revert "updated jwtHeader typ to use an enum" -- set things back to using a string
This reverts commit 3b2268c622.
2012-08-02 14:16:55 -04:00
Mike Derryberry 3b2268c622 updated jwtHeader typ to use an enum 2012-07-31 11:29:48 -04:00
Justin Richer d07667576e cleaned up old code 2012-07-30 16:50:44 -04:00
Justin Richer c80f7f1fcd removed keystore dependency where it is not needed 2012-07-30 14:58:29 -04:00
Justin Richer 319568d971 refactored JWA algorithm markers to use enum instead of string as stored class 2012-07-23 20:21:31 -04:00
Justin Richer 165f3ea292 fixed some unit tests, broke others 2012-07-23 18:44:47 -04:00
Amanda Anganes 8abbce3a2d fixed broken unit tests - they were pointing to the wrong spring context file; 2012-07-06 14:22:06 -04:00
Mike Derryberry 65dc3daaf8 smart client 2012-06-12 16:09:01 -04:00
Justin Richer 97dffb6414 added copyright to all java files. closes #11 2012-04-27 17:55:58 -04:00
Amanda Anganes 2e4f312f79 Fixed tests - they were pointing to the wrong context file. 2012-04-18 10:55:28 -04:00
nemonik d056079fea Support for ECDSA JWT signer was removed as it would require the system-wide installation and configuration of the Bouncy Castle Security Provider in order for the server to work when deployed to Tomcat. See issue ticket #20 2012-04-10 13:41:18 -04:00
Justin Richer eabc49cb01 fixed documentation, included python source to generate signature 2012-04-09 10:52:17 -04:00
Justin Richer c21607dcbe fixed hmac unit test after signature base string was fixed in underlying code 2012-04-09 10:48:02 -04:00
nemonik 6c8661f3ad the signature base created in the verify method of the AbstractJwtSigner did not match how the Jwt.getSignatureBase creates the signature base. also, modified the testGenerateHmacSignature to exercise 2012-04-02 22:12:03 -04:00
nemonik 267f1b2de3 bas64 decoded signature prior to verifying, modified unit rsa unit test, and fixed ecdsa signer verify 2012-04-02 21:32:42 -04:00
Justin Richer 3dfe6df410 refactored algorithms out to their own separate Enum 2012-04-02 13:13:13 -04:00
nemonik 0a29eba617 unit test correction, slight refactor of tested classes 2012-03-29 14:02:51 -04:00
nemonik 1209e9a83f fix to JwtTest unit test 2012-03-29 12:54:03 -04:00
Justin Richer a0cdd8bf2f moved server to new package location 2012-03-16 15:01:53 -04:00