Tiago Ribeiro
Tiago Ribeiro
Yes, this is the Portuguese id Card. The PKCS11 library used is the pteidpkcs11.
Hi, the path is provided after installing the middleware provided by the portuguese gov ([Link here](https://www.autenticacao.gov.pt/cc-software)). Paths for pteidpkcs11: - Windows (C:\Windows\System32\pteidpkcs11.dll) - Linux (/usr/local/lib/libpteidpkcs11.so) - Mac OS X (/usr/local/lib/libpteidpkcs11.dylib)...
Hi. I also updated the above JSON so it handles the WINDIR correctly.
Added the json to ~/.fortify/card.json. When setting the provider as "Portuguese ID CARD (eID)" I get the following error: CKR_ATTRIBUTE_VALUE_INVALID (Edit) If I set the provider as Windows CryptoAPI it...
Here's the log. [fortify.log](https://github.com/PeculiarVentures/fortify/files/3309996/fortify.log)
Hi, probably not in next update. But yes, is on my todo list
Hi, will launch new version to revert changes from 1.0.4 to 1.0.5
Hi. For some reason my latest changes were not correctly uploaded, i released version 1.0.6 that reverts changes in iOS
Hi. This is a known issue of Flutter itself in release mode Please add the following to your android/app/build.gradle: ``` defaultConfig { .. ndk { abiFilters 'armeabi-v7a' } } ```
Please let me known if this works