Justin Richer
|
7badfe1d17
|
Happy new year 2016!
|
2016-01-21 15:50:37 -05:00 |
Justin Richer
|
7f464c496b
|
changed copyright to new consortium name
|
2015-12-16 14:51:12 -05:00 |
Justin Richer
|
2496dc114c
|
allow language system to be loaded from multiple files. closes #817 closes #876
|
2015-11-24 20:33:55 -05:00 |
Justin Richer
|
5f24685f17
|
removed problematic (and not very useful) unit test, closes #742
|
2015-10-19 15:00:41 -04:00 |
Justin Richer
|
f04face41e
|
updated to nimbus 4.3, check JCE policy and algorithm availability before running unit tests, closes #938
|
2015-10-19 14:47:56 -04:00 |
Justin Richer
|
149e93e970
|
Disabled broken crypto tests, pending #938
|
2015-10-13 11:57:41 -04:00 |
Justin Richer
|
ebb4f2c3d4
|
Upgraded to nimbus 4.2, closes #934
|
2015-10-13 04:40:01 -04:00 |
Mark Janssen
|
9e74e40453
|
Use diamond syntax instead of explicit types
|
2015-06-03 10:24:48 -04:00 |
Justin Richer
|
cb8abca0f6
|
removed embedded JOSE classes in favor of converters
|
2015-05-22 13:04:21 -04:00 |
Justin Richer
|
617d485478
|
updated all references to media types to use constants instead of literals, closes #767
|
2015-03-11 12:06:38 -04:00 |
Justin Richer
|
994ce6c743
|
consistently named JOSE-based classes, closes #529
|
2015-02-17 12:11:58 -05:00 |
Justin Richer
|
685960358c
|
formatting cleanup
|
2015-02-17 11:08:46 -05:00 |
Justin Richer
|
e2349984b8
|
happy new year 2015!
|
2015-02-17 10:24:08 -05:00 |
Justin Richer
|
134909a82f
|
import cleanup
|
2014-10-07 19:40:38 -04:00 |
Justin Richer
|
ec8f708472
|
swapped exception class for existing BeanCreationException, added example flag in config file (commented out)
closes #528
closes #689
|
2014-10-04 14:59:36 -04:00 |
John Brooks
|
3e3613f471
|
Corrected bean setup for checkForHttps case tests.
|
2014-10-04 11:21:01 -04:00 |
John Brooks
|
acc4cf16bd
|
Separated checkForHttps cases into separate test methods.
|
2014-10-04 11:21:01 -04:00 |
John Brooks
|
e1015e1194
|
Create flag to force HTTPS of value of issuer on server startup, addresses #528
|
2014-10-04 11:21:00 -04:00 |
Justin Richer
|
78f3e68e8b
|
update unit test for Windows environment, closes #647
|
2014-07-31 23:22:06 -04:00 |
tsitkov
|
5c2cb75407
|
Better test coverage for JWS/EAlgorithmEmbed, JWEEncryptionMethodEmbed
|
2014-07-16 21:39:13 -04:00 |
Justin Richer
|
3412c1877e
|
removed unnecessary unit test
|
2014-07-02 15:05:37 -04:00 |
tsitkov
|
e1b4df74f0
|
Added tests for DefaultJwtEncryptionAndDecryptionService
|
2014-07-02 14:57:56 -04:00 |
Justin Richer
|
5223d88e0a
|
updated unit test to fit new nimbus version
|
2014-07-02 11:41:38 -04:00 |
Kristina Sahlmann
|
306c8cff17
|
update nimbus-jose-jwt dependency to 2.26 and fix the affected files
|
2014-07-02 11:37:42 -04:00 |
tsitkov
|
48431fd5c7
|
Unit test for JWKSetKeyStore class
|
2014-06-30 13:21:07 -04:00 |
Justin Richer
|
3b52ce8201
|
happy new year!
|
2014-01-20 12:38:42 -05:00 |
Justin Richer
|
ebbc7209aa
|
automated code formatting and cleanup
|
2013-12-03 14:19:34 -05:00 |
Justin Richer
|
e67a41c556
|
added transient passthroughs to JOSE algorithms for client
|
2013-09-12 14:08:37 -04:00 |
William Kim
|
15ec027505
|
Revert "junit test added for signing service."
This reverts commit 9f89f84da1 .
|
2013-08-26 15:32:43 -04:00 |
William Kim
|
9f89f84da1
|
junit test added for signing service.
|
2013-08-26 14:57:26 -04:00 |
William Kim
|
e1b072c991
|
Updated nimbusds library version to 2.17.2 and made relevant changes in enc./dec. service and test
|
2013-08-07 18:07:58 -04:00 |
William Kim
|
372675fd2a
|
changed encrypt/decrypt parameter to use JWEObject instead of EncryptedJWT
|
2013-08-07 18:07:58 -04:00 |
William Kim
|
f0b77f8614
|
RSA encryption service tested.
|
2013-08-07 18:07:58 -04:00 |
William Kim
|
3a1c551ff7
|
implemented symmetric key encryption.
|
2013-08-07 18:07:58 -04:00 |
William Kim
|
dfbefe0780
|
encrypt/decrypt implemented. initial commit for unit testing of jwe service.
|
2013-08-07 18:07:58 -04:00 |
Justin Richer
|
beaeaa4ccc
|
I can spell "consortium", I promise
|
2013-07-29 17:40:26 -04:00 |
Justin Richer
|
e658ffd7fc
|
format/cleanup and copyright
|
2013-07-29 11:28:51 -04:00 |
Justin Richer
|
fb448a246a
|
converted test data to map, use new serializer
|
2013-07-26 12:55:22 -04:00 |
William Kim
|
f565688e59
|
changed name issuer->normalized. the result of normalization is not necessarily the issuer.
|
2013-07-25 18:12:02 -04:00 |
William Kim
|
d80aaced9a
|
reorganized test data and test methods.
|
2013-07-25 17:56:33 -04:00 |
William Kim
|
809a243b64
|
tests for webfinger url normalization.
|
2013-07-25 15:00:10 -04:00 |
William Kim
|
b438e87f98
|
passed wire testing and updated unit tests.
|
2013-06-24 15:09:12 -04:00 |
Justin Richer
|
de77f2c75a
|
commentary!
|
2013-05-31 15:48:56 -04:00 |
Justin Richer
|
d0eb98b8ff
|
tests for embedded JOSE objects
|
2013-05-31 15:46:27 -04:00 |
Justin Richer
|
8ee299aab3
|
added tests for ClientDetailsEntity and RegisteredClient data objects
|
2013-05-31 15:46:27 -04:00 |
Justin Richer
|
317526b1ad
|
unit tests for basic data classes
|
2013-05-29 17:47:04 -04:00 |
Justin Richer
|
46a3e70377
|
removed idtoken class, removed all jwe/jwt tests
|
2013-02-22 12:08:01 -05:00 |
Mike Derryberry
|
95dcb10472
|
updated encrypter/decrypter to store keys as member variables rather than to pass them in
|
2012-07-31 11:29:32 -04:00 |
Mike Derryberry
|
61c7231d9a
|
updated encrypter and decrypter to use enum class rather than fragile parsing
|
2012-07-31 11:28:46 -04:00 |
Justin Richer
|
f9dd9df7cd
|
added skip to test for encryption if not running unlimited strength java
|
2012-07-30 14:47:02 -04:00 |