1.2.14.4 WDRV_WINC_SSLCTXCipherSuitesGet Function

C

uint8_t WDRV_WINC_SSLCTXCipherSuitesGet
(
WDRV_WINC_CIPHER_SUITE_CONTEXT *pSSLCipherSuiteCtx,
uint16_t *pCipherSuiteList,
uint8_t maxNumCipherSuites
)

Summary

Returns the enabled cipher suites from a context.

Description

Gets the list of cipher suites from a context as a list of IANA IDs

Precondition

None.

Parameters

ParamDescription
pSSLCipherSuiteCtxPointer to cipher suite context.
pCipherSuiteListPointer to list of cipher suites to populate.
maxNumCipherSuitesMaximum number of cipher suites to populate in list.

Returns

WDRV_WINC_STATUS_OK - The operation was performed.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.