Skip to content

Commit

Permalink
fix cert symlink paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Dec 20, 2024
1 parent 8fc068a commit c57b4dc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bindings/rust/standard/bench/certs/ecdsa256
2 changes: 1 addition & 1 deletion bindings/rust/standard/bench/certs/ecdsa384
10 changes: 5 additions & 5 deletions bindings/rust/standard/bench/certs/readme.md
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
```
2 changes: 1 addition & 1 deletion bindings/rust/standard/bench/certs/rsa2048
2 changes: 1 addition & 1 deletion bindings/rust/standard/bench/certs/rsa3072
2 changes: 1 addition & 1 deletion bindings/rust/standard/bench/certs/rsa4096

0 comments on commit c57b4dc

Please sign in to comment.