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

Update BoringCrypto to FIPS 140-2 certificate 4407. #97

Merged
merged 1 commit into from
May 11, 2023

Conversation

PiotrSikora
Copy link
Contributor

Signed-off-by: Piotr Sikora [email protected]

@PiotrSikora
Copy link
Contributor Author

cc @inikulin

@bleggett
Copy link

bleggett commented Feb 6, 2023

@PiotrSikora this looks good to me, aside from the clippy errors which are minor.

@PiotrSikora
Copy link
Contributor Author

@PiotrSikora this looks good to me, aside from the clippy errors which are minor.

Those are fixed in #98, since they are unrelated to this PR and already exist on the master branch.

@PiotrSikora PiotrSikora mentioned this pull request Feb 6, 2023
@nox nox force-pushed the boringcrypto_4407 branch from 97a041c to 902e7d0 Compare May 9, 2023 08:40
@nox
Copy link
Collaborator

nox commented May 9, 2023

I rebased it.

@inikulin inikulin merged commit 561d786 into cloudflare:master May 11, 2023
nmittler added a commit to nmittler/boring that referenced this pull request Jul 28, 2023
This is needed by https://github.com/quinn-rs/quinn-boring.

FYI this was originally going to be fixed by cloudflare#101, however that PR
was closed and superceded by cloudflare#117, which was missing this fix.

The original problem was caused by cloudflare#97, which updated boringssl
to a version that included [a change that removed hmac.h from ssl.h](google/boringssl@05b360d).

This PR adds an include for hmac.h, so it is again available through boring-sys.
nmittler added a commit to nmittler/boring that referenced this pull request Jul 28, 2023
FYI this was originally going to be fixed by cloudflare#101, however that PR was closed and superseded by cloudflare#117, which was missing this fix.

The original problem was caused by cloudflare#97, which updated boringssl to a version that included [a change that removed hmac.h from ssl.h](google/boringssl@05b360d).

This PR adds an include for hmac.h, so it is again available through boring-sys.
nmittler added a commit to nmittler/boring that referenced this pull request Aug 1, 2023
This was originally going to be fixed by cloudflare#101, however that PR was closed and superseded by cloudflare#117, which was missing this fix.

The original problem was caused by cloudflare#97, which updated boringssl to a version that included [a change that removed hmac.h from ssl.h](google/boringssl@05b360d).

This PR adds an include for hmac.h, so it is again available through boring-sys.
nox pushed a commit that referenced this pull request Aug 1, 2023
This was originally going to be fixed by #101, however that PR was closed and superseded by #117, which was missing this fix.

The original problem was caused by #97, which updated boringssl to a version that included [a change that removed hmac.h from ssl.h](google/boringssl@05b360d).

This PR adds an include for hmac.h, so it is again available through boring-sys.
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.

4 participants