Re: Image signatures

2016-04-06 Thread aditi hilbert
Marko, That’s true :( 10s is very long! Some perf numbers are here if you want some reference later on. http://www.cryptopp.com/benchmarks.html thanks, aditi > On Apr 6, 2016, at 6:47 PM, marko kiiskila wrote: > > I added ECC224, as

Re: Rename newtmgr protocol

2016-04-06 Thread Vipul Rahane
I agree as well. > On Apr 6, 2016, at 8:44 PM, "p...@wrada.com" wrote: > > I like the idea of having different names. I think nmp is fine for the > protocol. > >> On 4/6/16, 7:24 PM, "Christopher Collins" wrote: >> >> Hello all, >> >> There are two

Re: Rename newtmgr protocol

2016-04-06 Thread p...@wrada.com
I like the idea of having different names. I think nmp is fine for the protocol. On 4/6/16, 7:24 PM, "Christopher Collins" wrote: >Hello all, > >There are two things called "newtmgr": > >1. A simple command-response protocol used for interfacing with mynewt > devices

Rename newtmgr protocol

2016-04-06 Thread Christopher Collins
Hello all, There are two things called "newtmgr": 1. A simple command-response protocol used for interfacing with mynewt devices (the newtmgr server code is at core:libs/newtmgr). 2. A CLI tool which communicates with mynewt devics via the newtmgr protocol (newt:newtmgr). I have had a

Re: hal_gpio_toggle() should return changed pin state

2016-04-06 Thread p...@wrada.com
Sound good to me > On Apr 6, 2016, at 3:10 PM, will sanfilippo wrote: > > Seems fine to me. > > >> On Apr 6, 2016, at 1:45 PM, Vipul Rahane wrote: >> >> Hello, >> >> Current definition: void hal_gpio_toggle() doesn’t return anything. >> Proposed

Re: Image signatures

2016-04-06 Thread marko kiiskila
I added ECC224, as this should be equivalent to RSA 2048 security-wise. It appears that with mbedTLS the ECC size is bigger though. 14k, to be exact. I did not go through that rigorous of size reduction for this though, as ECC signature verification takes much longer than with RSA. It takes ~10

Re: hal_gpio_toggle() should return changed pin state

2016-04-06 Thread will sanfilippo
Seems fine to me. > On Apr 6, 2016, at 1:45 PM, Vipul Rahane wrote: > > Hello, > > Current definition: void hal_gpio_toggle() doesn’t return anything. > Proposed definition: int hal_gpio_toggle(). I want to do this so that it > returns the pins changed state. I would like

hal_gpio_toggle() should return changed pin state

2016-04-06 Thread Vipul Rahane
Hello, Current definition: void hal_gpio_toggle() doesn’t return anything. Proposed definition: int hal_gpio_toggle(). I want to do this so that it returns the pins changed state. I would like to make this change so that we know what the gpio is actually set to. Both ways we do

Re: [VOTE]: Committer status for Paul Dietrich and Neel Natu

2016-04-06 Thread Christopher Collins
On Tue, Apr 05, 2016 at 10:39:01PM -0700, aditi hilbert wrote: > This is a call to vote on conferring committer status to the following > two contributors. They have submitted several patches and entire > modules via pull requests on Mynewt github mirrors on a variety of > topics. > > [+1] Paul

Re: April board report for Mynewt

2016-04-06 Thread Jim Jagielski
+1 Thx! > On Apr 6, 2016, at 1:33 AM, aditi hilbert wrote: > > Justin, > > Thanks for the review. Here is the revised draft. I am trying to upload it to > the Apache site now. > > I misspoke actually. Three new people started adding code via pull > requests/patches. We