Re: sync libfido2 with upstream

2020-08-20 Thread Theo Buehler
On Fri, Aug 21, 2020 at 11:42:53AM +1000, Damien Miller wrote: > On Mon, 17 Aug 2020, Damien Miller wrote: > > > On Mon, 10 Aug 2020, Damien Miller wrote: > > > > > Hi, > > > > > > This syncs libfido2 with the current state of upstream. It includes > > > a few new APIs that I want to use in Open

Re: sync libfido2 with upstream

2020-08-20 Thread Damien Miller
On Mon, 17 Aug 2020, Damien Miller wrote: > On Mon, 10 Aug 2020, Damien Miller wrote: > > > Hi, > > > > This syncs libfido2 with the current state of upstream. It includes > > a few new APIs that I want to use in OpenSSH to improve FIDO token > > support (require-PIN and fixing some corner-case

Re: sync libfido2 with upstream

2020-08-16 Thread Damien Miller
On Mon, 10 Aug 2020, Damien Miller wrote: > Hi, > > This syncs libfido2 with the current state of upstream. It includes > a few new APIs that I want to use in OpenSSH to improve FIDO token > support (require-PIN and fixing some corner-case bugs around multiple > inserted tokens). > > ok? > > (m

sync libfido2 with upstream

2020-08-09 Thread Damien Miller
Hi, This syncs libfido2 with the current state of upstream. It includes a few new APIs that I want to use in OpenSSH to improve FIDO token support (require-PIN and fixing some corner-case bugs around multiple inserted tokens). ok? (major crank for ABI change) Index: Makefile ===