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/wolfcrypt/src/error.c

    r457 r464  
    513513        return "PSS - Salt length unable to be recovered";
    514514
     515    case CHACHA_POLY_OVERFLOW:
     516        return "wolfcrypt - ChaCha20_Poly1305 limit overflow 4GB";
     517
    515518    case ASN_SELF_SIGNED_E:
    516519        return "ASN self-signed certificate error";
Note: See TracChangeset for help on using the changeset viewer.