Skip to content

Commit 90c753f

Browse files
committed
Linux-specific fixes
- Fixed SEGV on linux build (stack misalignment issue) - Fixed minor rayon initialization bug - Updated .gitignore and added missing package (hex_literal) - platform specific changes for rsa_pss_sign_and_verify test - Removed build.sh (conflict resolution)
1 parent 421675b commit 90c753f

File tree

10 files changed

+34
-1887
lines changed

10 files changed

+34
-1887
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
.DS_Store
2-
/wolfcrypt-rs/target
31
/rustls-wolfcrypt-provider/target
4-
/.vscode
5-
/Cargo.lock
2+
/rustls-wolfcrypt-provider/Cargo.lock
3+
/wolfcrypt-rs/target
4+
/wolfcrypt-rs/Cargo.lock
65
/wolfcrypt-rs/wolfssl-5.7.4-stable/

build.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)