Ignore:
Timestamp:
Jun 22, 2021, 9:00:19 PM (3 years ago)
Author:
coas-nagasima
Message:

WolfSSLとAzure IoT SDKを更新

Location:
azure_iot_hub_f767zi/trunk/wolfssl-4.7.0
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/wolfssl-4.7.0/wolfssl/error-ssl.h

    r457 r464  
    168168    SSL_SHUTDOWN_ALREADY_DONE_E  = -437,   /* Shutdown called redundantly */
    169169    TLS13_SECRET_CB_E            = -438,   /* TLS1.3 secret Cb fcn failure */
     170    DTLS_SIZE_ERROR              = -439,   /* Trying to send too much data */
     171    NO_CERT_ERROR                = -440,   /* TLS1.3 - no cert set error */
     172    APP_DATA_READY               = -441,   /* DTLS1.2 application data ready for read */
    170173
    171174    /* add strings to wolfSSL_ERR_reason_error_string in internal.c !!!!! */
Note: See TracChangeset for help on using the changeset viewer.