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

Implement TLSSocket #8311

Merged
merged 2 commits into from
Oct 17, 2018
Merged

Implement TLSSocket #8311

merged 2 commits into from
Oct 17, 2018

Commits on Oct 15, 2018

  1. Implement TLSSocket

    Provide TLSSocket implementation. This implementation allows TLSSocket
    to wrap around any existing socket. Currently only TLS supported. DTLS
    not yet implemented.
    
    Design document also provided with the implementation.
    
    Documentation submitted to Mbed OS handbook.
    Seppo Takalo committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    7f39bb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Check that MBEDTLS_ERROR_C is defined before using mbedtls_strerror().

    If MBEDTLS_ERROR_C is not defined, that strerror function does not
    exist, or is just dummy definition if MBEDTLS_ERROR_STRERROR_DUMMY is
    defined.
    Seppo Takalo committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5d1cd25 View commit details
    Browse the repository at this point in the history