mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 12:30:52 +02:00
Merge branch 'master' into ti
This commit is contained in:
+461
-461
File diff suppressed because it is too large
Load Diff
@@ -39,6 +39,7 @@
|
||||
|
||||
int SetCipherSpecs(CYASSL* ssl)
|
||||
{
|
||||
#ifndef NO_CYASSL_CLIENT
|
||||
if (ssl->options.side == CYASSL_CLIENT_END) {
|
||||
/* server side verified before SetCipherSpecs call */
|
||||
if (VerifyClientSuite(ssl) != 1) {
|
||||
@@ -46,6 +47,8 @@ int SetCipherSpecs(CYASSL* ssl)
|
||||
return UNSUPPORTED_SUITE;
|
||||
}
|
||||
}
|
||||
#endif /* NO_CYASSL_CLIENT */
|
||||
|
||||
/* ECC extensions, or AES-CCM */
|
||||
if (ssl->options.cipherSuite0 == ECC_BYTE) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user