summaryrefslogtreecommitdiff
path: root/src/protocol/internal/ssh_pubkey_crypto.c
AgeCommit message (Collapse)Author
2016-10-29Add new SSH public key crypto code in ssh_kexIru Cai
The original code is too complicated and is broken under OpenSSL 1.1.0, so I rewrite new crypto code based on the original one, and make it work on OpenSSL 1.1.0. Thanks libssh2 for the HAVE_OPAQUE_STRUCT macro.