Hello, I noticed that the following algorithms don't have .fips_allowed enabled in testmgr.c. All of the other drbg algorithms have it enabled. I didn't see a git log entry explaining why. By not enabling .fips_allowed, the algorithms won't load when fips=1. What is the reason for this? Thanks Jeff Barnes }, { /* covered by drbg_nopr_hmac_sha256 test */ .alg = "drbg_nopr_hmac_sha384", .test = alg_test_null, }, { ... { /* covered by drbg_pr_hmac_sha256 test */ .alg = "drbg_pr_hmac_sha384", .test = alg_test_null, }, ... }, { /* covered by drbg_nopr_sha256 test */ .alg = "drbg_nopr_sha384", .test = alg_test_null, }, { ... }, { /* covered by drbg_pr_sha256 test */ .alg = "drbg_pr_sha384", .test = alg_test_null, }, {