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.
Currently,
aws-lc-fips-sysbuilds an embedded copy of the C libraryaws-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.