diff dropbearkey.c @ 641:2b1bb792cd4d dropbear-tfm

- Update tfm changes to current default tip
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:52:28 +0800
parents 76097ec1a29a 3aa74a4d83ae
children
line wrap: on
line diff
--- a/dropbearkey.c	Mon Nov 21 19:19:57 2011 +0800
+++ b/dropbearkey.c	Mon Nov 21 19:52:28 2011 +0800
@@ -23,8 +23,8 @@
  * SOFTWARE. */
 
 /* The format of the keyfiles is basically a raw dump of the buffer. Data types
- * are specified in the transport draft - string is a 32-bit len then the
- * non-null-terminated string, fp_int is a 32-bit len then the bignum data.
+ * are specified in the transport rfc 4253 - string is a 32-bit len then the
+ * non-null-terminated string, mp_int is a 32-bit len then the bignum data.
  * The actual functions are buf_put_rsa_priv_key() and buf_put_dss_priv_key()
 
  * RSA: