1

(2 replies, posted in wolfCrypt)

I have implemented gen_seed_for_test and custom_rand_gen_seed and custom_rand_generate_block which just uses a static number.

but when I create an rng with wc_init_rng_ex , I get -209 "DRBG_CONT_FIPS_E"

I assume this is due to the health check under the hood, but considering a person is testing, how can they turn the checks off?

2

(2 replies, posted in wolfCrypt)

I have C++ code that I just need compiled into a GreenHills IntegrityOS embedded system. Can you share with me the build command to get this done? I don't see Integrity as an option in the settings file.

3

(2 replies, posted in wolfCrypt)

Hello,

I would like to know if WolfSSL can be implemented into GreenHills IntegrityOS.

If so, can you please explain what changes to make to do so, so that it compiles with my current code.

Thank you!