Accepting request 706737 from network
OBS-URL: https://build.opensuse.org/request/show/706737 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssh?expand=0&rev=132
This commit is contained in:
commit
3437c6c5e1
@ -1647,7 +1647,7 @@ Index: openssh-7.9p1/kexgsss.c
|
|||||||
+ if (dh == NULL)
|
+ if (dh == NULL)
|
||||||
+ packet_disconnect("Protocol error: no matching group found");
|
+ packet_disconnect("Protocol error: no matching group found");
|
||||||
+
|
+
|
||||||
+ DH_set0_pqg(dh, &p, NULL, &g);
|
+ DH_get0_pqg(dh, &p, NULL, &g);
|
||||||
+ packet_start(SSH2_MSG_KEXGSS_GROUP);
|
+ packet_start(SSH2_MSG_KEXGSS_GROUP);
|
||||||
+ packet_put_bignum2((BIGNUM *)p);
|
+ packet_put_bignum2((BIGNUM *)p);
|
||||||
+ packet_put_bignum2((BIGNUM *)g);
|
+ packet_put_bignum2((BIGNUM *)g);
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 31 11:14:42 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||||
|
|
||||||
|
- Fix a crash with GSSAPI key exchange (bsc#1136104)
|
||||||
|
* modify openssh-7.7p1-gssapi_key_exchange.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 12:55:13 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
Thu Mar 28 12:55:13 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user