This commit is contained in:
Miek Gieben 2012-09-14 09:48:52 +02:00
parent 795b6cb581
commit 7b351c0f08
1 changed files with 13 additions and 0 deletions

13
tlsa.go Normal file
View File

@ -0,0 +1,13 @@
package dns
// TLSA support functions
// Sign creates a TLSA record from a SSL certifcate.
func (t *RR_TLSA) Sign() {
}
// Verify verifies a TLSA record against a SSL certificate.
func (t *RR_TLSA) Verify() {
}