Skip to content

Commit

Permalink
Merge pull request #48 from spivachuk/key-change
Browse files Browse the repository at this point in the history
Changed Ed25519 key for Charlie
  • Loading branch information
ashcherbakov authored Nov 9, 2021
2 parents 3496ab6 + aedabdc commit a0ef15f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ val CHARLIE_AUTH_METHOD_25519 = VerificationMethod(
{
"kty": "OKP",
"crv": "Ed25519",
"x": "G-boxFB6vOZBu-wXkm-9Lh79I8nf9Z50cILaOgKKGww"
"x": "VDXDwuGKVq91zxU6q7__jLDUq8_C5cuxECgd-1feFTE"
}
"""
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ class AliceNewSecretResolverMock : SecretResolverInMemoryMock {
"""
{
"kty":"OKP",
"d":"pFRUKkyzx4kHdJtFSnlPA9WzqkDT1HWV0xZ5OYZd2SY",
"d":"T2azVap7CYD_kB8ilbnFYqwwYb5N-GcD6yjGEvquZXg",
"crv":"Ed25519",
"x":"G-boxFB6vOZBu-wXkm-9Lh79I8nf9Z50cILaOgKKGww"
"x":"VDXDwuGKVq91zxU6q7__jLDUq8_C5cuxECgd-1feFTE"
}
""".trimIndent()
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ class AliceRotatedToCharlieSecretResolverMock : SecretResolver {
"""
{
"kty":"OKP",
"d":"pFRUKkyzx4kHdJtFSnlPA9WzqkDT1HWV0xZ5OYZd2SY",
"d":"T2azVap7CYD_kB8ilbnFYqwwYb5N-GcD6yjGEvquZXg",
"crv":"Ed25519",
"x":"G-boxFB6vOZBu-wXkm-9Lh79I8nf9Z50cILaOgKKGww"
"x":"VDXDwuGKVq91zxU6q7__jLDUq8_C5cuxECgd-1feFTE"
}
""".trimIndent()
)
Expand Down

0 comments on commit a0ef15f

Please sign in to comment.