/contrib/bind9/doc/misc/rfc-compliance

https://bitbucket.org/freebsd/freebsd-head/ · #! · 62 lines · 53 code · 9 blank · 0 comment · 0 complexity · 9379fd42fb3b3a5653ffb5191e6f8656 MD5 · raw file

  1. Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
  2. Copyright (C) 2001 Internet Software Consortium.
  3. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
  4. $Id: rfc-compliance,v 1.4 2004/03/05 05:04:53 marka Exp $
  5. BIND 9 is striving for strict compliance with IETF standards. We
  6. believe this release of BIND 9 complies with the following RFCs, with
  7. the caveats and exceptions listed in the numbered notes below. Note
  8. that a number of these RFCs do not have the status of Internet
  9. standards but are proposed or draft standards, experimental RFCs,
  10. or Best Current Practice (BCP) documents.
  11. RFC1034
  12. RFC1035 [1] [2]
  13. RFC1123
  14. RFC1183
  15. RFC1535
  16. RFC1536
  17. RFC1706
  18. RFC1712
  19. RFC1750
  20. RFC1876
  21. RFC1982
  22. RFC1995
  23. RFC1996
  24. RFC2136
  25. RFC2163
  26. RFC2181
  27. RFC2230
  28. RFC2308
  29. RFC2535 [3] [4]
  30. RFC2536
  31. RFC2537
  32. RFC2538
  33. RFC2539
  34. RFC2671
  35. RFC2672
  36. RFC2673
  37. RFC2782
  38. RFC2915
  39. RFC2930
  40. RFC2931 [5]
  41. RFC3007
  42. [1] Queries to zones that have failed to load return SERVFAIL rather
  43. than a non-authoritative response. This is considered a feature.
  44. [2] CLASS ANY queries are not supported. This is considered a feature.
  45. [3] Wildcard records are not supported in DNSSEC secure zones.
  46. [4] Servers authoritative for secure zones being resolved by BIND 9
  47. must support EDNS0 (RFC2671), and must return all relevant SIGs and
  48. NXTs in responses rather than relying on the resolving server to
  49. perform separate queries for missing SIGs and NXTs.
  50. [5] When receiving a query signed with a SIG(0), the server will only
  51. be able to verify the signature if it has the key in its local
  52. authoritative data; it will not do recursion or validation to
  53. retrieve unknown keys.