Displaying 3 results from an estimated 3 matches for "kex_finish".
2002 Jun 18
2
kex_reset_dispatch()
Hi All,
kex_reset_dispatch() function is called in kex_setup() function at the
start of the key exchange. But kex_reset_dispatch() is called again
in kex_finish(). Why is it needed ?
Regards
DSA
_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com
2013 Sep 24
9
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...session id */
+ if (kex->session_id == NULL) {
+ kex->session_id_len = hashlen;
+ kex->session_id = xmalloc(kex->session_id_len);
+ memcpy(kex->session_id, hash, kex->session_id_len);
+ }
+
+ kex_derive_keys(kex, hash, hashlen, shared_secret);
+ BN_clear_free(shared_secret);
+ kex_finish(kex);
+}
diff --git a/kexc25519s.c b/kexc25519s.c
new file mode 100644
index 0000000..51fa24a
--- /dev/null
+++ b/kexc25519s.c
@@ -0,0 +1,144 @@
+/*
+ * Copyright (c) 2001 Markus Friedl. All rights reserved.
+ * Copyright (c) 2010 Damien Miller. All rights reserved.
+ * Copyright (c) 2013 Aris Ad...
2014 Jul 15
3
GSSAPI
If I am trying to build OpenSSH 6.6 with Kerberos GSSAPI support, do I still need to get Simon Wilkinson's patches?
---
Scott Neugroschl | XYPRO Technology Corporation
4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |