Lua OCSP stapling

This commit is contained in:
Elvin Efendi 2020-02-19 15:05:42 -05:00
parent 42b3a1ebd2
commit 1dab12fb81
6 changed files with 164 additions and 5 deletions

View file

@ -1,7 +1,7 @@
local original_io_open = io.open
describe("resolv_conf", function()
after_each(function()
before_each(function()
package.loaded["util.resolv_conf"] = nil
io.open = original_io_open
end)