XCODE support for v5.2.3 of the FIPS module

This commit is contained in:
kaleb-himes
2024-06-21 10:36:57 -06:00
parent 63f666a599
commit 610af43d03
3 changed files with 248 additions and 60 deletions

View File

@@ -11131,7 +11131,7 @@ static int MsgCheckBoundary(const WOLFSSL* ssl, byte type,
* @param ssl The current connection
* @param type The enum HandShakeType of the current message
* @param msgSz Size of the current message
* @return
* @return int (less than 0 on fail, 0 on success)
*/
int EarlySanityCheckMsgReceived(WOLFSSL* ssl, byte type, word32 msgSz)
{

View File

@@ -105,7 +105,7 @@ int SetCipherSpecs(WOLFSSL* ssl)
* @param cipherSuite [in]
* @param specs [out] CipherSpecs
* @param opts [in/out] Options can be NULL
* @return
* @return int (less than 0 on fail, 0 on success)
*/
int GetCipherSpec(word16 side, byte cipherSuite0, byte cipherSuite,
CipherSpecs* specs, Options* opts)