govorox / SSLClient

SSLClient - generic secure client Arduino library using mbedtls
GNU General Public License v3.0
84 stars 39 forks source link

V1.2.0 #76

Closed RobertByrnes closed 5 months ago

RobertByrnes commented 5 months ago

The intention is to include solutions to issue 33 and 71 before this is merged...

This PR includes:

  1. Bugfix incorrect return value check in start_ssl_client. closes #72
  2. Timeout in client_net_revc_timeout. closes #59
  3. Add support for certificate bundles. closes #20
  4. Add support for negotiating ALPN protocols. closes #33
  5. Fix record expansion bug. Closes #71 #63 #62 #68
reusables-official commented 5 months ago

🔥