mod_s2s_auth_certificates
This module does certificate validation and identity checks. It is enabled by default since 0.10. In 0.9, this functionality was part of mod_s2s.
Details
The chain validation heavy lifting is done in LuaSec / OpenSSL.
Certificate name validation is done by util.x509.
Configuration
The module itself has no options.
Certificate validiation is affected by TLS configuration, notably the verify and capath or cafile options.