Skip to content

Tags: buffrr/letsdane

Tags

v0.6.1

Toggle v0.6.1's commit message
Update error message and gofmt clean up for Go 1.17

v0.6.0

Toggle v0.6.0's commit message
Allow users of resolver pkg to check for servfail

v0.5.0

Toggle v0.5.0's commit message
add version info

v0.4.0

Toggle v0.4.0's commit message
check for constraints in tlsa filter

v0.3.0

Toggle v0.3.0's commit message
update readme

v0.2.0

Toggle v0.2.0's commit message
Add parameter to the resolver's LookupIP method to exclude non authen…

…ticated responses.

Switch to goproxy it's lightweight, appears to be more maintained, and doesn't break web sockets.
Avoid doing TLSA lookups if no authenticated IP addresses are available.
Send the authenticated response via proxy context to dialTLS in HTTP transport.
Move proxy details to proxy.go and use the cmd app only to configure and start godane.
Encrypt the private key

v0.1.0

Toggle v0.1.0's commit message
first commit