Hi Guacamole community, I have a question about OpenSSL compatibility between Guacamole versions.
BACKGROUND: We successfully compiled guacamole-server-1.4.0 on SLES 12 SP3 with OpenSSL-FIPS-1.0.2j. This worked because 1.4.0 includes OpenSSL compatibility shims (rsa-compat.h/c) that provide OpenSSL 1.1.x functions for older versions. QUESTION: Does guacamole-server-1.6.0 still include these OpenSSL 1.0.2 compatibility shims? ENVIRONMENT: - OS: SUSE Linux Enterprise Server 12 SP3 - OpenSSL: openssl-fips-1.0.2zj - Current: guacamole-server-1.4.0 (working) - Target: guacamole-server-1.6.0 This matters for enterprise environments restricted to FIPS-validated OpenSSL versions. Any guidance on minimum OpenSSL requirements for 1.6.0 would be appreciated. Thanks!