#include <cn_reject_handler.hpp>
Abstract base class used to provide early rejection of specific Common Names during SSL/TLS handshake.
Definition at line 23 of file cn_reject_handler.hpp.
◆ UPtr
◆ ~CommonNameReject()
virtual openvpn::CommonNameReject::~CommonNameReject |
( |
| ) |
|
|
virtualdefault |
◆ reject()
virtual bool openvpn::CommonNameReject::reject |
( |
const std::string & |
cn | ) |
|
|
pure virtual |
Should a leaf certificate having Common Name cn be rejected during SSL/TLS handshake?
- Parameters
-
- Returns
- true if certificate should be rejected.
The documentation for this class was generated from the following file: