Mercurial > dropbear
diff dropbearkey.c @ 603:3aa74a4d83ae
Refer to RFCs rather than drafts, update some section references
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 27 Feb 2011 13:57:32 +0000 |
parents | e430a26064ee |
children | 2b1bb792cd4d af4ef98b8591 |
line wrap: on
line diff
--- a/dropbearkey.c Sun Feb 27 13:12:17 2011 +0000 +++ b/dropbearkey.c Sun Feb 27 13:57:32 2011 +0000 @@ -23,7 +23,7 @@ * 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 + * 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()