forked from wolfSSL/wolfssl
Only support client preference order as default for WPAS.
This commit is contained in:
@ -18841,7 +18841,7 @@ int DoSessionTicket(WOLFSSL* ssl, const byte* input, word32* inOutIdx,
|
|||||||
if (ssl->suites == NULL)
|
if (ssl->suites == NULL)
|
||||||
return SUITES_ERROR;
|
return SUITES_ERROR;
|
||||||
|
|
||||||
#ifdef OPENSSL_EXTRA
|
#ifdef WOLFSSL_WPAS
|
||||||
if (ssl->options.mask | SSL_OP_CIPHER_SERVER_PREFERENCE) {
|
if (ssl->options.mask | SSL_OP_CIPHER_SERVER_PREFERENCE) {
|
||||||
/* Server order */
|
/* Server order */
|
||||||
for (i = 0; i < ssl->suites->suiteSz; i += 2) {
|
for (i = 0; i < ssl->suites->suiteSz; i += 2) {
|
||||||
|
Reference in New Issue
Block a user