alexcrichton / openssl-src-rs

Source code and logic to build OpenSSL from source
Apache License 2.0
68 stars 113 forks source link

Generate FIPS provider using enable-fips flag #166

Open Pankul94 opened 1 year ago

Pankul94 commented 1 year ago

Looking at the src code for building openssl: https://github.com/alexcrichton/openssl-src-rs/blob/cbbb491cc1fbf7f1848fcfcc02c94aa32a513252/src/lib.rs

I don't see an enable-fips flag passed to Configure command, which means this will not generate fips.so(FIPS provider) in Openssl.

Is there a plan to add this flag to the source code?