This is an automated email from the ASF dual-hosted git repository.
jmuehlner pushed a change to branch staging/1.5.2
in repository https://gitbox.apache.org/repos/asf/guacamole-server.git
from 73259de9 GUACAMOLE-1505: Fix null pointer dereference in RDP protocol
when display is already freed.
add 4768cb7e GUACAMOLE-1669: Prefer FIPS compliant ciphers and algorithms
when FIPS mode is enabled.
add a99a0342 GUACAMOLE-1669: Include ext-info-c in preferred KEX
algorithms to ensure RSA key upgrades can happen.
new 48330606 GUACAMOLE-1669: Merge FIPS mode compliant cipher fix.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/common-ssh/ssh.c | 26 +++++++++++++
src/libguac/Makefile.am | 4 +-
src/libguac/fips.c | 51 +++++++++++++++++++++++++
src/libguac/guacamole/{layer-types.h => fips.h} | 20 +++++-----
4 files changed, 89 insertions(+), 12 deletions(-)
create mode 100644 src/libguac/fips.c
copy src/libguac/guacamole/{layer-types.h => fips.h} (75%)