Håvard Fossli

Results 159 comments of Håvard Fossli

And then there's https://github.com/hfossli/amoeba/tree/swift?files=1

I have written a swift wrapper around amoeba. See my link. I’m sure Starwing is fine with merging that swift wrapper and adding a package.swift

I’m open to any license on my part (do what you want)

Here also a list of various implementations in various languages http://overconstrained.io/

This is currently not supported in this code base. If you want to we can make it happen! Are you a representing a company? We are considering opening up a...

I think in general it is better to *try* to create a key with highest security and then fallback instead of up-front trying to configure and guess the devices capabilities.

Just a note: Setting `.privateKeyUsage` alone yields `-25293` unless the key is stored on secure enclave

Interesting. I didn’t know you could pass a password. I thought it had to be done by the user first time upon key creation. If the api is limiting you...

Thanks for sharing that useful article. I think as you, that changes is required in order to properly support this. I will have to think about this. What’s needed to...

Yep. It is possible to do this using a custom LAContext and application password flag. I have been working on a renewed api. You can check it out here. Also...