Sorry, should've been more verbose :) Basically, detect if we're operating in FIPS mode and determine what functions cannot be called directly. For instance, RSA_public_decrypt() cannot be called directly when operating in FIPS mode, the EVP_Verify* functions have to be used instead. I would also assume that determination of FIPS only algorithms would need to be used when operating in FIPS mode.
The RSA_public_decrypt() is just an example. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Daniel Stenberg Sent: Tuesday, March 22, 2011 8:38 AM To: libssh2 development Subject: Re: FIPS Support On Tue, 22 Mar 2011, James Yerge wrote: > Any future plans for this? What exactly do you mean with "FIPS Support" from us? -- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
