Skip to content

Commit

Permalink
AES Key Wrap Algorithm Support (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Jan 8, 2024
1 parent 6aea85b commit f3750b6
Show file tree
Hide file tree
Showing 6 changed files with 1,208 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ deps/aws-lc-sys/src/bindings.rs

**/target
/Cargo.lock

lcov.info
2 changes: 1 addition & 1 deletion aws-lc-rs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ asan-fips:
RUST_BACKTRACE=1 ASAN_OPTIONS=detect_leaks=1 RUSTFLAGS=-Zsanitizer=address RUSTDOCFLAGS=-Zsanitizer=address cargo +nightly test --lib --bins --tests --examples --target `rustc -vV | sed -n 's|host: ||p'` --no-default-features --features fips,asan

coverage:
cargo llvm-cov --no-fail-fast --fail-under-lines 95 --ignore-filename-regex "aws-lc-sys/*"
cargo llvm-cov --no-fail-fast --fail-under-lines 95 --ignore-filename-regex "aws-lc-sys/*" --lcov --output-path lcov.info

test:
cargo test --all-targets --features ring-benchmarks
Expand Down
Loading

0 comments on commit f3750b6

Please sign in to comment.