-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add a data
getter to X509Certificate
#33115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Related Flutter bug: flutter/flutter#16066 |
https://dart-review.googlesource.com/c/sdk/+/55505 I'll land after adding a getter for the sha1, which is what I think you mean by fingerprint. |
It should make it in the next roll into Flutter top-of-tree. I'll link the pull request to follow when it shows up. |
Is this available in the beta release of Flutter yet? or where can I pull this source? |
Sorry for not updating. This is now available in Flutter. |
I'm pretty new to flutter. Can someone point me towards a tutorial or a doc that describes how to use this. |
@linuxjet did you check the test sdk/tests/standalone_2/io/secure_client_server_test.dart Lines 44 to 73 in e7495e4
|
HA!.. no I didn't. because I didn't see it. thx |
Hi, |
any update on SSL pinning with public key? |
Can we file a new feature request for SLL pinning with public key, this issue was opened for adding 'data' getter which is done and the issue closed. |
issue opened for ssl public key pinning support. #35981 |
Add a
data
getter to X509Certificate that returns the DER encoded bytes of the certificate fromi2d_X509()
as an UnmodifiableUint8List.This is to enable SSL pinning.
/cc @mit-mit @a-siva
The text was updated successfully, but these errors were encountered: