ssl::context

Boost C++ Libraries/Boost.Asio

Boost.Asio - ssl::context

ssl::context class context : public ssl::context_base, noncopyable 유 형 이 름 설 명 file_format 파일 형식 유형. method 컨텍스트에서 지원하는 다양한 방법. native_handle_type SSL 컨텍스트의 기본(native) 핸들 유형. options SSL 옵션의 비트마스크 유형. password_purpose PEM 패스워드의 목적. 멤버 함수 이 름 설 명 add_certificate_authority 확인을 수행하기 위한 인증 기관을 추가한다. add_verify_path 확인을 수행하는데 사용할 인증 기관 파일이 포함된 디렉터리를 추가한다. clear_options 컨텍스트에서 옵션을 지운다. context [constr..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::context::use_tmp_dh_file

ssl::context::use_tmp_dh_file 임시 Diffie-Hellman 파라미터를 얻어오기 위해 지정된 파일을 사용한다. [1 / 2 오버로드] void use_tmp_dh_file( const std::string & filename); [use_tmp_dh_file] [2 / 2 오버로드] void use_tmp_dh_file( const std::string & filename, boost::system::error_code & ec); [use_tmp_dh_file] Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::context::use_tmp_dh

ssl::context::use_tmp_dh 임시 Diffie-Hellman 파라미터를 얻어오기 위해 지정된 메모리 버퍼를 사용한다. [1 / 2 오버로드] void use_tmp_dh( const const_buffer & dh); [use_tmp_dh] [2 / 2 오버로드] void use_tmp_dh( const const_buffer & dh, boost::system::error_code & ec); [use_tmp_dh] Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::context::use_rsa_private_key_file

ssl::context::use_rsa_private_key_file 파일의 RSA 개인 키를 사용한다. [1 / 2 오버로드] void use_rsa_private_key_file( const std::string & filename, file_format format); [use_rsa_private_key_file] [2 / 2 오버로드] void use_rsa_private_key_file( const std::string & filename, file_format format, boost::system::error_code & ec); [use_rsa_private_key_file] Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - ssl::context::use_rsa_private_key

ssl::context::use_rsa_private_key 메모리 버퍼의 RSA 개인 키를 사용한다. [1 / 2 오버로드] void use_rsa_private_key( const const_buffer & private_key, file_format format); [use_rsa_private_key] [2 / 2 오버로드] void use_rsa_private_key( const const_buffer & private_key, file_format format, boost::system::error_code & ec); [use_rsa_private_key] Boost.Asio 홈

까마귀75
'ssl::context' 태그의 글 목록