Mistial Developer
                                            Mistial Developer
                                        
                                    Looks like this is a potentially a duplicate of / related to #4. I've seen this behaviour in the wild as well as in the implementation I'm working on, so...
Thank you for your response. I'm not intentionally chaining the APDUs. Class is 0x00, and I'm setting Le to a length less than the object length. It's terminating normally, just...
That's the next APDU, the one that shows the error. Doing a bit of an explanation in case someone comes across this later. > The trace in original post does...
> if you can think of any scenario where you might want to `a) get the first part; b) issue some other command; c) get the remaining part`, please let...
> Looking at the use of GPSystem in this applet (GPSystem.getSecureChannel(), resetSecurity(), getSecurityLevel(), unwrap(), processSecurity()) then "mocking" this as a java code for jcardsim is max half day of effort....
ChatGPT proved surprisingly helpful. ```java @org.junit.jupiter.api.Test void testConfiguration() { try (MockedStatic mocked = Mockito.mockStatic(GPSystem.class)) { SecureChannel mockedSecureChannel = Mockito.mock(SecureChannel.class); // Mock getSecurityLevel() to return a value that indicates that the...
> I wonder whose code that is, and which license it was under. Much of it likely is derived from the Mokito documentation, or the GlobalPlatform documentation (which has its...
> OpenFIPS201 doesn't have that luxury being a self-installed applet, That's going to depend on the organization making the cards. As an example, I know of one org that is...
As for your workflow: > Add an Options.attestationKey configuration param or something similar to indicate which key is used for attestation (0 for disabled) Making it disableable makes sense. >...
Is it possible to just have a repo that emits a stored .fap from git, so that it can be on the app store?