You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(5) |
Feb
(1) |
Mar
(7) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(6) |
Nov
(4) |
Dec
|
2003 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
(5) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(1) |
Oct
(3) |
Nov
(2) |
Dec
|
2004 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2005 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(2) |
Sep
|
Oct
(3) |
Nov
(13) |
Dec
|
2006 |
Jan
(3) |
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
(6) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
(2) |
Apr
(4) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(2) |
Sep
|
Oct
|
Nov
(3) |
Dec
|
2008 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(9) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(13) |
Jun
(7) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(2) |
Nov
(3) |
Dec
(1) |
2010 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
(7) |
Aug
|
Sep
(2) |
Oct
|
Nov
(12) |
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
(7) |
Apr
|
May
(8) |
Jun
(6) |
Jul
|
Aug
|
Sep
(11) |
Oct
(8) |
Nov
(3) |
Dec
(2) |
2012 |
Jan
(9) |
Feb
(3) |
Mar
(5) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(3) |
Mar
(6) |
Apr
|
May
(8) |
Jun
|
Jul
(5) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(1) |
Nov
(1) |
Dec
(2) |
2018 |
Jan
|
Feb
(3) |
Mar
(4) |
Apr
|
May
|
Jun
(2) |
Jul
(5) |
Aug
|
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
(2) |
2019 |
Jan
(2) |
Feb
(4) |
Mar
(4) |
Apr
|
May
(8) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(3) |
Oct
(1) |
Nov
|
Dec
(2) |
2020 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(1) |
May
(6) |
Jun
(3) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(3) |
Dec
|
2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2025 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christian M. <dcm...@gm...> - 2009-10-01 06:23:34
|
Hi Brian > > I've testing dnsjava lib with DNSsec and it seems that the AD flag > > (authenticated data) within a response is not recognized correctly. > > > > Here is the header section of a response I've received asking > > nameserver a.ns.se for A records of google.se (for testing purposes): > > > > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24516 > > ;; flags: qr ; qd: 1 an: 0 au: 6 ad: 1 > > ;; QUESTIONS: > > ;; google.se., type = A, class = IN > > [...] > > > > But asking response's org.xbill.DNS.Message header for Flag.AD fails: > > > > org.xbill.DNS.Message response = ... > > response.getHeader().getFlag(org.xbill.DNS.Flags.AD); // returns > > "false" > > Unless I'm missing something, this is because the AD bit isn't set. > > > Asking header for other flags (like Flags.QR in this example) > > succeeds, so what's going wrong here? Is it a bug or am I missing > > something? > > The QR flag is set. There are no other flags set, so asking for any > other one will return false. > > Is it possible that you're misreading the dig ouptut? The "ad" in > there refers to the count of records in the additional section, not a > flag. Indeed, you're right! Sorry for any inconvenience and thanks for opening my eyes. But what the hell drives them to give different concepts the same abbreviation? Maybe checking attentiveness of the reader? ;-) Christian -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 |
From: Brian W. <bwe...@xb...> - 2009-09-30 15:52:21
|
On Sep 30, 2009, at 1:27 AM, "Christian Möller" <dcm...@gm...> wrote: > Hi, > > I've testing dnsjava lib with DNSsec and it seems that the AD flag > (authenticated data) within a response is not recognized correctly. > > Here is the header section of a response I've received asking > nameserver a.ns.se for A records of google.se (for testing purposes): > > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24516 > ;; flags: qr ; qd: 1 an: 0 au: 6 ad: 1 > ;; QUESTIONS: > ;; google.se., type = A, class = IN > [...] > > But asking response's org.xbill.DNS.Message header for Flag.AD fails: > > org.xbill.DNS.Message response = ... > response.getHeader().getFlag(org.xbill.DNS.Flags.AD); // returns > "false" Unless I'm missing something, this is because the AD bit isn't set. > Asking header for other flags (like Flags.QR in this example) > succeeds, so what's going wrong here? Is it a bug or am I missing > something? The QR flag is set. There are no other flags set, so asking for any other one will return false. Is it possible that you're misreading the dig ouptut? The "ad" in there refers to the count of records in the additional section, not a flag. > Brian |
From: Christian M. <dcm...@gm...> - 2009-09-30 08:28:14
|
Hi, I've testing dnsjava lib with DNSsec and it seems that the AD flag (authenticated data) within a response is not recognized correctly. Here is the header section of a response I've received asking nameserver a.ns.se for A records of google.se (for testing purposes): ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24516 ;; flags: qr ; qd: 1 an: 0 au: 6 ad: 1 ;; QUESTIONS: ;; google.se., type = A, class = IN [...] But asking response's org.xbill.DNS.Message header for Flag.AD fails: org.xbill.DNS.Message response = ... response.getHeader().getFlag(org.xbill.DNS.Flags.AD); // returns "false" Asking header for other flags (like Flags.QR in this example) succeeds, so what's going wrong here? Is it a bug or am I missing something? Greetings Christian -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 |
From: Luis S. <lui...@gm...> - 2009-08-20 16:07:40
|
Ok, sorry, found the answer. The record counters (for example, ANCOUNT) present on the message have that limitation (unsigned int 16) . On Thu, Aug 20, 2009 at 4:53 PM, Luis Silva <lui...@gm...> wrote: > Hi all! > > I'm trying to send 500k records in a AXFR response, but I'm receiving the > following error message: > > DNS section count cannot be incremented -- > org.xbill.DNS.Header.incCount(Header.java:218) > org.xbill.DNS.Message.addRecord(Message.java:157) > Is there any limitation in the DNS protocol related with the max size in a > zone transfer? > > Thanks, > LS > > > |
From: Luis S. <lui...@gm...> - 2009-08-20 15:53:32
|
Hi all! I'm trying to send 500k records in a AXFR response, but I'm receiving the following error message: DNS section count cannot be incremented -- org.xbill.DNS.Header.incCount(Header.java:218) org.xbill.DNS.Message.addRecord(Message.java:157) Is there any limitation in the DNS protocol related with the max size in a zone transfer? Thanks, LS |
From: bond_shukla <sam...@gm...> - 2009-07-28 14:09:55
|
Hi I am new to dnsworld. Just now i have started using this library, i have one query ,from command line i am sending one dig query ex: dig @localhost -p 53 abcd.com +tcp My Java program is reading these parameters using ServerSocket. BufferedReader br = new BufferedReader(new InputStreamReader(socket .getInputStream())); Now the problem is i get these paramerers in encrypted form, so i am not able to send abcd.com to DNS server. Can some one pls tell me with example how can i decrypt or any other alternate solution. Thanks in advance -- View this message in context: http://www.nabble.com/reading-dig-parameters-tp24698221p24698221.html Sent from the dnsjava-users mailing list archive at Nabble.com. |
From: Robert B. D. <rob...@gm...> - 2009-07-14 07:23:07
|
On Mon, Jun 8, 2009 at 8:56 PM, Robert Burrell Donkin<rob...@gm...> wrote: > On Mon, Jun 8, 2009 at 8:02 PM, Brian Wellington<bwe...@xb...> wrote: >> On Sun, 7 Jun 2009, Robert Burrell Donkin wrote: >> >>> firstly, kudos for dnsjava :-) >>> >>> i'd like to be able to use dnsjava more easily downstream in maven and >>> OSGi environments. for maven this means uploading releases to the >>> central repository. for OSGi this means including some additional meta >>> data in the META-INF. >>> >>> the easiest way to achieve both would be to create a suitable maven >>> build for the current release and then maintain it in addition to the >>> existing ant one. there are two ways i could go about this: either >>> forking downstream the source of each release with added maven build >>> or by supplying patches for an upstream maven build here and then >>> arranging for a maven synchronization repository. >> >> If I added stuff to the dnsjava repository for every external framework that >> wanted it, there would be a ton of what would end up unmaintained code that >> people would report bugs to me about. >> >> As there aren't very many releases (there hasn't been one in almost 18 >> months, and aren't likely to be more than one in the near future), forking >> downstream for each release doesn't seem like all that much work. > > fine i've created a suitable project (http://sourceforge.net/projects/dnsjava-osgi/ https://www.ohloh.net/p/dnsjavaosgi), set up a synchronizing repository for Maven (http://repo1.maven.org/maven2/net/sf/dnsjava-osgi/dnsjava-osgi/) and an OSGi enabled build process. this means that the major work is now done and supporting other releases should be easy. another digit is prefixed to the dnsjava release number to indicate the repackaging version, for example 2.0.6.1 is the second repackaged release of 2.0.6. downstream users should now be able to declare <dependency> <groupId>net.sf.dnsjava-osgi</groupId> <artifactId>dnsjava-osgi</artifactId> <version>2.0.6.1</version> <dependency> if maven users want to use dnsjava 2.0.6 if anyone else wants to volunteer to help maintain further releases, i'd be happy to grant karma. just contact me off list. - robert |
From: Brian W. <bwe...@xb...> - 2009-06-12 22:44:16
|
On Fri, 12 Jun 2009, Stefano Bagnara wrote: > Brian Wellington ha scritto: >> On Mon, 8 Jun 2009, Al...@no... wrote: >> >>> I'd like to sound you out on a small potential patch for dnsjava. The >>> patch would allow dnsjnio to exist in its own namespace, and not to have >>> to declare classes in the org.xbill.DNS package (an ugly hack which is >>> starting to get in the way). >>> >>> Basically, the patch would involve changing the access of some classes in >>> the org.xbill.DNS package. >>> >>> If you thought you might be able to include such a patch, I'd happily >>> knock one up against the latest dnsjava code (or the 2.0.6 release - >>> whichever was easiest for you) and submit it before the next dnsjava >>> release. Does this sound reasonable? >> >> Without knowing what the changes are, it's hard to say. >> >> Brian > > Hi Brian, > > maybe a small list is better than a diff in this case. It is all about > package visibility to be changed to public in order to allow usage in > different packages. > > dnsjnio needs all of this to be made public: > > DClass.check method > Type.check method These both look reasonable. > Mnemonic class (for the Mnemonic.toInteger(dclass) usage) This certainly isn't needed. It's an internal optimization, and external code can just use "new Integer(dclass)". > Message.TSIG_VERIFIED field > Message.tsigState (we need to set this to TSIG_VERIFIED in a custom > resolver) I'm not sure if it's better to make the fields public or to add setSigned() and setVerified() accessors. It really doesn't make sense to export Message.TSIG_VERIFIED and not the other constants. Brian |
From: Stefano B. <sou...@ba...> - 2009-06-12 21:39:22
|
Brian Wellington ha scritto: > On Mon, 8 Jun 2009, Al...@no... wrote: > >> I'd like to sound you out on a small potential patch for dnsjava. The >> patch would allow dnsjnio to exist in its own namespace, and not to have >> to declare classes in the org.xbill.DNS package (an ugly hack which is >> starting to get in the way). >> >> Basically, the patch would involve changing the access of some classes in >> the org.xbill.DNS package. >> >> If you thought you might be able to include such a patch, I'd happily >> knock one up against the latest dnsjava code (or the 2.0.6 release - >> whichever was easiest for you) and submit it before the next dnsjava >> release. Does this sound reasonable? > > Without knowing what the changes are, it's hard to say. > > Brian Hi Brian, maybe a small list is better than a diff in this case. It is all about package visibility to be changed to public in order to allow usage in different packages. dnsjnio needs all of this to be made public: DClass.check method Type.check method Mnemonic class (for the Mnemonic.toInteger(dclass) usage) Message.TSIG_VERIFIED field Message.tsigState (we need to set this to TSIG_VERIFIED in a custom resolver) Do you think this is feasible? I can provide a diff if you think that they can be made public. Stefano |
From: Robert B. D. <rob...@gm...> - 2009-06-08 19:57:50
|
On Mon, Jun 8, 2009 at 8:02 PM, Brian Wellington<bwe...@xb...> wrote: > On Sun, 7 Jun 2009, Robert Burrell Donkin wrote: > >> firstly, kudos for dnsjava :-) >> >> i'd like to be able to use dnsjava more easily downstream in maven and >> OSGi environments. for maven this means uploading releases to the >> central repository. for OSGi this means including some additional meta >> data in the META-INF. >> >> the easiest way to achieve both would be to create a suitable maven >> build for the current release and then maintain it in addition to the >> existing ant one. there are two ways i could go about this: either >> forking downstream the source of each release with added maven build >> or by supplying patches for an upstream maven build here and then >> arranging for a maven synchronization repository. > > If I added stuff to the dnsjava repository for every external framework that > wanted it, there would be a ton of what would end up unmaintained code that > people would report bugs to me about. > > As there aren't very many releases (there hasn't been one in almost 18 > months, and aren't likely to be more than one in the near future), forking > downstream for each release doesn't seem like all that much work. fine - robert |
From: Brian W. <bwe...@xb...> - 2009-06-08 19:11:06
|
On Mon, 8 Jun 2009, Al...@no... wrote: > I'd like to sound you out on a small potential patch for dnsjava. The > patch would allow dnsjnio to exist in its own namespace, and not to have > to declare classes in the org.xbill.DNS package (an ugly hack which is > starting to get in the way). > > Basically, the patch would involve changing the access of some classes in > the org.xbill.DNS package. > > If you thought you might be able to include such a patch, I'd happily > knock one up against the latest dnsjava code (or the 2.0.6 release - > whichever was easiest for you) and submit it before the next dnsjava > release. Does this sound reasonable? Without knowing what the changes are, it's hard to say. Brian |
From: Brian W. <bwe...@xb...> - 2009-06-08 19:02:58
|
On Sun, 7 Jun 2009, Robert Burrell Donkin wrote: > firstly, kudos for dnsjava :-) > > i'd like to be able to use dnsjava more easily downstream in maven and > OSGi environments. for maven this means uploading releases to the > central repository. for OSGi this means including some additional meta > data in the META-INF. > > the easiest way to achieve both would be to create a suitable maven > build for the current release and then maintain it in addition to the > existing ant one. there are two ways i could go about this: either > forking downstream the source of each release with added maven build > or by supplying patches for an upstream maven build here and then > arranging for a maven synchronization repository. If I added stuff to the dnsjava repository for every external framework that wanted it, there would be a ton of what would end up unmaintained code that people would report bugs to me about. As there aren't very many releases (there hasn't been one in almost 18 months, and aren't likely to be more than one in the near future), forking downstream for each release doesn't seem like all that much work. Brian |
From: <Al...@no...> - 2009-06-08 10:30:48
|
Hi - I'd like to sound you out on a small potential patch for dnsjava. The patch would allow dnsjnio to exist in its own namespace, and not to have to declare classes in the org.xbill.DNS package (an ugly hack which is starting to get in the way). Basically, the patch would involve changing the access of some classes in the org.xbill.DNS package. If you thought you might be able to include such a patch, I'd happily knock one up against the latest dnsjava code (or the 2.0.6 release - whichever was easiest for you) and submit it before the next dnsjava release. Does this sound reasonable? Thanks, Alex. |
From: Robert B. D. <rob...@gm...> - 2009-06-07 11:25:01
|
hi firstly, kudos for dnsjava :-) i'd like to be able to use dnsjava more easily downstream in maven and OSGi environments. for maven this means uploading releases to the central repository. for OSGi this means including some additional meta data in the META-INF. the easiest way to achieve both would be to create a suitable maven build for the current release and then maintain it in addition to the existing ant one. there are two ways i could go about this: either forking downstream the source of each release with added maven build or by supplying patches for an upstream maven build here and then arranging for a maven synchronization repository. opinions? - robert |
From: Brian W. <bwe...@xb...> - 2009-05-29 02:45:16
|
On Thu, 28 May 2009, Jack Tavares wrote: > Can I take a look at the patches? > > I might be able to do what is needed. > My time is tight as well, so I can't promise anything. I just committed support based on the patches I received a while ago. I can't guarantee that everything works (I had to make a lot of changes), but some basic tests pass. There's still a few more things that need to get finished before a release can be done, but hopefully that can be in a few days. If you want to check the current code out of cvs and make sure it's working, that would be very helpful. Thanks, Brian |
From: Jack T. <j.t...@F5...> - 2009-05-28 08:33:40
|
Can I take a look at the patches? I might be able to do what is needed. My time is tight as well, so I can't promise anything. -- Jack Tavares Reminder: I am at GMT+2, 10 hours AHEAD of Seattle. My workweek is Sunday-Thursday. Email sent to me Thursday afternoon (PST) may not be viewed until Sunday morning (GMT+2). ________________________________ From: Brian Wellington [bwe...@xb...] Sent: Thursday, May 07, 2009 19:32 To: Jack Tavares Cc: dns...@li... Subject: Re: NSEC3 and NSEC3PARAM records On Thu, 7 May 2009, Jack Tavares wrote: > Hello - > > I recently upgraded to 2.0.6 to get DNSSEC support. > > While doing so I noticed that NSEC3 and NSEC3PARAM records > do not appear to be supported (RFC5155). > > Are there any plans to do so in the near future? I have patches to add support, but haven't had time yet to get them into a state where they can be committed. Brian |
From: Brian W. <bwe...@xb...> - 2009-05-08 18:39:31
|
On Fri, 8 May 2009, rwagnes wrote: > I guess my question is.. what name does not exist? What is it looking for? Whatever the value of zoneName is. Brian |
From: rwagnes <eli...@ne...> - 2009-05-08 18:08:59
|
I guess my question is.. what name does not exist? What is it looking for? Brian Wellington wrote: > > On Fri, 8 May 2009, rwagnes wrote: > >> What exactly would cause the NXDOMAIN exception to be thrown? This is my >> code: >> >> ZoneTransferIn xfr = ZoneTransferIn.newAXFR(zoneName, hostName, 53, >> null); >> List zone = xfr.run(); >> >> org.xbill.DNS.ZoneTransferException: NXDOMAIN >> at org.xbill.DNS.ZoneTransferIn.fail(ZoneTransferIn.java:320) >> at org.xbill.DNS.ZoneTransferIn.doxfr(ZoneTransferIn.java:494) >> at org.xbill.DNS.ZoneTransferIn.run(ZoneTransferIn.java:532) >> >> --zoneName is a valid domain controller.. > > I don't know what "domain controller" means, as it's not a DNS term. > This exception means that the server returned an NXDOMAIN (name does not > exist) error to the zone transfer request. > > Brian > > ------------------------------------------------------------------------------ > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your > production scanning environment may not be a perfect world - but thanks to > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK > i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > _______________________________________________ > dnsjava-users mailing list > dns...@li... > https://lists.sourceforge.net/lists/listinfo/dnsjava-users > > -- View this message in context: http://www.nabble.com/NXDOMAIN-tp23450460p23450933.html Sent from the dnsjava-users mailing list archive at Nabble.com. |
From: Brian W. <bwe...@xb...> - 2009-05-08 18:04:25
|
On Fri, 8 May 2009, rwagnes wrote: > What exactly would cause the NXDOMAIN exception to be thrown? This is my > code: > > ZoneTransferIn xfr = ZoneTransferIn.newAXFR(zoneName, hostName, 53, null); > List zone = xfr.run(); > > org.xbill.DNS.ZoneTransferException: NXDOMAIN > at org.xbill.DNS.ZoneTransferIn.fail(ZoneTransferIn.java:320) > at org.xbill.DNS.ZoneTransferIn.doxfr(ZoneTransferIn.java:494) > at org.xbill.DNS.ZoneTransferIn.run(ZoneTransferIn.java:532) > > --zoneName is a valid domain controller.. I don't know what "domain controller" means, as it's not a DNS term. This exception means that the server returned an NXDOMAIN (name does not exist) error to the zone transfer request. Brian |
From: rwagnes <eli...@ne...> - 2009-05-08 17:48:48
|
What exactly would cause the NXDOMAIN exception to be thrown? This is my code: ZoneTransferIn xfr = ZoneTransferIn.newAXFR(zoneName, hostName, 53, null); List zone = xfr.run(); org.xbill.DNS.ZoneTransferException: NXDOMAIN at org.xbill.DNS.ZoneTransferIn.fail(ZoneTransferIn.java:320) at org.xbill.DNS.ZoneTransferIn.doxfr(ZoneTransferIn.java:494) at org.xbill.DNS.ZoneTransferIn.run(ZoneTransferIn.java:532) --zoneName is a valid domain controller.. Thanks. -- View this message in context: http://www.nabble.com/NXDOMAIN-tp23450460p23450460.html Sent from the dnsjava-users mailing list archive at Nabble.com. |
From: Olafur G. <og...@og...> - 2009-05-07 16:51:28
|
Yes, base16 is defined for DS digest in RFC4034 section 5.3 DNSKEY public key is base64 as defined in RFC4034 section 2.2 Olafur At 09:23 07/05/2009, Jack Tavares wrote: >Content-Language: en-US >Content-Type: multipart/alternative; > >boundary="_000_4B18A8F75A6384449755BC7784073E93603B776C29exch11olympus_" > >I had assumed that DSRecord would use the same encoding for >the digest as DNSKEYRecord uses for the key. > >Is base16 the correct encoding there? > >Thanks > > >-- >Jack Tavares >------------------------------------------------------------------------------ >The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >production scanning environment may not be a perfect world - but thanks to >Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 >Series Scanner you'll get full speed at 300 dpi even with all image >processing features enabled. http://p.sf.net/sfu/kodak-com >_______________________________________________ >dnsjava-users mailing list >dns...@li... >https://lists.sourceforge.net/lists/listinfo/dnsjava-users |
From: Brian W. <bwe...@xb...> - 2009-05-07 16:32:37
|
On Thu, 7 May 2009, Jack Tavares wrote: > Hello - > > I recently upgraded to 2.0.6 to get DNSSEC support. > > While doing so I noticed that NSEC3 and NSEC3PARAM records > do not appear to be supported (RFC5155). > > Are there any plans to do so in the near future? I have patches to add support, but haven't had time yet to get them into a state where they can be committed. Brian |
From: Jack T. <j.t...@F5...> - 2009-05-07 14:16:44
|
Thanks. I saw that about 30 seconds after I posted my email. Thank you. -- Jack Tavares ________________________________________ From: Olafur Gudmundsson [og...@og...] Sent: Thursday, May 07, 2009 17:13 To: Jack Tavares; dns...@li... Subject: Re: DSRecord uses base16 encoding, while DNSKEYRecord uses base 64... Yes, base16 is defined for DS digest in RFC4034 section 5.3 DNSKEY public key is base64 as defined in RFC4034 section 2.2 Olafur At 09:23 07/05/2009, Jack Tavares wrote: >Content-Language: en-US >Content-Type: multipart/alternative; > >boundary="_000_4B18A8F75A6384449755BC7784073E93603B776C29exch11olympus_" > >I had assumed that DSRecord would use the same encoding for >the digest as DNSKEYRecord uses for the key. > >Is base16 the correct encoding there? > >Thanks > > >-- >Jack Tavares >------------------------------------------------------------------------------ >The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your >production scanning environment may not be a perfect world - but thanks to >Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 >Series Scanner you'll get full speed at 300 dpi even with all image >processing features enabled. http://p.sf.net/sfu/kodak-com >_______________________________________________ >dnsjava-users mailing list >dns...@li... >https://lists.sourceforge.net/lists/listinfo/dnsjava-users |
From: Jack T. <j.t...@F5...> - 2009-05-07 13:23:22
|
I had assumed that DSRecord would use the same encoding for the digest as DNSKEYRecord uses for the key. Is base16 the correct encoding there? Thanks -- Jack Tavares |
From: Jack T. <j.t...@F5...> - 2009-05-07 13:08:16
|
Hello - I recently upgraded to 2.0.6 to get DNSSEC support. While doing so I noticed that NSEC3 and NSEC3PARAM records do not appear to be supported (RFC5155). Are there any plans to do so in the near future? Thanks. -- Jack Tavares |