You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ If disabled, such records are copied from the upstream and presented to the clie
142
142
|1000
143
143
|5000
144
144
145
-
.2+|org.jitsi.dnssec.nsec3.iterations.N
145
+
.2+|dnsjava.dnssec.nsec3.iterations.N
146
146
3+a|Maximum iteration count for the NSEC3 hashing function depending on the key size N. The defaults are from https://datatracker.ietf.org/doc/html/rfc5155#section-10.3[RFC5155].
147
147
|Integer
148
148
2+a|- 1024 bit keys: 150 iterations
@@ -193,28 +193,28 @@ This is limited to avoid the 'KeyTrap' vulnerability (CVE-2023-50387).
193
193
|4
194
194
|2
195
195
196
-
.2+|dnsjava.dnssec.algorithm_enabled.ID
196
+
.2+|dnsjava.dnssec.algorithm.ID
197
197
3+|Enable or disable a DS/DNSKEY algorithm.
198
198
See
199
199
https://datatracker.ietf.org/doc/html/rfc8624#section-3.1[RFC8624] for recommended values.
200
200
Note that algorithm number 1, `RSAMD5`, is disabled and cannot be enabled with this property.
201
201
|Boolean
202
202
2+|Disable ED448:
203
-
`dnsjava.dnssec.algorithm_enabled.16=false`
203
+
`dnsjava.dnssec.algorithm.16=false`
204
204
205
205
.2+|dnsjava.dnssec.algorithm_rsa_min_key_size
206
206
3+|Set the minimum size, in bits, for RSA keys.
207
207
|Integer
208
208
|1024
209
209
|512
210
210
211
-
.2+|dnsjava.dnssec.digest_enabled.ID
211
+
.2+|dnsjava.dnssec.digest.ID
212
212
3+|Enable or disable a DS record digest algorithm.
213
213
See
214
214
https://datatracker.ietf.org/doc/html/rfc8624#section-3.3[RFC8624] for recommended values.
0 commit comments