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/wolfcrypt/error-crypt.h

    r457 r464  
    2222/*!
    2323    \file wolfssl/wolfcrypt/error-crypt.h
     24*/
     25/*
     26DESCRIPTION
     27This library defines error codes and contians routines for setting and examining
     28the error status.
    2429*/
    2530
     
    228233    PKCS7_SIGNEEDS_CHECK= -272,  /* signature needs verified by caller */
    229234    PSS_SALTLEN_RECOVER_E=-273,  /* PSS slat length not recoverable */
    230 
    231     ASN_SELF_SIGNED_E   = -274, /* ASN self-signed certificate error */
    232 
    233     WC_LAST_E           = -274,  /* Update this to indicate last error */
     235    CHACHA_POLY_OVERFLOW =-274,  /* ChaCha20Poly1305 limit overflow */
     236    ASN_SELF_SIGNED_E   = -275, /* ASN self-signed certificate error */
     237
     238    WC_LAST_E           = -275,  /* Update this to indicate last error */
    234239    MIN_CODE_E          = -300   /* errors -101 - -299 */
    235240
Note: See TracChangeset for help on using the changeset viewer.