]> git.sur5r.net Git - openldap/blobdiff - include/ldap_pvt.h
ITS#7683 log tls prot/cipher info
[openldap] / include / ldap_pvt.h
index 871e7c1800b3c99a34d401aa6d0d2816d9d7010e..066fabab46bbb7d5b0c0ca6e5ec9571e5a991962 100644 (file)
@@ -430,6 +430,9 @@ LDAP_F (int) ldap_pvt_tls_get_my_dn LDAP_P(( void *ctx, struct berval *dn,
 LDAP_F (int) ldap_pvt_tls_get_peer_dn LDAP_P(( void *ctx, struct berval *dn,
        LDAPDN_rewrite_dummy *func, unsigned flags ));
 LDAP_F (int) ldap_pvt_tls_get_strength LDAP_P(( void *ctx ));
+LDAP_F (int) ldap_pvt_tls_get_unique LDAP_P(( void *ctx, struct berval *buf, int is_server ));
+LDAP_F (const char *) ldap_pvt_tls_get_version LDAP_P(( void *ctx ));
+LDAP_F (const char *) ldap_pvt_tls_get_cipher LDAP_P(( void *ctx ));
 
 LDAP_END_DECL