mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
WOLFSSL_ASN_API ---> WOLFSSL_API
This commit is contained in:
@@ -2055,7 +2055,7 @@ WOLFSSL_ASN_API int wc_SetUnknownExtCallback(DecodedCert* cert,
|
|||||||
\param pubKeyOID OID identifying the algorithm of the public key.
|
\param pubKeyOID OID identifying the algorithm of the public key.
|
||||||
(ie: ECDSAk, DSAk or RSAk)
|
(ie: ECDSAk, DSAk or RSAk)
|
||||||
|
|
||||||
WOLFSSL_ASN_API int wc_CheckCertSigPubKey(const byte* cert, word32 certSz,
|
WOLFSSL_API int wc_CheckCertSigPubKey(const byte* cert, word32 certSz,
|
||||||
void* heap, const byte* pubKey,
|
void* heap, const byte* pubKey,
|
||||||
word32 pubKeySz, int pubKeyOID);
|
word32 pubKeySz, int pubKeyOID);
|
||||||
*/
|
*/
|
||||||
|
@@ -1837,9 +1837,9 @@ WOLFSSL_API int CheckCertSignature(const byte*,word32,void*,void* cm);
|
|||||||
WOLFSSL_LOCAL int CheckCertSignaturePubKey(const byte* cert, word32 certSz,
|
WOLFSSL_LOCAL int CheckCertSignaturePubKey(const byte* cert, word32 certSz,
|
||||||
void* heap, const byte* pubKey, word32 pubKeySz, int pubKeyOID);
|
void* heap, const byte* pubKey, word32 pubKeySz, int pubKeyOID);
|
||||||
#ifdef OPENSSL_EXTRA
|
#ifdef OPENSSL_EXTRA
|
||||||
WOLFSSL_ASN_API int wc_CheckCertSigPubKey(const byte* cert, word32 certSz,
|
WOLFSSL_API int wc_CheckCertSigPubKey(const byte* cert, word32 certSz,
|
||||||
void* heap, const byte* pubKey,
|
void* heap, const byte* pubKey,
|
||||||
word32 pubKeySz, int pubKeyOID);
|
word32 pubKeySz, int pubKeyOID);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WOLFSSL_CERT_REQ
|
#ifdef WOLFSSL_CERT_REQ
|
||||||
|
Reference in New Issue
Block a user