Boost C++ 库

世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

ssl::verify_context - Boost C++ 函数库
PrevUpHomeNext

X509_STORE_CTX 类型的简单封装,在验证对等证书时使用。

class verify_context :
  noncopyable
类型

名称

描述

native_handle_type

验证上下文的原生句柄类型。

成员函数

名称

描述

native_handle

以原生类型获取底层实现。

verify_context [构造函数]

构造函数。

备注

ssl::verify_context 不拥有底层的 X509_STORE_CTX 对象。

要求

Header: boost/asio/ssl/verify_context.hpp

Convenience header: boost/asio/ssl.hpp


PrevUpHomeNext