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

Clean up registry permissions #61

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

Right now, some of our code is asking for the registry.ALL_ACCESS permission, which is overly permissive. A lot of these instances would work fine with lesser permissions.