Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 RHEL8 我们有 libcrypto.so.1.1.1g (OpenSSL 1.1.1g)。FIPS_module_version_text() 在 libcrypto.so.1.1.1g 中不作为符号存在,但在 libcrypto.so.1.0.2y 中存在。如何在 RHEL8 中获取 FIPS 模块版本号?
我使用:objdump -TC libcrypto.so.1.0.2y 来查询 .so 文件中的符号。libcrypto.so.1.1.1g 也一样。
最好的问候,雷内