Displaying 1 result from an estimated 1 matches for "debug_kexecdh".
2013 Sep 24
9
[PATCH] curve25519-sha256@libssh.org key exchange proposal
...VP_MD *, char *, char *, char *, int,
+ char *, int, u_char *, int, const unsigned char *, const unsigned char *,
+ const BIGNUM *, u_char **, u_int *);
+
+void
derive_ssh1_session_id(BIGNUM *, BIGNUM *, u_int8_t[8], u_int8_t[16]);
#if defined(DEBUG_KEX) || defined(DEBUG_KEXDH) || defined(DEBUG_KEXECDH)
diff --git a/kexc25519.c b/kexc25519.c
new file mode 100644
index 0000000..8260fad
--- /dev/null
+++ b/kexc25519.c
@@ -0,0 +1,96 @@
+/*
+ * Copyright (c) 2001 Markus Friedl. All rights reserved.
+ * Copyright (c) 2010 Damien Miller. All rights reserved.
+ * Copyright (c) 2013 Aris Adamantiadis....