chiark / gitweb /
Merge branch '2.4.x' into 2.5.x
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:39:18 +0000 (20:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 May 2020 19:39:18 +0000 (20:39 +0100)
commit8c5956c14f5834a072e1a9345ae1f356b14164ca
tree2531d1f6b68d383f4c46dc03c46942598f04bd5d
parentac82eac807a9818e676c316f8afeab5cff2572cd
parentce7001d8ef72928ff966e3c9da1c62ce1d00d2c0
Merge branch '2.4.x' into 2.5.x

* 2.4.x:
  Release 2.4.5.
  math/group-parse.c (group-parse): Parse binary-group descriptions.
  math/group-parse.c: Fix copyright notice.
  *.c: Check for ARM64 SIMD before using the accelerated code.
  base/dispatch.c: Recognize `CPUFEAT_ARM_NEON' as requesting ARM64 SIMD.
  symm/t/chacha: Missing test from RFC8439.
  math/t/{mpx,mpmont}: Add some extra tests for flushing out `mul4' bugs.
  math/mpx-mul4-*: Test the `...zc' variants too.
  math/Makefile.am, symm/Makefile.am: Use `--no-install' on oddball tests.
  progs/pixie.c: Don't crash when trying to set an empty passphrase.
  configure.ac, vars.am: Use host-specific link options for test programs.
base/dispatch.c
configure.ac
debian/changelog
math/Makefile.am
math/mpx-mul4-amd64-sse2.S
math/mpx-mul4-x86-sse2.S
symm/Makefile.am
symm/chacha.c
symm/salsa20.c
symm/t/chacha