mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8580 - Explicitly honor the server side cipher suite preference
This commit is contained in:
parent
0799f58533
commit
61f619043e
1 changed files with 2 additions and 0 deletions
|
|
@ -501,6 +501,8 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
|
|||
X509_V_FLAG_CRL_CHECK | X509_V_FLAG_CRL_CHECK_ALL );
|
||||
}
|
||||
}
|
||||
/* Explicitly honor the server side cipher suite preference */
|
||||
SSL_CTX_set_options( ctx, SSL_OP_CIPHER_SERVER_PREFERENCE );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue