We implement RFC 8945, so replace link to RFC 2845.

This commit is contained in:
Ximon Eighteen
2024-09-11 10:28:08 +02:00
committed by GitHub
parent f3248b371d
commit d5d8f610d9
+2 -2
View File
@@ -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