What are the configure flags for the nightly builds? Is this using a system 
libwolfssl-dev or the submodule.


The module expects wolfssl ~ v5.6.6-stable which is equivalent to  
libwolfssl42(5.6.6-1.2)  libwolfssl-dev_5.6.6.
For RPM based-distros I build the module both with the in-tree submodule and 
external package wolfssl42-5.6.6.

```
# debian does this
./configure --enable-distro --enable-pkcs11

# libwolfssl35 ma


   2422                               * to the user. This is set by default with
   2423                               * OPENSSL_COMPATIBLE_DEFAULTS. The macro
   2424                               * WOLFSSL_MODE_AUTO_RETRY_ATTEMPTS is 
used to
   2425                               * limit the possibility of an infinite 
retry loop
   2426                               */
   2427     SSL_MODE_RELEASE_BUFFERS = -1, /* For libwebsockets build. No 
current use. */
   2428     /* Errors used in wolfSSL. utilize the values from the defines in
   2429      * wolfssl/openssl/x509.h, but without the WOLFSSL_ prefix.
   2430      */
   2431     WOLFSSL_X509_V_OK                                    = 0,
   2432     WOLFSSL_X509_V_ERR_CERT_SIGNATURE_FAILURE            = 7,
   2433     WOLFSSL_X509_V_ERR_CERT_NOT_YET_VALID                = 9,
   2434     WOLFSSL_X509_V_ERR_CERT_HAS_EXPIRED                  = 10,
   2435     WOLFSSL_X509_V_ERR_ERROR_IN_CERT_NOT_BEFORE_FIELD    = 13,
   2436     WOLFSSL_X509_V_ERR_ERROR_IN_CERT_NOT_AFTER_FIELD     = 14,
   2437     WOLFSSL_X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT       = 18,
   2438     WOLFSSL_X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY = 20,
   2439     WOLFSSL_X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE   = 21,
   2440     WOLFSSL_X509_V_ERR_CERT_CHAIN_TOO_LONG               = 22,
   2441     WOLFSSL_X509_V_ERR_CERT_REVOKED                      = 23,
   2442     WOLFSSL_X509_V_ERR_INVALID_CA                        = 24,
   2443     WOLFSSL_X509_V_ERR_PATH_LENGTH_EXCEEDED              = 25,
   2444     WOLFSSL_X509_V_ERR_CERT_REJECTED                     = 28,
   2445     WOLFSSL_X509_V_ERR_SUBJECT_ISSUER_MISMATCH           = 29,
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/5d3c11c5e0854ce74424a10a88b0cca4453cee75#commitcomment-137779830
You are receiving this because you are subscribed to this thread.

Message ID: 
<kamailio/kamailio/commit/5d3c11c5e0854ce74424a10a88b0cca4453cee75/137779...@github.com>
_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

Reply via email to