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

    r457 r464  
    2424*/
    2525
     26/*
     27DESCRIPTION
     28This library defines the interface APIs for X509 certificates.
     29
     30*/
    2631#ifndef WOLF_CRYPT_ASN_PUBLIC_H
    2732#define WOLF_CRYPT_ASN_PUBLIC_H
     
    122127enum Ctc_SigType {
    123128    CTC_SHAwDSA      = 517,
     129    CTC_SHA256wDSA   = 416,
    124130    CTC_MD2wRSA      = 646,
    125131    CTC_MD5wRSA      = 648,
     
    326332    char    certPolicies[CTC_MAX_CERTPOL_NB][CTC_MAX_CERTPOL_SZ];
    327333    word16  certPoliciesNb;              /* Number of Cert Policy */
     334#endif
     335#if defined(WOLFSSL_CERT_EXT) || defined(OPENSSL_EXTRA) || \
     336    defined(WOLFSSL_CERT_REQ)
    328337    byte     issRaw[sizeof(CertName)];   /* raw issuer info */
    329338    byte     sbjRaw[sizeof(CertName)];   /* raw subject info */
     
    510519    WOLFSSL_API int wc_EccPrivateKeyToPKCS8(ecc_key* key, byte* output,
    511520                                            word32* outLen);
     521    WOLFSSL_API int wc_EccKeyToPKCS8(ecc_key* key, byte* output,
     522                                     word32* outLen);
    512523
    513524    /* public key helper */
Note: See TracChangeset for help on using the changeset viewer.