Topic: wolfssl returns -1

Hello developers, I'm using wolfssl to convert a CRL file with a version field value of 2, but wolfssl returns -1. Could you please tell me if -1 has a specific meaning, or if it simply indicates a conversion failure?

command:
wolfssl crl -inform der -in version2.der -outform pem -out crl.pem

Share

Re: wolfssl returns -1

Hello Happy,

-1 does not have a specific meaning.
Please try enabling debug logging by passing --enable-debug --enable-debug-trace-errcodes to wolfSSL's configure while building it, then attach a debug log here so I can assist further.

What version of wolfSSL and wolfCLU are you using?  Please share your full build settings for each and if possible the file you are trying to convert.

Thanks,
Kareem

Share

3 (edited by HAPPY Yesterday 02:05:02)

Re: wolfssl returns -1

kareem_wolfssl wrote:

Hello Happy,

-1 does not have a specific meaning.
Please try enabling debug logging by passing --enable-debug --enable-debug-trace-errcodes to wolfSSL's configure while building it, then attach a debug log here so I can assist further.

What version of wolfSSL and wolfCLU are you using?  Please share your full build settings for each and if possible the file you are trying to convert.

Thanks,
Kareem

Hello developer,
I am using version 0.1.7 of the wolfSSL Command Line Utility, which is linked to wolfSSL version 5.7.6. Here is the CRL file I am using.

Post's attachments

crl_version_02.der 559 b, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Share