-
Notifications
You must be signed in to change notification settings - Fork 49
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
ALPN support would be nice #17
Comments
If you are connecting MQTT to AWS IoT then you can use the following :- According to AWS documentation, we have pubsub for connecting. Thank you |
@thekunalsaini Would you care to elaborate? |
@sitase Actually, if you check the documentation of AWS you will have pubsub which is used for publish and subscriber purpose and used to connect to Iot devices. |
@thekunalsaini why did you mention me? If there is some action you want me to take, then you need to provide a detailed explanation of that action and your reasoning for it. You need to understand that busy people get an email every time you comment on an issue report or a pull request. This takes up time we could be using to do more important things. Productive input is very much welcome, but vague statements and mentions for no obvious purpose are not at all productive. I'm writing this reply when I have thousands of other things I could be doing with my time. |
@thekunalsaini the low-level BearSSL library already has integrates the APLN support. The low-level function you are looking for is br_ssl_engine_set_protocol_names. Please, consider reading the in-line APLN-related functions and flags documentation and implementing a corresponding extension method for the ArduinoBearSSL class. When done, please, submit it in a proper PR. Thanks! |
Needed for MQTT to AWS IoT per https://docs.aws.amazon.com/iot/latest/developerguide/protocols.html (if you have the default MQTTs port filtered out).
Support is in BearSSL, so it should just be a matter of exposing the possibility to configure.
The text was updated successfully, but these errors were encountered: