mirror of
https://github.com/NLnetLabs/domain.git
synced 2026-09-27 12:14:55 +02:00
We implement RFC 8945, so replace link to RFC 2845.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
//! Support for TSIG.
|
||||
//!
|
||||
//! This module provides high-level support for signing message exchanges with
|
||||
//! TSIG as defined in [RFC 2845].
|
||||
//! TSIG as defined in [RFC 8945].
|
||||
//!
|
||||
//! TSIG is intended to provide authentication for message exchanges. Messages
|
||||
//! are signed using a secret key shared between the two participants. The
|
||||
@@ -41,8 +41,8 @@
|
||||
//! mostly for testing).
|
||||
//!
|
||||
//! [RFC 2104]: https://tools.ietf.org/html/rfc2104
|
||||
//! [RFC 2845]: https://tools.ietf.org/html/rfc2845
|
||||
//! [RFC 4635]: https://tools.ietf.org/html/rfc4653
|
||||
//! [RFC 8945]: https://tools.ietf.org/html/rfc8945
|
||||
//! [TSIG]: ../rdata/tsig/struct.Tsig.html
|
||||
//! [`Algorithm`]: enum.Algorithm.html
|
||||
//! [`Key`]: enum.Key.html
|
||||
|
||||
Reference in New Issue
Block a user