-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Android] X509KeyStorageFlags in X509Certificate constructor are ignored #52435
Comments
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsThis is mirror of identical issue on iOS: The implementation of PKCS#12 certificate loading ignores the flags passed to the constructor. Code reference: Lines 28 to 29 in f511a4a
Line 65 in f511a4a
|
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsThis is mirror of identical issue on iOS: The implementation of PKCS#12 certificate loading ignores the flags passed to the constructor. Code reference: Lines 28 to 29 in f511a4a
Line 65 in f511a4a
|
Is this resolved by #55425 |
@mdh1418 This should be a similar fix as iOS. |
This is mirror of identical issue on iOS:
The implementation of PKCS#12 certificate loading ignores the flags passed to the constructor.
Code reference:
runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Android/StorePal.cs
Lines 28 to 29 in f511a4a
runtime/src/libraries/System.Security.Cryptography.X509Certificates/src/Internal/Cryptography/Pal.Android/AndroidCertificatePal.cs
Line 65 in f511a4a
The text was updated successfully, but these errors were encountered: