mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Set SSL session cache context ID
This commit is contained in:
parent
f64021ed2f
commit
af05dd5511
1 changed files with 3 additions and 0 deletions
|
|
@ -231,6 +231,9 @@ ldap_pvt_tls_init_def_ctx( void )
|
|||
goto error_exit;
|
||||
}
|
||||
|
||||
SSL_CTX_set_session_id_context( tls_def_ctx,
|
||||
"OpenLDAP", sizeof("OpenLDAP")-1 );
|
||||
|
||||
if ( tls_opt_ciphersuite &&
|
||||
!SSL_CTX_set_cipher_list( tls_def_ctx, ciphersuite ) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue