TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
60 stars 33 forks source link

BaseInMemoryCertificateStore::WriteCertificateToFile doesn't write #57

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

BaseInMemoryCertificateStore::WriteCertificateToFile(...) doesn't write to file and it really should have an absolute path anyway. Instead, we're going to remove this method and simply add methods from the top down that will allow the user to fetch the bytes for the root CA. In fact, maybe we'll simply make this method generic and allow any certificate in the store to be fetched.

TechnikEmpire commented 8 years ago

Don't think it's necessary to have a method to get any/all certificates, so it was not added.