1

(2 replies, posted in wolfSSL)

Thanks for the info.
I tried configure with --enable-opensslextra and make install. But while compiling my program an error occured: BIO_NOCLOSE undefined in this scope.
There are some further questions:
1. what does this QL mean?
2. since we only use the wolfssl library, and dont want stuff from openssl, how can I parse a X509 PEM encoded certificate? Which APIs should be used? For example, the certificate is located in local disk.

2

(2 replies, posted in wolfSSL)

Hi,

im using this library in Ubuntu system and it seems i have to use this QL SEP setting in order to call wolfSSL_X509_print API.
Can anyone explain what does QL SEP mean?
Thank you.