Commit Graph

14 Commits (adb8499beee24a64ecf9a6093ff546d7239634aa)

Author SHA1 Message Date
Mike Derryberry 65dc3daaf8 smart client 2012-06-12 16:09:01 -04:00
Justin Richer 8e33a17307 moved DB schema files up a few levels, fixed test context to point to new locations 2012-06-05 11:32:51 -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 d5e7000365 disabled custom namespace parsers for keystores 2012-03-22 13:39:51 -04:00
Justin Richer a0cdd8bf2f moved server to new package location 2012-03-16 15:01:53 -04:00