-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See https://core-wg.github.io/oscore/test-spec5.html Add in new test server oscore-interop-server to provide the necessary functionality. Add in script and configuration files to run the tests locally.
- Loading branch information
Showing
12 changed files
with
1,132 additions
and
3 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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
sender_id,hex,"" | ||
recipient_id,hex,"01" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
sender_id,hex,"01" | ||
recipient_id,hex,"" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
id_context,hex,"37cbf3210017a2d3" | ||
sender_id,hex,"" | ||
recipient_id,hex,"01" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
id_context,hex,"37cbf3210017a2d3" | ||
sender_id,hex,"01" | ||
recipient_id,hex,"" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
sender_id,hex,"010101" | ||
recipient_id,hex,"01" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
sender_id,hex,"" | ||
recipient_id,hex,"01" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 | ||
|
||
break_sender_key,bool,true |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
master_secret,hex,"0102030405060708090a0b0c0d0e0f10" | ||
master_salt,hex,"9e7ca92223786340" | ||
sender_id,hex,"" | ||
recipient_id,hex,"01" | ||
replay_window,integer,30 | ||
aead_alg,integer,10 | ||
hkdf_alg,integer,-10 | ||
ssn_freq,integer,4 | ||
|
||
break_recipient_key,bool,true |
Oops, something went wrong.