Opentrons / buildroot

The Opentrons fork of buildroot for building the OT2 system. Our default branch is opentrons-develop.
http://buildroot.org
Other
10 stars 7 forks source link

OT-2 should support TLS > 1.0 for 802.1x connections #158

Closed mcous closed 1 year ago

mcous commented 2 years ago

Overview

The OT-2 is currently only capable of connecting to 802.1x Wi-Fi networks that use TLS 1.0. This is a very old version of TLS, and its use is being (and has been) phased out.

Currently, the OT-2 appears to be using LibreSSL 2.7.4. The latest version of LibreSSL is 3.5.2.

Acceptance Criteria

Implementation Notes

We should investigate whether #148 has any affect on this issue. As noted in that PR, we'll be switching to OpenSSL rather than LibreSSL.

mcous commented 1 year ago

Tracked elsewhere, cleaning this off my issue list