dnssec

package
v6.0.2+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 3 Imported by: 0

README

DNSSEC Tests

Running the test

ginkgo -- -ns=router-01.thecdn.example.com:53 -ds=ds-01.thecdn.example.com.

Sample Output

Running Suite: Dnssec Suite
===========================
Random Seed: 1476984556
Will run 4 of 4 specs

2016/10/20 11:29:17 Nameserver router-01.thecdn.example.com:53
2016/10/20 11:29:17 DeliveryService ds-01.thecdn.example.com.
••••
Ran 4 of 4 Specs in 0.110 seconds
SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 0 Skipped PASS

Ginkgo ran 1 suite in 825.345359ms
Test Suite Passed

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakeLabelHierarchy

func MakeLabelHierarchy(label string) []string

Types

type DnssecClient

type DnssecClient struct {
	*Client
}

func (*DnssecClient) DelegationSignerData

func (d *DnssecClient) DelegationSignerData(nameserver string, name string) []SignedRRSet

func (*DnssecClient) GetRecords

func (d *DnssecClient) GetRecords(nameserver string, name string, t uint16) *Msg

func (*DnssecClient) GetSignedRRSets

func (d *DnssecClient) GetSignedRRSets(nameserver string, name string, t uint16) []SignedRRSet

func (*DnssecClient) SigningData

func (d *DnssecClient) SigningData(nameserver string, name string) SignedKeys

type SignedKeys

type SignedKeys struct {
	SignedZsks []SignedRRSet
	SignedKsks []SignedRRSet
}

type SignedRRSet

type SignedRRSet struct {
	RRSIG RRSIG
	RRSet []RR
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL