namecoin / certinject

Inject certificates into Windows CryptoAPI trust store, with EKU and name constraints.
https://www.namecoin.org/
GNU General Public License v3.0
2 stars 6 forks source link

CryptoAPI: Add --watch flag #72

Closed JeremyRand closed 2 years ago

JeremyRand commented 2 years ago

Fixes https://github.com/namecoin/certinject/issues/21

JeremyRand commented 2 years ago

Tested to work fine on Windows 10. Still needs the notify filter to be cleaned up, and still needs an integration test.

JeremyRand commented 2 years ago

Blocked by adding dexlogconfig support. Also need to fix race condition in the Windows API, probably doable by spawning a Goroutine that waits for the Windows API to be called, and then writes to the registry again.

JeremyRand commented 2 years ago

Only remaining blocker is cleaning up the Git history.

JeremyRand commented 2 years ago

All is good; merging shortly.