mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#7982 Log TLS proto+cipher suite on client side
This commit is contained in:
parent
dd621781f0
commit
139944ac1e
@ -444,6 +444,9 @@ ldap_int_tls_connect( LDAP *ld, LDAPConn *conn, const char *host )
|
||||
return -1;
|
||||
}
|
||||
|
||||
Debug2( LDAP_DEBUG_CONNS, "TLS: session established tls_proto=%s tls_cipher=%s\n",
|
||||
ldap_pvt_tls_get_version( ssl ), ldap_pvt_tls_get_cipher( ssl ) );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user