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

Use easyconfig struct instead of cflag #43

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

Using easyconfig structs for configuration instead of cflag will allow config options to be slices, which will enable multiple name constraints or multiple EKU's.