Closed addaleax closed 3 months ago
Notably, this is referring to pac-proxy-agent and ssh2, which both involve somewhat complex setups.
pac-proxy-agent
ssh2
Also, since ssh2 includes a WebAssembly implementation of a cryptographic algorithm, we should make sure not to load it in FIPS mode.
(This does not fully remove the need for loading this package lazily, since it still relies on the http package directly.)
http
Notably, this is referring to
pac-proxy-agent
andssh2
, which both involve somewhat complex setups.Also, since
ssh2
includes a WebAssembly implementation of a cryptographic algorithm, we should make sure not to load it in FIPS mode.(This does not fully remove the need for loading this package lazily, since it still relies on the
http
package directly.)Description
Open Questions
Checklist