Skip to content

Update x/crypto for salsa fix #2838

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

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Update x/crypto for salsa fix #2838

merged 1 commit into from
Apr 12, 2019

Conversation

justincormack
Copy link
Contributor

This includes fix for golang/go#30965

This should not break any update, as we should not be encrypting more than
256GB data, as we only use secretbox for encrypting Raft values.

Signed-off-by: Justin Cormack [email protected]

- What I did

- How I did it

- How to test it

- Description for the changelog

This fixes golang/go#30965

This should not break any update, as we should not be encrypting more than
256GB data, as we only use secretbox for encrypting Raft values.

Signed-off-by: Justin Cormack <[email protected]>
justincormack added a commit to justincormack/docker that referenced this pull request Mar 21, 2019
Fixes issues with salsa which is used in swarmkit, see
moby/swarmkit#2838

As we only encrypt small values this should be a non breaking change.

Signed-off-by: Justin Cormack <[email protected]>
@codecov
Copy link

codecov bot commented Mar 21, 2019

Codecov Report

Merging #2838 into master will decrease coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2838      +/-   ##
==========================================
- Coverage   62.19%   62.15%   -0.05%     
==========================================
  Files         139      139              
  Lines       22314    22314              
==========================================
- Hits        13879    13869      -10     
+ Misses       6962     6957       -5     
- Partials     1473     1488      +15

docker-jenkins pushed a commit to docker-archive/docker-ce that referenced this pull request Mar 22, 2019
Fixes issues with salsa which is used in swarmkit, see
moby/swarmkit#2838

As we only encrypt small values this should be a non breaking change.

Signed-off-by: Justin Cormack <[email protected]>
Upstream-commit: b3251001c6757c744ae7a3eaf07633abd0967cfe
Component: engine
adhulipa pushed a commit to adhulipa/docker that referenced this pull request Apr 11, 2019
Fixes issues with salsa which is used in swarmkit, see
moby/swarmkit#2838

As we only encrypt small values this should be a non breaking change.

Signed-off-by: Justin Cormack <[email protected]>
@dperny dperny merged commit eba49ac into moby:master Apr 12, 2019
@justincormack justincormack deleted the salsa branch April 15, 2019 14:22
kiku-jw pushed a commit to kiku-jw/moby that referenced this pull request May 16, 2019
Fixes issues with salsa which is used in swarmkit, see
moby/swarmkit#2838

As we only encrypt small values this should be a non breaking change.

Signed-off-by: Justin Cormack <[email protected]>
thaJeztah pushed a commit to thaJeztah/docker that referenced this pull request Aug 27, 2019
Fixes issues with salsa which is used in swarmkit, see
moby/swarmkit#2838

As we only encrypt small values this should be a non breaking change.

Signed-off-by: Justin Cormack <[email protected]>
(cherry picked from commit b325100)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
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.

3 participants