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

WolfSSLとAzure IoT SDKを更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • azure_iot_hub_f767zi/trunk/azure_iot_sdk/c-utility/inc/azure_c_shared_utility/shared_util_options.h

    r457 r464  
    2929    static STATIC_VAR_UNUSED const char* const OPTION_OPENSSL_CIPHER_SUITE = "CipherSuite";
    3030
     31    static STATIC_VAR_UNUSED const char* const OPTION_OPENSSL_ENGINE = "Engine";
     32    static STATIC_VAR_UNUSED const char* const OPTION_OPENSSL_PRIVATE_KEY_TYPE = "x509PrivatekeyType";
     33
     34    typedef enum OPTION_OPENSSL_KEY_TYPE_TAG
     35    {
     36        KEY_TYPE_DEFAULT,
     37        KEY_TYPE_ENGINE
     38    } OPTION_OPENSSL_KEY_TYPE;
     39
    3140    static STATIC_VAR_UNUSED const char* const SU_OPTION_X509_CERT = "x509certificate";
    3241    static STATIC_VAR_UNUSED const char* const SU_OPTION_X509_PRIVATE_KEY = "x509privatekey";
     
    4554    static STATIC_VAR_UNUSED const char* const OPTION_SET_TLS_RENEGOTIATION = "tls_renegotiation";
    4655
    47     // DEPRECATED: The underlying security library for your platform will use a secure TLS version 
     56    // DEPRECATED: The underlying security library for your platform will use a secure TLS version
    4857    // that in general  should not be overridden with OPTION_TLS_VERSION.
    4958    static STATIC_VAR_UNUSED const char* const OPTION_TLS_VERSION = "tls_version";
Note: See TracChangeset for help on using the changeset viewer.