server/keyexch.c: Check that all of the algorithms match when setting up.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 23 Apr 2017 03:06:07 +0000 (04:06 +0100)
commit0d9974ba1c7a707352f9d50f592b39b095de534d
treef5b615a7b9e4329bd18e84115b8a5e399e04fe89
parentcc3e30a46963d98f41567893de22916c1a587ff7
server/keyexch.c: Check that all of the algorithms match when setting up.

For some reason, we used only to check that the actual groups matched
and ignored the bulk crypto options.  Check everything now.
server/keyexch.c