Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for boringssl #290

Merged
merged 71 commits into from
Mar 29, 2024
Merged

Support for boringssl #290

merged 71 commits into from
Mar 29, 2024

Conversation

aeyno
Copy link
Collaborator

@aeyno aeyno commented Nov 24, 2023

Adding support for BoringSSL PUT

aeyno and others added 28 commits November 7, 2023 16:58
 - distinguish re-set RAND from reseed
 - reset RAND once for all for all factories with `determinism_set_reseed_all_factories`
 - reseed all factories before executing a trace with `determinism_reseed_all_factories`
 --> New integration test for determinsim. Passes for OpenSSL!
@LCBH LCBH self-requested a review March 27, 2024 12:13
Copy link
Contributor

@LCBH LCBH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

crates/boring/test/rsa-encrypted.pem Outdated Show resolved Hide resolved
crates/boringssl-src/patches/reset_drbg.patch Show resolved Hide resolved
crates/boringssl-src/wrapper.h Outdated Show resolved Hide resolved
tlspuffin/src/wolfssl/mod.rs Show resolved Hide resolved
tlspuffin/src/tls/seeds.rs Outdated Show resolved Hide resolved
tlspuffin/src/openssl/deterministic.rs Outdated Show resolved Hide resolved
tlspuffin/src/tls/fn_utils.rs Show resolved Hide resolved
tlspuffin/src/tls/rustls/msgs/message.rs Show resolved Hide resolved
@LCBH LCBH linked an issue Mar 29, 2024 that may be closed by this pull request
@LCBH LCBH requested a review from maxammann March 29, 2024 13:19
@LCBH
Copy link
Contributor

LCBH commented Mar 29, 2024

Good to merge 👍

@aeyno aeyno mentioned this pull request Mar 29, 2024
4 tasks
@LCBH LCBH merged commit 310bb2f into main Mar 29, 2024
16 checks passed
@LCBH LCBH deleted the boringssl branch March 29, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tlspufifn is broken
4 participants