TAccessManager.verify

Determines whether a peer should be granted access or not based on a name from its certificate.

Called every time a DNS subjectAltName/common name is extracted from the peer's certificate.

  1. Decision verify(Address address)
  2. Decision verify(string host, const(char)[] certHost)
    class TAccessManager
    verify
    (
    string host
    ,
    const(char)[] certHost
    )
  3. Decision verify(Address address, ubyte[] certAddress)

Parameters

host string

The actual host name string from the socket connection.

certHost const(char)[]

A host name string from the certificate.

Meta