| 106 | } |
| 107 | |
| 108 | bool BrClientConnection::endChain() |
| 109 | { |
| 110 | auto& session = context.session; |
| 111 | if(!session.options.verifyLater && session.validators.isEmpty()) { |
| 112 | return false; |
| 113 | } |
| 114 | return session.validateCertificate(); |
| 115 | } |
| 116 | |
| 117 | } // namespace Ssl |
nothing calls this directly
no test coverage detected