Skip to content
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

Abstraction for synchronous esp-tls #288

Merged
merged 14 commits into from
Aug 24, 2023
Merged

Abstraction for synchronous esp-tls #288

merged 14 commits into from
Aug 24, 2023

Commits on Aug 23, 2023

  1. Start wrapping esp-tls

    torkleyy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    1c1fc86 View commit details
    Browse the repository at this point in the history
  2. Improve EspTls

    * Allow splitting into EspTlsRead and EspTlsWrite
    * Don't use std
    * Use str and do alloc-free conversion
    torkleyy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    4590f9f View commit details
    Browse the repository at this point in the history
  3. Pass Config by reference

    torkleyy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    27925c2 View commit details
    Browse the repository at this point in the history
  4. Import from sys reexport

    torkleyy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b69a233 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c5e5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b74fa49 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Make clippy happy

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0db70fc View commit details
    Browse the repository at this point in the history
  2. Add AsRawFd

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    71e8929 View commit details
    Browse the repository at this point in the history
  3. Add example for tls

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2010d5c View commit details
    Browse the repository at this point in the history
  4. Make EspTls work with v5

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a60d6b7 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary cast

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2b1509f View commit details
    Browse the repository at this point in the history
  6. Use core for no-std support

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d2f79f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3ec80c View commit details
    Browse the repository at this point in the history
  8. Change cstr imports to core

    torkleyy committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1ad2cb9 View commit details
    Browse the repository at this point in the history