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

wireguard: upgrade to 0.0.20180910 #3185

Merged
merged 1 commit into from
Sep 11, 2018
Merged

Conversation

zx2c4
Copy link
Contributor

@zx2c4 zx2c4 commented Sep 11, 2018

  * curve25519: arm: do not modify sp directly
  * compat: support neon.h on old kernels
  * compat: arch-namespace certain includes
  * compat: move simd.h from crypto to compat since it's going upstream

  This fixes a decent amount of compat breakage and thumb2-mode breakage
  introduced by our move to Zinc.

  * crypto: use CRYPTOGAMS license

  Rather than using code from OpenSSL, use code directly from AndyP.

  * poly1305: rewrite self tests from scratch
  * poly1305: switch to donna

  This makes our C Poly1305 implementation a bit more intensely tested and also
  faster, especially on 64-bit systems. It also sets the stage for moving to a
  HACL* implementation when that's ready.

Signed-off-by: Jason A. Donenfeld <[email protected]>
Copy link
Member

@rn rn left a comment

Choose a reason for hiding this comment

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

Thanks for the update. We'll pick this up as usual with the next kernel updates

@rn rn merged commit a503f8c into linuxkit:master Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants