v.22.6Improvement

Expose BoringSSL Version Info in system.build_options Table

Expose BoringSSL version related info in the system.build_options table. #37850 (Bharat Nallan).
Expose BoringSSL version information in the system.build_options table of ClickHouse.

Why it matters

This feature provides users with the ability to view detailed version information about the BoringSSL library used in their ClickHouse build. It helps in debugging, auditing, and ensuring compatibility by making the BoringSSL version transparent and easily accessible.

How to use it

Query the system.build_options table to retrieve the BoringSSL version-related information alongside other build options, for example:

SELECT * FROM system.build_options WHERE name LIKE '%boringssl%'