Skip to content

Support for TLS 1.3 in Pulsar CPP Client #172

@manju-priya-ar

Description

@manju-priya-ar

Support for TLS 1.3 in Pulsar CPP Client

Pulsar CPP client supports only TLS 1.2 for communication.
Reference:

boost::asio::ssl::context ctx(boost::asio::ssl::context::tlsv12_client);

Pulsar CPP client needs to support TLS 1.3 in addition to TLS 1.2 for better security.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions