UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISslManager.h File Reference
#include "CoreMinimal.h"
#include "CoreTypes.h"

Go to the source code of this file.

Classes

struct  FSslContextCreateOptions
 
class  ISslManager
 

Typedefs

typedef struct ssl_ctx_st SSL_CTX
 

Enumerations

enum class  ESslTlsProtocol : uint8 {
  Minimum = 0 , SSLv2 = Minimum , SSLv3 , TLSv1 ,
  TLSv1_1 , TLSv1_2 , Maximum = TLSv1_2
}
 

Typedef Documentation

◆ SSL_CTX

Enumeration Type Documentation

◆ ESslTlsProtocol

enum class ESslTlsProtocol : uint8
strong

SSL/TLS protocol

Enumerator
Minimum 

Start (used for specifying a protocol range)

SSLv2 

SSLv2

SSLv3 

SSLv3

TLSv1 

TLSv1

TLSv1_1 

TLSv1.1

TLSv1_2 

TLSv1.2

Maximum 

End (used for specifying a protocol range)