File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ pub trait TlsStream: 'static + Sync + Send + AsyncRead + AsyncWrite {
62
62
/// Returns the data associated with the `tls-unique` channel binding type as described in
63
63
/// [RFC 5929], if supported.
64
64
///
65
- /// An implementation only needs to support one of this or `tls_server_end_point`.
65
+ /// An implementation only needs to support at most one of this or `tls_server_end_point`.
66
66
///
67
67
/// [RFC 5929]: https://tools.ietf.org/html/rfc5929
68
68
fn tls_unique ( & self ) -> Option < Vec < u8 > > {
@@ -72,7 +72,7 @@ pub trait TlsStream: 'static + Sync + Send + AsyncRead + AsyncWrite {
72
72
/// Returns the data associated with the `tls-server-end-point` channel binding type as
73
73
/// described in [RFC 5929], if supported.
74
74
///
75
- /// An implementation only needs to support one of this or `tls_unique`.
75
+ /// An implementation only needs to support at most one of this or `tls_unique`.
76
76
///
77
77
/// [RFC 5929]: https://tools.ietf.org/html/rfc5929
78
78
fn tls_server_end_point ( & self ) -> Option < Vec < u8 > > {
You can’t perform that action at this time.
0 commit comments