Dominique Leuenberger 2019-06-04 10:08:03 +00:00 committed by Git OBS Bridge
commit 3437c6c5e1
2 changed files with 7 additions and 1 deletions

View File

@ -1647,7 +1647,7 @@ Index: openssh-7.9p1/kexgsss.c
+ if (dh == NULL)
+ 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_put_bignum2((BIGNUM *)p);
+ packet_put_bignum2((BIGNUM *)g);

View File

@ -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>