aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
TlsOptions.h File Reference
#include <aws/crt/Types.h>
#include <aws/crt/io/ChannelHandler.h>
#include <aws/io/tls_channel_handler.h>
#include <functional>
#include <memory>

Go to the source code of this file.

Classes

class  Aws::Crt::Io::TlsContextOptions
 
class  Aws::Crt::Io::TlsContextPkcs11Options
 
class  Aws::Crt::Io::TlsConnectionOptions
 
class  Aws::Crt::Io::TlsContext
 
class  Aws::Crt::Io::TlsChannelHandler
 
class  Aws::Crt::Io::ClientTlsChannelHandler
 

Namespaces

namespace  Aws
 
namespace  Aws::Crt
 
namespace  Aws::Crt::Io
 

Typedefs

using Aws::Crt::Io::NewTlsContextImplCallback = std::function< void *(TlsContextOptions &, TlsMode, Allocator *)>
 
using Aws::Crt::Io::DeleteTlsContextImplCallback = std::function< void(void *)>
 
using Aws::Crt::Io::IsTlsAlpnSupportedCallback = std::function< bool()>
 
using Aws::Crt::Io::NewClientTlsHandlerCallback = std::function< std::shared_ptr< ClientTlsChannelHandler >(struct aws_channel_slot *slot, const struct aws_tls_connection_options &options, Allocator *allocator)>
 

Enumerations

enum class  Aws::Crt::Io::TlsMode { Aws::Crt::Io::CLIENT , Aws::Crt::Io::SERVER }