-
Notifications
You must be signed in to change notification settings - Fork 713
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
../../../../tests/pems/permutations/ec_ecdsa_p256_sha256 | ||
../../../../../tests/pems/permutations/ec_ecdsa_p256_sha256 |
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 +1 @@ | ||
../../../../tests/pems/permutations/ec_ecdsa_p384_sha384 | ||
../../../../../tests/pems/permutations/ec_ecdsa_p384_sha384 |
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,9 +1,9 @@ | ||
This folder actually just contains symlinks to the files in s2n-tls/test/pems/permutations | ||
|
||
``` | ||
ln -s ../../../../tests/pems/permutations/ec_ecdsa_p256_sha256 ecdsa256 | ||
ln -s ../../../../tests/pems/permutations/ec_ecdsa_p384_sha384 ecdsa384 | ||
ln -s ../../../../tests/pems/permutations/rsae_pkcs_2048_sha256 rsa2048 | ||
ln -s ../../../../tests/pems/permutations/rsae_pkcs_3072_sha384 rsa3072 | ||
ln -s ../../../../tests/pems/permutations/rsae_pkcs_4096_sha384 rsa4096 | ||
ln -s ../../../../../tests/pems/permutations/ec_ecdsa_p256_sha256 ecdsa256 | ||
ln -s ../../../../../tests/pems/permutations/ec_ecdsa_p384_sha384 ecdsa384 | ||
ln -s ../../../../../tests/pems/permutations/rsae_pkcs_2048_sha256 rsa2048 | ||
ln -s ../../../../../tests/pems/permutations/rsae_pkcs_3072_sha384 rsa3072 | ||
ln -s ../../../../../tests/pems/permutations/rsae_pkcs_4096_sha384 rsa4096 | ||
``` |
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 +1 @@ | ||
../../../../tests/pems/permutations/rsae_pkcs_2048_sha256 | ||
../../../../../tests/pems/permutations/rsae_pkcs_2048_sha256 |
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 +1 @@ | ||
../../../../tests/pems/permutations/rsae_pkcs_3072_sha384 | ||
../../../../../tests/pems/permutations/rsae_pkcs_3072_sha384 |
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 +1 @@ | ||
../../../../tests/pems/permutations/rsae_pkcs_4096_sha384 | ||
../../../../../tests/pems/permutations/rsae_pkcs_4096_sha384 |