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

Convert BasicKeyRequest to KeyRequest to use cloudflare/cfssl 1.x.x #3077

Merged
merged 2 commits into from
Jul 29, 2023

Conversation

eclipseo
Copy link
Contributor

@eclipseo eclipseo commented Oct 2, 2022

This is asimple patch to update cloudfare/cfssl to a versioned release. It simply moves BasicKeyRequest to KeyRequest and update the vendor directory.
It was tested with go test.

Fix #3076

Signed-off-by: Robert-André Mauchin zebob.m@gmail.com

thaJeztah and others added 2 commits July 29, 2023 03:03
full diff: golang/crypto@v0.2.0...v0.3.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This is  asimple patch to update cloudfare/cfssl to a versioned release.
It simply moves BasicKeyRequest to KeyRequest and update the vendor
directory.
It was tested with go test.

Fix moby#3076

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@codecov-commenter
Copy link

Codecov Report

Merging #3077 (f39cdd8) into master (88a8e0a) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #3077      +/-   ##
==========================================
+ Coverage   61.71%   61.81%   +0.09%     
==========================================
  Files         155      155              
  Lines       31145    31145              
==========================================
+ Hits        19221    19252      +31     
+ Misses      10381    10346      -35     
- Partials     1543     1547       +4     

@thaJeztah
Copy link
Member

thaJeztah commented Jul 29, 2023

Sorry for the long delay; the update brought a significant amount of new dependencies, so I opened some pull requests in cfssl to get rid of most of those. The good news is that most of them were accepted and now tagged. The v1.6.3 (and later) release contains those changes;

I did a quick rebase of your PR, and updated the cfssl version to v1.6.4 (current release)

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@thaJeztah thaJeztah merged commit b98a45d into moby:master Jul 29, 2023
8 checks passed
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.

Bump cfssl?
3 participants