You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im encountering this error while trying tlsclienthello.c example. And also not able to do complete handshake. No Change cipher spec sent. Im trying with TLS 1.3 version.
if ((!len) || (!context->certificates) || (!context->certificates_count) || (!context->certificates[0]) ||
(!context->certificates[0]->der_bytes) || (!context->certificates[0]->der_len))
this condition inside _private_tls_verify_rsa() seems true after Server Hello (HANDSHAKE)
The text was updated successfully, but these errors were encountered:
Im encountering this error while trying tlsclienthello.c example. And also not able to do complete handshake. No Change cipher spec sent. Im trying with TLS 1.3 version.
if ((!len) || (!context->certificates) || (!context->certificates_count) || (!context->certificates[0]) ||
(!context->certificates[0]->der_bytes) || (!context->certificates[0]->der_len))
this condition inside _private_tls_verify_rsa() seems true after Server Hello (HANDSHAKE)
The text was updated successfully, but these errors were encountered: