-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Improving net_connect #13
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
net_conect was changed to be also able to connect to IP-Addresses. Furthermore net_connect now tries to connect all returned IPs and stops as soon as a connection was established.
I believe some changes that include your patch's feature were merge in version 1.3.3, when adding IPv6 support. So, closing this merge request. Feel free to come back to us if you think some features are still missing. |
gilles-peskine-arm
added a commit
to gilles-peskine-arm/mbedtls
that referenced
this pull request
Sep 5, 2017
…rite-fails Fixed asn1_write_len issues
NirEkhauz
added a commit
to NirEkhauz/mbedtls
that referenced
this pull request
Dec 24, 2017
Cherry-pick of mbedtls-cryptocell-restricted PR Mbed-TLS#13 Fix some parenthesis spaces
mpg
pushed a commit
that referenced
this pull request
Oct 30, 2018
Conflicts: library/psa_crypto.c tests/suites/test_suite_psa_crypto.data tests/suites/test_suite_psa_crypto.function All the conflicts are concurrent additions where the order doesn't matter. I put the code from feature-psa (key policy) before the code from PR #13 (key lifetime).
gilles-peskine-arm
pushed a commit
to gilles-peskine-arm/mbedtls
that referenced
this pull request
Mar 1, 2019
Simplify RSA and EC public key formats
hanno-becker
pushed a commit
to hanno-becker/mbedtls
that referenced
this pull request
Jul 20, 2021
Key_exchange and key_exchange_modes should be part of mbedtls_ssl_handshake_params. fix Mbed-TLS#13 Change-Id: I6c028765487e30f56f18a643795b2b3bde8583c8 Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
adeaarm
added a commit
to adeaarm/mbedtls
that referenced
this pull request
Oct 15, 2021
…vers Fix for misbehaving if else branches with preprocessor config defines
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
net_conect was changed to be also able to connect to IP-Addresses.
Furthermore net_connect now tries to connect all returned IPs and stops as soon as a connection was established.