Merge branch '2.5.x'
authorMark Wooding <mdw@distorted.org.uk>
Mon, 16 Dec 2019 17:21:25 +0000 (17:21 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 16 Dec 2019 17:21:25 +0000 (17:21 +0000)
commit119bdfc4c80e313417047de10700e6b8c3955d0d
treee9f7db9b401784804e1752b2d9ce3271f93889ad
parent7875ad25119a0099dfcfba3fbd256e404c722ff3
parentc20ac82cfc60ce33ab3f6361c535ef2d0523806f
Merge branch '2.5.x'

* 2.5.x:
  debian/catacomb2.symbols: Bump versions for fixed functions.
  rand/rand.c: Mix the pool key in `rand_gate' and `rand_stretch'.
  rand/lcrand.c: Swap flags and max so generator not advertised as strong.
  pub/dh-kcdsa.c: Free the correct factor.
  math/limlee.c: Don't leak the factor vector on overall failure.
  math/limlee.c: Handle an abort from `pgen' correctly.
  math/pgen.c: Don't free the tester if it's not set up.
  math/ec-exp.h: Fix segfault when base point is at infinity.
  key/key-data.c (key_copydata): Fix catastrophic bug.
  key/key-data.c (key_split): Fix long-standing reference leak.
  key/key-misc.c (key_bytag): Don't give up because a by-id search fails.
  base/dispatch.c, etc.: Check that `rdrand' works.
base/dispatch.c
rand/lcrand.c
rand/rand.c