-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Add GetDevicePublicKey #2400
base: main
Are you sure you want to change the base?
Add GetDevicePublicKey #2400
Conversation
src/DeviceInterfaces/System.Net/sys_net_native_System_Net_Security_CertificateManager.cpp
Outdated
Show resolved
Hide resolved
918c50c
to
e66624a
Compare
Okay, I somehow did something wrong while rebasing this to fix the force push conflict and messed up the whole commit history and lost my own while at it. sigh Anyways, fixed it. |
a02925b
to
ee07b5a
Compare
@aromaa Is this PR still valid given all the changes? |
This needs a bit updating to stub the new platforms and a bit of updating. I'm planning to do that in the future as I will be needing to update my devices soon for the new Azure certificate so the branch will be up to date after that. |
405b6c8
to
2e99008
Compare
Actually there wasn't much else to do as the new platforms are already falling back to the existing stubs. Fixed few copy & paste mistakes. Still seems to work just fine on my ESP32. |
02e0d18
to
591537f
Compare
288fd6f
to
c6dee33
Compare
531fff7
to
f1c86c5
Compare
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist