v0.11.0
Enhancements
- #112 Add
IgnoreSSLVerify
option (@jgazeau in #113) - Bump Go version to 1.13.x & upgrade dependencies.
Bug Fixes
- #129 Add ca-certificates to Docker image (@ddgenome)
- #130 Don't fail HTTPS servers when they return incomplete chains that can be verified using AIA (@tomtom5152 in #131)
- #127 Handle invalid port numbers properly (@tomtom5152 in #132)
Changelog
083b3bb Add IgnoreEmptyHref option
4ac4880 Add ca-certificates to Docker image
7cb03ea Add the ability for html test to accept servers using AIA.
30138c0 Adding IgnoreSSLVerify option
d1da91e Adding test case for IgnoreSSLVerify option
fd0744b Adding test case for IgnoreSSLVerify option
c580c11 Adding test case for IgnoreSSLVerify option
310a9d7 Bump docker Go version to 1.13 and add dockerignore file
760e415 Disable VCR for TestAnchorExternalHTTPSMissingChain
6d236af Fix failing test with invalid port by adding popper handling of the error.
088a1d4 Run gofmt
3e13c9a Update CI go version to 1.13.x
a97ce21 Upgrade dependencies in go.mod and go.sum