File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3496,6 +3496,7 @@ impl SslRef {
3496
3496
/// reflects the group used for key exchange during the initial handshake
3497
3497
/// (otherwise it is from the current, non-resumption, connection).
3498
3498
/// This can be called by either client or server.
3499
+ ///
3499
3500
/// If the NID for the shared group is unknown then the value is set to the
3500
3501
/// bitwise OR of TLSEXT_nid_unknown (0x1000000) and the id of the group.
3501
3502
#[ corresponds( SSL_get_negotiated_group ) ]
@@ -3504,9 +3505,9 @@ impl SslRef {
3504
3505
unsafe { cvt ( ffi:: SSL_get_negotiated_group ( self . as_ptr ( ) ) ) }
3505
3506
}
3506
3507
3507
- /// Return retrieve the TLS group name associated with a given TLS
3508
- /// group ID, as registered via built-in or external providers and as
3509
- /// returned by a call to SSL_get1_groups() or SSL_get_shared_group().
3508
+ /// Return the TLS group name associated with a given TLS group ID, as
3509
+ /// registered via built-in or external providers and as returned by a call
3510
+ /// to SSL_get1_groups() or SSL_get_shared_group().
3510
3511
///
3511
3512
/// If non-NULL, SSL_group_to_name() returns the TLS group name
3512
3513
/// corresponding to the given id as a NUL-terminated string.
You can’t perform that action at this time.
0 commit comments