search for: kex_alg_by_name

Displaying 2 results from an estimated 2 matches for "kex_alg_by_name".

2014 Jan 24
3
[Bug 2198] New: GSSAPIKeyExchange gssapi-keyex bug in kex.c choose_kex()
...strcmp() and strncmp(). The strncmp() name comparisons on just the leading part of the name were necessary for KEX_GSS_GEX_SHA1_ID, KEX_GSS_GRP1_SHA1_ID, and KEX_GSS_GRP14_SHA1_ID. Starting with 6.3.p1 and continuing in 6.4p1 and openssh-SNAP-20140125.tar.gz kex.c moved to a kexalgs table with a kex_alg_by_name() lookup. Since kex_alg_by_name() only uses strcmp, the above kex algorith names fail to make an exact match. For example, KEX_GSS_GEX_SHA1_ID = gss-gex-sha1- vs k->name = gss-gex-sha1-toWM5Slw5Ew8Mqkay+al2g== Proposed fix: Add strncmp() special cases for the KEX_GSS_* algorithms. See exampl...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |