Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS EMS: Set haveEMS when we negotiate TLS 1.3 #8487

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

julek-wolfssl
Copy link
Member

  • Move extended master secret testing to test_tls_ext.c

@dgarske
Copy link
Contributor

dgarske commented Mar 3, 2025

Retest this please: "hudson.remoting.RequestAbortedException exception:"

dgarske
dgarske previously approved these changes Mar 3, 2025
@julek-wolfssl
Copy link
Member Author

Rebased to master to fix merge conflicts.

@SparkiDev SparkiDev assigned julek-wolfssl and unassigned SparkiDev Mar 4, 2025
@dgarske
Copy link
Contributor

dgarske commented Mar 6, 2025

Retest this please. History lost

ExpectIntEQ(wolfSSL_get_error(ssl_c, -1), WOLFSSL_ERROR_WANT_READ);

ExpectNotNull(session = wolfSSL_get1_session(ssl_c));
ExpectTrue(session->haveEMS);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--with-liboqs --enable-experimental --enable-opensslall --enable-crl --enable-sessioncerts --enable-aesctr --enable-rsapss --enable-keygen --enable-des3 CPPFLAGS="-DRSA_MAX_SIZE=8196 -DFP_MAX_BITS=16384 -DNO_OLD_TIMEVAL_NAME -DWOLFSSL_MYSQL_COMPATIBLE -DWOLFSSL_AES_DIRECT -DKEEP_OUR_CERT -DHAVE_AES_ECB -DWOLFSSL_NO_DEF_TICKET_ENC_CB -DHAVE_EX_DATA"
ERROR - tests/api/test_tls_ext.c line 73 failed with:
    expected: session->haveEMS is true
    result:   session->haveEMS => FALSE
 failed (  0.00701)
ERROR - tests/api.c line 90675 failed with:
    expected: Test failed```

@dgarske dgarske assigned julek-wolfssl and unassigned wolfSSL-Bot Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants