This update for openssh-openssl1 fixes the following issues:
Security issues fixed:
CVE-2016-6210: Prevent user enumeration through the timing of password
processing (bsc#989363)
CVE-2016-6515: limit accepted password length (prevents possible DoS)
(bsc#992533)
CVE-2016-3115: Sanitise input for xauth(1) (bsc#970632)
CVE-2016-1908: prevent X11 SECURITY circumvention when forwarding X11
connections (bsc#962313)
CVE-2015-8325: ignore PAM environment when using login (bsc#975865)
Disable DH parameters under 2048 bits by default and allow
lowering the limit back to the RFC 4419 specified minimum
through an option (bsc#932483, bsc#948902)
Allow lowering the DH groups parameter limit in server as well
as when GSSAPI key exchange is used (bsc#948902)
Bugs fixed:
avoid complaining about unset DISPLAY variable (bsc#981654)