You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heimdall doesn't currently have a way to specify accessibility of the key pair entries in the keychain. Unfortunately this means that apps which require access to the keypairs in the background currently won't work correctly while the device is locked (due to the default accessibility of kSecAttrAccessibleWhenUnlocked).
I think it would be helpful to be able to specify a value for kSecAttrAccessible that would override the default. I might have a chance to make a PR soonish, but would appreciate help.
The text was updated successfully, but these errors were encountered:
I can't promise a deadline for this, but when I get a chance I can look into this. A PR would be most welcome (preferably a parameter for initialisation that carries a default value that matches the current behaviour).
Heimdall doesn't currently have a way to specify accessibility of the key pair entries in the keychain. Unfortunately this means that apps which require access to the keypairs in the background currently won't work correctly while the device is locked (due to the default accessibility of
kSecAttrAccessibleWhenUnlocked
).I think it would be helpful to be able to specify a value for
kSecAttrAccessible
that would override the default. I might have a chance to make a PR soonish, but would appreciate help.The text was updated successfully, but these errors were encountered: