Home
last modified time | relevance | path

Searched refs:NSEC3PARAM (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Drdata_nsec3param_unittest.cc54 checkFromText<generic::NSEC3PARAM, BadValue, BadValue>( in checkFromText_BadValue()
74 const generic::NSEC3PARAM rdata_nsec3param;
87 const generic::NSEC3PARAM rdata_nsec3param2("1 1 1 D399"); in TEST_F()
120 EXPECT_NO_THROW(generic::NSEC3PARAM("1 1 1 D399EAAB ")); in TEST_F()
123 EXPECT_NO_THROW(generic::NSEC3PARAM("255 1 1 D399EAAB")); in TEST_F()
126 EXPECT_NO_THROW(generic::NSEC3PARAM("1 255 1 D399EAAB")); in TEST_F()
192 generic::NSEC3PARAM other_nsec3param("1 1 1 -"); in TEST_F()
199 EXPECT_EQ(0, generic::NSEC3PARAM(nsec3param_txt). in TEST_F()
200 compare(generic::NSEC3PARAM(nsec3param_txt))); in TEST_F()
201 EXPECT_EQ(0, generic::NSEC3PARAM("1 1 1 -"). in TEST_F()
[all …]
H A Dnsec3hash_unittest.cc36 test_hash(NSEC3Hash::create(generic::NSEC3PARAM("1 0 12 aabbccdd"))), in NSEC3HashTest()
65 generic::NSEC3PARAM("2 0 12 aabbccdd"))), in TEST_F()
121 NSEC3HashPtr(NSEC3Hash::create(generic::NSEC3PARAM("1 0 0 -"))) in TEST_F()
124 NSEC3HashPtr(NSEC3Hash::create(generic::NSEC3PARAM("1 0 0 -"))) in TEST_F()
131 generic::NSEC3PARAM("1 0 256 AABBCCDD"))) in TEST_F()
169 matchCheck<generic::NSEC3PARAM>(*test_hash, ""); in TEST_F()
173 matchCheck<generic::NSEC3PARAM>(*test_hash_nsec3, ""); in TEST_F()
185 virtual bool match(const generic::NSEC3PARAM&) const { in match()
198 virtual NSEC3Hash* create(const generic::NSEC3PARAM& param) const { in create()
230 test_hash.reset(NSEC3Hash::create(generic::NSEC3PARAM("1 0 12 aabbccdd"))); in TEST_F()
[all …]
H A Drdata_nsec3param_like_unittest.cc79 typedef ::testing::Types<generic::NSEC3, generic::NSEC3PARAM> TestRdataTypes;
94 NSEC3PARAMLikeTest<generic::NSEC3PARAM>::getType() { in getType()
95 return (RRType::NSEC3PARAM()); in getType()
106 NSEC3PARAMLikeTest<generic::NSEC3PARAM>::getWireFilePrefix() { in getWireFilePrefix()
120 NSEC3PARAMLikeTest<generic::NSEC3PARAM>::getCommonText() { in getCommonText()
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dnsec3param_51.cc59 NSEC3PARAM::NSEC3PARAM(const std::string& nsec3param_str) : in NSEC3PARAM() function in NSEC3PARAM
102 NSEC3PARAM::NSEC3PARAM(MasterLexer& lexer, const Name*, MasterLoader::Options, in NSEC3PARAM() function in NSEC3PARAM
119 NSEC3PARAM::NSEC3PARAM(InputBuffer& buffer, size_t rdata_len) : in NSEC3PARAM() function in NSEC3PARAM
130 NSEC3PARAM::NSEC3PARAM(const NSEC3PARAM& source) : in NSEC3PARAM() function in NSEC3PARAM
134 NSEC3PARAM&
135 NSEC3PARAM::operator=(const NSEC3PARAM& source) { in operator =()
147 NSEC3PARAM::~NSEC3PARAM() { in ~NSEC3PARAM()
152 NSEC3PARAM::toText() const { in toText()
184 const NSEC3PARAM& other_param = dynamic_cast<const NSEC3PARAM&>(other); in compare()
217 NSEC3PARAM::getFlags() const { in getFlags()
[all …]
H A Dnsec3param_51.h29 class NSEC3PARAM : public Rdata {
33 NSEC3PARAM& operator=(const NSEC3PARAM& source);
34 ~NSEC3PARAM();
/dports/dns/knot3/knot-3.1.5/tests/libzscanner/data/
H A D40_NSEC3PARAM.in5 @ NSEC3PARAM 0 0 0 - ; The simplest variant
6 @ NSEC3PARAM 255 255 65535 - ; Maximal numbers
7 @ NSEC3PARAM 0 0 0 0102FF ; Hex string
13 @ NSEC3PARAM
14 @ NSEC3PARAM ; Empty rdata
15 @ NSEC3PARAM \# 0 ; Hex empty rdata
16 @ NSEC3PARAM 256 0 0 00 ; Algorithm overflow
17 @ NSEC3PARAM 0 256 0 00 ; Flags overflow
20 @ NSEC3PARAM 0 0 0 0x ; Bad hex char
22 @ NSEC3PARAM 0 0 0 00 x ; Unexpected item
[all …]
/dports/dns/knot3-lib/knot-3.1.5/tests/libzscanner/data/
H A D40_NSEC3PARAM.in5 @ NSEC3PARAM 0 0 0 - ; The simplest variant
6 @ NSEC3PARAM 255 255 65535 - ; Maximal numbers
7 @ NSEC3PARAM 0 0 0 0102FF ; Hex string
13 @ NSEC3PARAM
14 @ NSEC3PARAM ; Empty rdata
15 @ NSEC3PARAM \# 0 ; Hex empty rdata
16 @ NSEC3PARAM 256 0 0 00 ; Algorithm overflow
17 @ NSEC3PARAM 0 256 0 00 ; Flags overflow
20 @ NSEC3PARAM 0 0 0 0x ; Bad hex char
22 @ NSEC3PARAM 0 0 0 00 x ; Unexpected item
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-proto-0.19.5/src/rr/dnssec/rdata/
H A Dmod.rs45 pub use self::nsec3param::NSEC3PARAM;
65 NSEC3PARAM, enumerator
88 "NSEC3PARAM" => Ok(DNSSECRecordType::NSEC3PARAM), in from_str()
104 51 => DNSSECRecordType::NSEC3PARAM, in from()
120 DNSSECRecordType::NSEC3PARAM => "NSEC3PARAM", in from()
136 DNSSECRecordType::NSEC3PARAM => 51, in from()
436 NSEC3PARAM(NSEC3PARAM), enumerator
508 DNSSECRecordType::NSEC3PARAM => { in read()
510 nsec3param::read(decoder).map(DNSSECRData::NSEC3PARAM) in read()
544 DNSSECRData::NSEC3PARAM(ref nsec3param) => { in emit()
[all …]
H A Dnsec3param.rs80 pub struct NSEC3PARAM { struct
87 impl NSEC3PARAM { implementation
94 ) -> NSEC3PARAM { in new() argument
95 NSEC3PARAM { in new()
162 pub fn read(decoder: &mut BinDecoder) -> ProtoResult<NSEC3PARAM> { in read() argument
179 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
183 pub fn emit(encoder: &mut BinEncoder, rdata: &NSEC3PARAM) -> ProtoResult<()> { in emit()
205 let rdata = NSEC3PARAM::new(Nsec3HashAlgorithm::SHA1, true, 2, vec![1, 2, 3, 4, 5]); in test()
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-proto-0.18.0-alpha.2/src/rr/dnssec/rdata/
H A Dmod.rs45 pub use self::nsec3param::NSEC3PARAM;
65 NSEC3PARAM, enumerator
88 "NSEC3PARAM" => Ok(DNSSECRecordType::NSEC3PARAM), in from_str()
104 51 => DNSSECRecordType::NSEC3PARAM, in from()
120 DNSSECRecordType::NSEC3PARAM => "NSEC3PARAM", in from()
136 DNSSECRecordType::NSEC3PARAM => 51, in from()
436 NSEC3PARAM(NSEC3PARAM), enumerator
508 DNSSECRecordType::NSEC3PARAM => { in read()
510 nsec3param::read(decoder).map(DNSSECRData::NSEC3PARAM) in read()
544 DNSSECRData::NSEC3PARAM(ref nsec3param) => { in emit()
[all …]
H A Dnsec3param.rs80 pub struct NSEC3PARAM { struct
87 impl NSEC3PARAM { implementation
94 ) -> NSEC3PARAM { in new() argument
95 NSEC3PARAM { in new()
162 pub fn read(decoder: &mut BinDecoder) -> ProtoResult<NSEC3PARAM> { in read() argument
179 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
183 pub fn emit(encoder: &mut BinEncoder, rdata: &NSEC3PARAM) -> ProtoResult<()> { in emit()
205 let rdata = NSEC3PARAM::new(Nsec3HashAlgorithm::SHA1, true, 2, vec![1, 2, 3, 4, 5]); in test()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dnsec3param.rs82 pub struct NSEC3PARAM { struct
89 impl NSEC3PARAM { argument
96 ) -> NSEC3PARAM { in new() argument
97 NSEC3PARAM { in new()
173 pub fn read(decoder: &mut BinDecoder<'_>) -> ProtoResult<NSEC3PARAM> { in read() argument
190 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
194 pub fn emit(encoder: &mut BinEncoder<'_>, rdata: &NSEC3PARAM) -> ProtoResult<()> { in emit()
227 impl fmt::Display for NSEC3PARAM { implementation
254 let rdata = NSEC3PARAM::new(Nsec3HashAlgorithm::SHA1, true, 2, vec![1, 2, 3, 4, 5]); in test()
H A Dmod.rs49 pub use self::nsec3param::NSEC3PARAM;
70 NSEC3PARAM, enumerator
93 "NSEC3PARAM" => Ok(DNSSECRecordType::NSEC3PARAM), in from_str()
109 51 => DNSSECRecordType::NSEC3PARAM, in from()
125 DNSSECRecordType::NSEC3PARAM => "NSEC3PARAM", in from()
141 DNSSECRecordType::NSEC3PARAM => 51, in from()
441 NSEC3PARAM(NSEC3PARAM), enumerator
513 DNSSECRecordType::NSEC3PARAM => { in read()
549 DNSSECRData::NSEC3PARAM(ref nsec3param) => { in emit()
568 DNSSECRData::NSEC3PARAM(..) => DNSSECRecordType::NSEC3PARAM, in to_record_type()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dnsec3param.rs82 pub struct NSEC3PARAM { struct
89 impl NSEC3PARAM { argument
96 ) -> NSEC3PARAM { in new() argument
97 NSEC3PARAM { in new()
173 pub fn read(decoder: &mut BinDecoder<'_>) -> ProtoResult<NSEC3PARAM> { in read() argument
190 Ok(NSEC3PARAM::new(hash_algorithm, opt_out, iterations, salt)) in read()
194 pub fn emit(encoder: &mut BinEncoder<'_>, rdata: &NSEC3PARAM) -> ProtoResult<()> { in emit()
227 impl fmt::Display for NSEC3PARAM { implementation
254 let rdata = NSEC3PARAM::new(Nsec3HashAlgorithm::SHA1, true, 2, vec![1, 2, 3, 4, 5]); in test()
H A Dmod.rs49 pub use self::nsec3param::NSEC3PARAM;
70 NSEC3PARAM, enumerator
93 "NSEC3PARAM" => Ok(DNSSECRecordType::NSEC3PARAM), in from_str()
109 51 => DNSSECRecordType::NSEC3PARAM, in from()
125 DNSSECRecordType::NSEC3PARAM => "NSEC3PARAM", in from()
141 DNSSECRecordType::NSEC3PARAM => 51, in from()
441 NSEC3PARAM(NSEC3PARAM), enumerator
513 DNSSECRecordType::NSEC3PARAM => { in read()
549 DNSSECRData::NSEC3PARAM(ref nsec3param) => { in emit()
568 DNSSECRData::NSEC3PARAM(..) => DNSSECRecordType::NSEC3PARAM, in to_record_type()
[all …]
/dports/dns/unbound/unbound-1.14.0/testdata/
H A Dtest_nsec3_hash.119 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
29 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
39 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
49 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
59 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
69 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
79 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
89 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
99 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
109 …xample. NSEC3 1 1 12 aabbccdd (2t7b4g4vsa5smi47k61mv5bv1a22bojr MX DNSKEY NS SOA NSEC3PARAM RRSIG )
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dnsec3hash.h23 class NSEC3PARAM; variable
104 static NSEC3Hash* create(const rdata::generic::NSEC3PARAM& param);
172 virtual bool match(const rdata::generic::NSEC3PARAM& nsec3param) const = 0;
222 virtual NSEC3Hash* create(const rdata::generic::NSEC3PARAM& nsec3param)
260 virtual NSEC3Hash* create(const rdata::generic::NSEC3PARAM& param) const;
/dports/dns/knot3/knot-3.1.5/tests/knot/semantic_check_data/
H A Dnsec3_optout_ent.all5 example.com. 0 NSEC3PARAM 1 0 10 151E9F1094FE188F
12 example.com. 0 RRSIG NSEC3PARAM 13 2 0 20400410173442 20210209160442 61806 example.com. RfP…
14 … 3600 NSEC3 1 1 10 151E9F1094FE188F ple28jlp3q5anh045ssk9f3u7ltd4qlc NS SOA RRSIG DNSKEY NSEC3PARAM
H A Dnsec3_optout_ent.invalid5 example.com. 0 NSEC3PARAM 1 0 10 151E9F1094FE188F
12 example.com. 0 RRSIG NSEC3PARAM 13 2 0 20400410173442 20210209160442 61806 example.com. RfP…
15 … 3600 NSEC3 1 1 10 151E9F1094FE188F gtr2v0c3d7eqh7ob8rbad7ta90tq8lci NS SOA RRSIG DNSKEY NSEC3PARAM
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/semantic_check_data/
H A Dnsec3_optout_ent.all5 example.com. 0 NSEC3PARAM 1 0 10 151E9F1094FE188F
12 example.com. 0 RRSIG NSEC3PARAM 13 2 0 20400410173442 20210209160442 61806 example.com. RfP…
14 … 3600 NSEC3 1 1 10 151E9F1094FE188F ple28jlp3q5anh045ssk9f3u7ltd4qlc NS SOA RRSIG DNSKEY NSEC3PARAM
H A Dnsec3_optout_ent.invalid5 example.com. 0 NSEC3PARAM 1 0 10 151E9F1094FE188F
12 example.com. 0 RRSIG NSEC3PARAM 13 2 0 20400410173442 20210209160442 61806 example.com. RfP…
15 … 3600 NSEC3 1 1 10 151E9F1094FE188F gtr2v0c3d7eqh7ob8rbad7ta90tq8lci NS SOA RRSIG DNSKEY NSEC3PARAM
/dports/dns/bind-tools/bind-9.16.27/doc/arm/
H A Ddnssec.rst78 NSEC3PARAM record.
86 > update add example.net NSEC3PARAM 1 1 100 1234567890
139 NSEC3PARAM record via dynamic update prior to the scheduled publication
141 in the flags field of the NSEC3PARAM record. The
142 NSEC3PARAM record does not appear in the zone immediately, but it is
144 chain is completed, the NSEC3PARAM record appears in the zone.
231 NSEC3PARAM Rollovers via UPDATE
235 chain has been generated, the NSEC3PARAM flag field is set to zero. At
245 Or use ``nsupdate`` to add an NSEC3PARAM record.
256 Or use ``nsupdate`` to remove all NSEC3PARAM records with a
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/doc/arm/
H A Ddnssec.rst73 NSEC3PARAM record.
81 > update add example.net NSEC3PARAM 1 1 100 1234567890
129 NSEC3PARAM record via dynamic update prior to the scheduled publication
131 in the flags field of the NSEC3PARAM record. The
132 NSEC3PARAM record does not appear in the zone immediately, but it is
134 chain is completed, the NSEC3PARAM record appears in the zone.
221 NSEC3PARAM Rollovers via UPDATE
232 To do this, an NSEC3PARAM record must be added. When the
234 NSEC3PARAM record has a zero flag field. The NSEC3 chain is
240 To do this, use ``nsupdate`` to remove all NSEC3PARAM records with a
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/doc/arm/
H A Ddnssec.rst77 NSEC3PARAM record.
85 > update add example.net NSEC3PARAM 1 1 100 1234567890
138 NSEC3PARAM record via dynamic update prior to the scheduled publication
140 in the flags field of the NSEC3PARAM record. The
141 NSEC3PARAM record does not appear in the zone immediately, but it is
143 chain is completed, the NSEC3PARAM record appears in the zone.
230 NSEC3PARAM Rollovers via UPDATE
234 chain has been generated, the NSEC3PARAM flag field is set to zero. At
244 Or use ``nsupdate`` to add an NSEC3PARAM record.
255 Or use ``nsupdate`` to remove all NSEC3PARAM records with a
[all …]
/dports/dns/bind916/bind-9.16.27/doc/arm/
H A Ddnssec.rst78 NSEC3PARAM record.
86 > update add example.net NSEC3PARAM 1 1 100 1234567890
139 NSEC3PARAM record via dynamic update prior to the scheduled publication
141 in the flags field of the NSEC3PARAM record. The
142 NSEC3PARAM record does not appear in the zone immediately, but it is
144 chain is completed, the NSEC3PARAM record appears in the zone.
231 NSEC3PARAM Rollovers via UPDATE
235 chain has been generated, the NSEC3PARAM flag field is set to zero. At
245 Or use ``nsupdate`` to add an NSEC3PARAM record.
256 Or use ``nsupdate`` to remove all NSEC3PARAM records with a
[all …]

12345678910>>...29