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