We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The default port number is 465, but usage string has different hard-coded value 4433. https://github.com/ARMmbed/mbedtls/blob/fb1972db23da39bd11d4f9c9ea6266eee665605b/programs/ssl/ssl_mail_client.c#L95 https://github.com/ARMmbed/mbedtls/blob/fb1972db23da39bd11d4f9c9ea6266eee665605b/programs/ssl/ssl_mail_client.c#L135
465
4433
It might be worth to apply this pattern, where appropriate:
" server_name=%%s default: " DFL_SERVER_NAME "\n" \ " server_port=%%d default: " DFL_SERVER_PORT "\n" \
mbed TLS build: Development branch, all(?) previous versions
The text was updated successfully, but these errors were encountered:
@irwir Thank you for raising this issue! Will you be willing to contribute a fix for this issue?
Sorry, something went wrong.
ARM Internal Ref: IOTSSL-2707
usage
the PR and backports fixing this issue have been merged, so closing
No branches or pull requests
Description
Bug
The default port number is
465
, but usage string has different hard-coded value4433
.https://github.com/ARMmbed/mbedtls/blob/fb1972db23da39bd11d4f9c9ea6266eee665605b/programs/ssl/ssl_mail_client.c#L95
https://github.com/ARMmbed/mbedtls/blob/fb1972db23da39bd11d4f9c9ea6266eee665605b/programs/ssl/ssl_mail_client.c#L135
It might be worth to apply this pattern, where appropriate:
mbed TLS build:
Development branch, all(?) previous versions
The text was updated successfully, but these errors were encountered: