TROOpenSSL

Overview

Location

  • Unit: uROSocket.pas
  • Ancestry: TPersistent | TROOpenSSL


 

constructor Create

constructor Create

Assign  override

procedure Assign(Source: TPersistent)

Parameters:

  • Source:

CADir

property CADir: string read write

CAFile

property CAFile: string read write

CAKeyFile

property CAKeyFile: string read write

CertFile

property CertFile: string read write

Ciphers

property Ciphers: string read write

LastError

property LastError: Integer read

LastErrorDesc

property LastErrorDesc: string read

OnCertificateGenerating

property OnCertificateGenerating: TROOpenSSLCertificateGenerating read write
delegate: procedure OnCertificateGenerating(var Subject: string; var Issuer: string; var HashAlgorithm: string; var BitNumber: Word)

OnPassword

property OnPassword: TROOpenSSLPassword read write
delegate: procedure OnPassword(Sender: TROOpenSSL; var aPassword: string; const IsWrite: Boolean)

OnVerifyCeft

property OnVerifyCeft: TROOpenSSLVerifyCeft read write
delegate: procedure OnVerifyCeft(anIssuer: string; aSubject: string; aSerial: Cardinal; ErrorCode: Cardinal; Depth: Cardinal; var Ok: Boolean)

Options

property Options: TROOpenSSLOptions read write

SecurityLevel

property SecurityLevel: Integer read write

SNIHost

property SNIHost: string read write

SSLEnabled

property SSLEnabled: Boolean read write

SubjectAltName

property SubjectAltName: string read write

VerifyDepth

property VerifyDepth: Integer read write

VerifyModes

property VerifyModes: TOpenSSLVerifyModes read write

 

CADir

property CADir: string read write

CAFile

property CAFile: string read write

CAKeyFile

property CAKeyFile: string read write

CertFile

property CertFile: string read write

Ciphers

property Ciphers: string read write

LastError

property LastError: Integer read

LastErrorDesc

property LastErrorDesc: string read

Options

property Options: TROOpenSSLOptions read write

SecurityLevel

property SecurityLevel: Integer read write

SNIHost

property SNIHost: string read write

SSLEnabled

property SSLEnabled: Boolean read write

SubjectAltName

property SubjectAltName: string read write

VerifyDepth

property VerifyDepth: Integer read write

VerifyModes

property VerifyModes: TOpenSSLVerifyModes read write

 

constructor Create

constructor Create

Assign  override

procedure Assign(Source: TPersistent)

Parameters:

  • Source:

 

OnCertificateGenerating

property OnCertificateGenerating: TROOpenSSLCertificateGenerating read write
delegate: procedure OnCertificateGenerating(var Subject: string; var Issuer: string; var HashAlgorithm: string; var BitNumber: Word)

OnPassword

property OnPassword: TROOpenSSLPassword read write
delegate: procedure OnPassword(Sender: TROOpenSSL; var aPassword: string; const IsWrite: Boolean)

OnVerifyCeft

property OnVerifyCeft: TROOpenSSLVerifyCeft read write
delegate: procedure OnVerifyCeft(anIssuer: string; aSubject: string; aSerial: Cardinal; ErrorCode: Cardinal; Depth: Cardinal; var Ok: Boolean)