-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix JWS signature validation (proper jwk header + kid_keys handling)
- Loading branch information
Karel Miko
committed
Sep 1, 2018
1 parent
0905352
commit b98a59b
Showing
4 changed files
with
90 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
use strict; | ||
use warnings; | ||
|
||
use Test::More tests => 2; | ||
use Test::More tests => 3; | ||
|
||
use_ok('Crypt::KeyWrap'); | ||
use_ok('Crypt::JWT'); | ||
|
||
is($Crypt::KeyWrap::VERSION, $Crypt::JWT::VERSION, 'consistent version'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters