I noticed your address is a numeric IP address.  within the certificate, is that numeric ip address specified?
What names are specified in the certificate?

Hi msorage,

Thanks for trying this out.  I guess we're going to need more information.  Can you start by turning on logging? Build with --enable-debug and call wolfSSL_Debugging_ON() at the beginning of your application.

Warm regards, Anthony

Hi msorage,

This return code indicates that you do not have a root certificate that chains up to the certificate provided by the server. You can use your browser to go to any site, look up the security settings for that site and from there get the root certificate that chains up to it held by your browser.

I hope this helps!!
Warm regards, Anthony

104

(2 replies, posted in General Inquiries)

Hi jobryansr,

My name is Anthony Hu and I am a member of the wolfSSL team.  Can you please e-mail facts@wolfssl.com with your question? This forum is more focused on technical questions.  We can handle your FIPS questions better via email.

Warm regards, Anthony

Hello jferraris,

This issue was fixed in wolfssl's `master` branch.  Please see the following pull request that has already been merged: https://github.com/wolfSSL/wolfssl/pull/6085

Warm regards, Anthony

106

(2 replies, posted in wolfSSL)

Hi _angelo_

1) are you asking to never send change_cipher_spec and to ignore them if received ?
2) in `wolfssl/internal.h` we define max record size as follows:

MAX_RECORD_SIZE = 16384,    /* 2^14, max size by standard */

Hope this helps.  Let me know your clarifications on the first point and if you have any further questions.

Warm regards, Anthony

Hello m_u_h, how are you?

My name is Anthony Hu and I am part of the wolfSSL team.

There are many reasons why openssl might not be using wolfengine. How are you performing SSH and TLS?  Are they separate applications? If so, then it could be that the application doing TLS was built with static libraries in which case that particular application would not support engine usage.

Can you please share details about your applications? For example, how are they built?

Also, here at wolfSSL we love hearing about how our software is being used.  Can you let us know about your project and what your goals are?

Warm regards, Anthony

Hello ajmal,

Thank you for reaching out and asking about wolfSSL!  My name is Anthony Hu and I will do my best to help you. At wolfSSL, We love hearing about how people are using our projects so can you please tell us about your project and what you are trying to achieve?

wolfSSL's INSTALL file has instructions for building and installing on both IOS and Android:  https://github.com/wolfSSL/wolfssl/blob/master/INSTALL

Here you will find some examples for BTLE: https://github.com/wolfSSL/wolfssl-exam … aster/btle

Here are some examples for using our libraries on Android: https://github.com/wolfSSL/wolfssl-exam … er/android

After looking at these resources, please do let us know if we can be of further assistance.

Warm regards, Anthony

In the meantime, I will also try to create an example using with custom extensions.
Warm regards, Anthony

Hi stroebeljc,

how are you today? I'm glad to see you have discovered our `--enable-asn=template` flag! You say enabling it made other things break. I'm sorry to hear that.

Can you be more specific?  Can you let us know what broke?

Please send your details to support@wolfssl.com.  That will open up a support ticket and I will personally take ownership of it.

Warm regards, Anthony