GUACAMOLE-205: Merge OpenSSL 1.1 version API upgrade.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/1f8dbb26 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/1f8dbb26 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/1f8dbb26 Branch: refs/heads/master Commit: 1f8dbb265e2327683c2bd072d3b009ec6c92425a Parents: c8fca94 270d51d Author: James Muehlner <[email protected]> Authored: Tue Feb 28 18:47:29 2017 -0800 Committer: James Muehlner <[email protected]> Committed: Tue Feb 28 18:49:44 2017 -0800 ---------------------------------------------------------------------- configure.ac | 45 ++++++++++++++++++++ src/common-ssh/Makefile.am | 14 ++++--- src/common-ssh/buffer.c | 2 +- src/common-ssh/common-ssh/buffer.h | 2 +- src/common-ssh/common-ssh/dsa-compat.h | 61 +++++++++++++++++++++++++++ src/common-ssh/common-ssh/rsa-compat.h | 40 ++++++++++++++++++ src/common-ssh/dsa-compat.c | 59 ++++++++++++++++++++++++++ src/common-ssh/key.c | 64 +++++++++++++++++++++-------- src/common-ssh/rsa-compat.c | 38 +++++++++++++++++ src/common-ssh/ssh.c | 6 +++ src/guacd/daemon.c | 6 +++ 11 files changed, 313 insertions(+), 24 deletions(-) ----------------------------------------------------------------------
