Skip to content

Commit

Permalink
add aws_lc_rs support to use as crypto backend
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Dec 14, 2023
1 parent 53a5232 commit 5b668a8
Show file tree
Hide file tree
Showing 8 changed files with 491 additions and 122 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
components: clippy
- run: cargo clippy --all-features --all-targets
- run: cargo clippy --no-default-features --all-targets
- run: cargo clippy --no-default-features --features aws_lc_rs,pem --all-targets

rustdoc:
name: Documentation
Expand Down Expand Up @@ -125,8 +125,8 @@ jobs:
run: cargo test --all-targets
- name: Run the tests with x509-parser enabled
run: cargo test --verbose --features x509-parser --all-targets
- name: Run the tests with no default features enabled
run: cargo test --verbose --no-default-features --all-targets
- name: Run the tests with aws_lc_rs backend enabled
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets

build:
strategy:
Expand Down Expand Up @@ -164,8 +164,8 @@ jobs:
run: cargo test --all-targets
- name: Run the tests with x509-parser enabled
run: cargo test --verbose --features x509-parser --all-targets
- name: Run the tests with no default features enabled
run: cargo test --verbose --no-default-features --all-targets
- name: Run the tests with aws_lc_rs backend enabled
run: cargo test --verbose --no-default-features --features aws_lc_rs,pem --all-targets

coverage:
name: Measure coverage
Expand Down
Loading

0 comments on commit 5b668a8

Please sign in to comment.