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

PUT rearchitecture: implement OpenSSL C PUT #319

Draft
wants to merge 45 commits into
base: main
Choose a base branch
from

Conversation

michaelmera
Copy link
Contributor

NOTE: This PR is an attempt to restrict the scope of PR #282 by extracting the commits laying the groundwork for the architectural changes.

This PR introduces the C harness for the OpenSSL PUT.

@michaelmera michaelmera force-pushed the michaelmera/openssl-c-harness branch 3 times, most recently from a04a9b5 to 5ea47da Compare June 4, 2024 06:52
@michaelmera michaelmera force-pushed the michaelmera/openssl-c-harness branch from 5ea47da to cd2fe23 Compare June 4, 2024 14:13
The PutName was a bounded array type of 10 characters. Since we will need to
identify PUTs with a fullname when using C PUTs, we relax this constraint and
use String instead.
Since we are imposing clang as compiler for tlspuffin and its
dependencies, we can link against libc++ regardless of platform
considerations. This also fixes the build on intel-based macos.
@michaelmera michaelmera force-pushed the michaelmera/openssl-c-harness branch from cd2fe23 to 4ed9fe0 Compare July 2, 2024 13:40
@michaelmera michaelmera added the ci:fast Run reduced set of CI checks on labeled PR label Jul 2, 2024
@michaelmera michaelmera force-pushed the michaelmera/openssl-c-harness branch from 4ed9fe0 to 460a296 Compare July 4, 2024 08:10
@michaelmera michaelmera self-assigned this Jul 4, 2024
@michaelmera michaelmera force-pushed the michaelmera/openssl-c-harness branch from 460a296 to 4e0f1a4 Compare July 6, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:fast Run reduced set of CI checks on labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant