Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-15 Thread Felix Fietkau
On 2014-02-14 21:39, Catalin Patulea wrote: > Ok. 2013.62 with ECC disabled is 164,968 bytes. Sound reasonable? Yes, that's reasonable. Thanks, - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mail

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
Ok. 2013.62 with ECC disabled is 164,968 bytes. Sound reasonable? On Fri, Feb 14, 2014 at 2:08 PM, Daniel Petre wrote: > > On 14 Feb 2014, at 20:38, Catalin Patulea wrote: >> >> Looks like most of the growth is in new ECC support functions, with >> some small growth to existing functions. Curve2

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Daniel Petre
On 14 Feb 2014, at 20:38, Catalin Patulea wrote: > > Looks like most of the growth is in new ECC support functions, with > some small growth to existing functions. Curve25519 is the largest > single contributor at 3 kB. Disabling Curve25519 brings the final > binary size to 189,900 bytes. > > I

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
On Fri, Feb 14, 2014 at 11:11 AM, Felix Fietkau wrote: > The bloat increase seems a bit excessive for a minor update. Any way to > make the new stuff optional (and disabled by default)? Here are the first few lines of a diff of 'nm --size-sort' between 2013.59 and 2013.62. First column is function

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Felix Fietkau
On 2014-02-09 22:22, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > Notably, this adds elliptic curve cryptography (ECC) support. > > dropbear mips 34kc uClibc binary size: > before: 161,672 bytes > after: 198,008 The bloat increase seems a bit excessi

Re: [OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-14 Thread Catalin Patulea
ping On Sun, Feb 9, 2014 at 4:22 PM, Catalin Patulea wrote: > Upstream changelog: > https://matt.ucc.asn.au/dropbear/CHANGES > > Notably, this adds elliptic curve cryptography (ECC) support. > > dropbear mips 34kc uClibc binary size: > before: 161,672 bytes > after: 198,008 > > Signed-off-by: Cat

[OpenWrt-Devel] [PATCH] dropbear: update to 2013.62

2014-02-09 Thread Catalin Patulea
Upstream changelog: https://matt.ucc.asn.au/dropbear/CHANGES Notably, this adds elliptic curve cryptography (ECC) support. dropbear mips 34kc uClibc binary size: before: 161,672 bytes after: 198,008 Signed-off-by: Catalin Patulea --- package/network/services/dropbear/Makefile |4 ++