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/pkcs12.h

    r457 r464  
    5454        byte** pkey, word32* pkeySz, byte** cert, word32* certSz,
    5555        WC_DerCertList** ca);
     56WOLFSSL_LOCAL int wc_PKCS12_verify_ex(WC_PKCS12* pkcs12,
     57        const byte* psw, word32 pswSz);
    5658WOLFSSL_API WC_PKCS12* wc_PKCS12_create(char* pass, word32 passSz,
    5759        char* name, byte* key, word32 keySz, byte* cert, word32 certSz,
Note: See TracChangeset for help on using the changeset viewer.