You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, aws-lc-fips-sys builds an embedded copy of the C library aws-lc.
Not only creates this a security concern as Linux distributions have to provide security support for every copy of a library on the system. It also makes it more difficult to patch these embedded libraries to address problems like #935.
Thus, please add support for using system-provided C libraries without having to rely on embedded copies.