boost::corosio::tls_password_purpose

Purpose for password callback invocation.

Synopsis

enum class tls_password_purpose : int;

Description

Indicates whether the password is needed for reading (decrypting) or writing (encrypting) key material.

Members

Name

Description

for_reading

Password needed to decrypt/read protected key material.

for_writing

Password needed to encrypt/write protected key material.

See Also

tls_context::set_password_callback

Created with MrDocs