forked from Mbed-TLS/mbedtls
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Non MPS ssl-opt.sh test failed with nbio=2
#238
Comments
lhuang04
changed the title
non MPS ssl-opt.sh test failed with
Non MPS ssl-opt.sh test failed with Apr 27, 2021
nbio=2
nbio=2
yuhaoth
added a commit
to yuhaoth/mbedtls1.3
that referenced
this issue
Jul 13, 2021
Now, not all test pass , there are still 9 test fail. issues: hannestschofenig#238 Change-Id: Ifb8b96e552897412c060dcc70fdda48944869499 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <[email protected]>
not only nbio=2 will fail. nbio=1 will fail also . |
That is part of #15. The cases is
|
yuhaoth
added a commit
to yuhaoth/mbedtls1.3
that referenced
this issue
Jul 21, 2021
According to hannestschofenig#15, different options report fail. To fix the issue we should not break passed options. The script is to make sure current status. If all relative issues are resolved, This patch should be removed or re-considered. issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298 Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <[email protected]>
yuhaoth
added a commit
to yuhaoth/mbedtls1.3
that referenced
this issue
Jul 21, 2021
According to hannestschofenig#15, different options report fail. To fix the issue we should not break passed options. The script is to make sure current status. If all relative issues are resolved, This patch should be removed or re-considered. issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301 Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <[email protected]>
yuhaoth
added a commit
to yuhaoth/mbedtls1.3
that referenced
this issue
Jul 22, 2021
According to hannestschofenig#15, different options report fail. To fix the issue we should not break passed options. The script is to make sure current status. If all relative issues are resolved, This patch should be removed or re-considered. issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301 Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <[email protected]>
yuhaoth
added a commit
to yuhaoth/mbedtls1.3
that referenced
this issue
Jul 23, 2021
According to hannestschofenig#15, different options report fail. To fix the issue we should not break passed options. The script is to make sure current status. If all relative issues are resolved, This patch should be removed or re-considered. issues: hannestschofenig#15, hannestschofenig#297,hannestschofenig#238,hannestschofenig#298,hannestschofenig#301 Change-Id: Iaebbdaa5861802f2a48e6bca238a94672ddfaf70 CustomizedGitHooks: yes Signed-off-by: Jerry Yu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I disable
MBEDTLS_SSL_USE_MPS
.The
ssl-opt.sh
run failed for all cases.One example is the following:
server log
client log
It seems related to nbio change. When I remove the
nbio=2
. The test passed again.The text was updated successfully, but these errors were encountered: