Add aws-lc-fips@1.66.2.envoy module with FIPS validation#3667
Closed
Add aws-lc-fips@1.66.2.envoy module with FIPS validation#3667
Conversation
✅ Deploy Preview for nifty-bassi-e26446 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Copilot
AI
changed the title
[WIP] Add aws-lc-fips module to bazel-registry
Add aws-lc-fips 1.66.2.envoy module to bazel-registry
Jan 30, 2026
Signed-off-by: Ryan Northey <ryan@synca.io>
6573220 to
8b87b82
Compare
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
Add aws-lc-fips 1.66.2.envoy module to bazel-registry
Add aws-lc-fips@1.66.2.envoy with explicit FIPS validation
Jan 30, 2026
Copilot
AI
changed the title
Add aws-lc-fips@1.66.2.envoy with explicit FIPS validation
Add aws-lc-fips@1.66.2.envoy module with FIPS validation
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds AWS-LC FIPS module for Envoy's bzlmod migration (envoyproxy/envoy#42890). AWS-LC provides FIPS-validated cryptography for ppc64le where BoringSSL FIPS is unavailable.
FIPS Validation
Implements explicit runtime validation matching boringssl-fips:
Build flow: compile → validate via
bssl isfips→ expose validated librariesModule Configuration
FIPS=1, static linking,-fPIC@aws-lc-fips//:crypto,@aws-lc-fips//:sslKnown Limitation
AWS-LC lacks newer BoringSSL APIs (e.g., SSL_CREDENTIAL). This is expected - BoringSSL FIPS builds also lack these APIs. Code using these APIs requires conditional compilation when targeting FIPS providers.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/aws/aws-lc/releases/usr/bin/curl curl -sL REDACTED(http block)https://api.github.com/repos/aws/aws-lc/releases/latest/usr/bin/curl curl -sL REDACTED(http block)https://api.github.com/repos/google/boringssl/commits/usr/bin/curl curl -sL REDACTED(http block)https://api.github.com/search/code/usr/bin/curl curl -sL REDACTED(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.