Skip to content

Add OpenSSL 4.0.0 Dockerfile and CI support#139

Merged
woodruffw merged 2 commits intomainfrom
copilot/update-openssl-to-4-0-0
Apr 14, 2026
Merged

Add OpenSSL 4.0.0 Dockerfile and CI support#139
woodruffw merged 2 commits intomainfrom
copilot/update-openssl-to-4-0-0

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

OpenSSL 4.0.0 is a new major feature release with significant breaking changes (removed SSLv3/engine support, opaque ASN1_STRING, const-qualified API signatures, etc.).

Changes

  • openssl-4.0.dockerfile: New Dockerfile mirroring the 3.x pattern — builds statically from the GitHub release tarball with no-tests no-apps
  • .github/workflows/publish.yml: Added openssl-4.0 to the matrix in both build and merge jobs, enabling multi-arch (amd64 + arm64) image publishing to GHCR

Copilot AI linked an issue Apr 14, 2026 that may be closed by this pull request
@woodruffw woodruffw marked this pull request as ready for review April 14, 2026 20:46
Copilot AI changed the title [WIP] Update OpenSSL to version 4.0.0 with new features and changes Add OpenSSL 4.0.0 Dockerfile and CI support Apr 14, 2026
Copilot AI requested a review from woodruffw April 14, 2026 20:46
@woodruffw woodruffw merged commit f11c380 into main Apr 14, 2026
42 checks passed
@woodruffw woodruffw deleted the copilot/update-openssl-to-4-0-0 branch April 14, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New OpenSSL release: OpenSSL 4.0.0

2 participants