Ignore:
Timestamp:
Feb 7, 2019, 8:36:33 AM (5 years ago)
Author:
coas-nagasima
Message:

wolfsslを3.15.7にバージョンアップ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/wolfssl-3.12.2/wolfssl/error-ssl.h

    r337 r372  
    5858    WANT_READ                    = -323,   /* want read, call again    */
    5959    NOT_READY_ERROR              = -324,   /* handshake layer not ready */
    60     PMS_VERSION_ERROR            = -325,   /* pre m secret version error */
     60
    6161    VERSION_ERROR                = -326,   /* record layer version error */
    6262    WANT_WRITE                   = -327,   /* want write, call again   */
     
    6767    SERVER_HINT_ERROR            = -332,   /* psk server hint error  */
    6868    PSK_KEY_ERROR                = -333,   /* psk key error  */
    69     ZLIB_INIT_ERROR              = -334,   /* zlib init error  */
    70     ZLIB_COMPRESS_ERROR          = -335,   /* zlib compression error  */
    71     ZLIB_DECOMPRESS_ERROR        = -336,   /* zlib decompression error  */
    7269
    7370    GETTIME_ERROR                = -337,   /* gettimeofday failed ??? */
     
    105102    SEQUENCE_ERROR               = -370,   /* dtls sequence error */
    106103    SUITES_ERROR                 = -371,   /* suites pointer error */
    107     SSL_NO_PEM_HEADER            = -372,   /* no PEM header found */
     104
    108105    OUT_OF_ORDER_E               = -373,   /* out of order message */
    109106    BAD_KEA_TYPE_E               = -374,   /* bad KEA type found */
     
    143140    BAD_CERTIFICATE_STATUS_ERROR = -406,   /* Bad certificate status message */
    144141    OCSP_INVALID_STATUS          = -407,   /* Invalid OCSP Status */
    145 
     142    OCSP_WANT_READ               = -408,   /* OCSP callback response WOLFSSL_CBIO_ERR_WANT_READ */
    146143    RSA_KEY_SIZE_E               = -409,   /* RSA key too small */
    147144    ECC_KEY_SIZE_E               = -410,   /* ECC key too small */
     
    165162    ALERT_COUNT_E                = -427,   /* Alert Count exceeded err */
    166163    EXT_MISSING                  = -428,   /* Required extension not found */
     164    UNSUPPORTED_EXTENSION        = -429,   /* TLSX not requested by client */
    167165    /* add strings to wolfSSL_ERR_reason_error_string in internal.c !!!!! */
    168166
     
    181179
    182180
    183 #ifdef WOLFSSL_CALLBACKS
     181#if defined(WOLFSSL_CALLBACKS) || defined(OPENSSL_EXTRA)
    184182    enum {
    185183        MIN_PARAM_ERR = UNSUPPORTED_SUITE,
Note: See TracChangeset for help on using the changeset viewer.