Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « SSLObject » Python 3.11.3

Méthode ssl.SSLObject.get_channel_binding

Signature de la méthode get_channel_binding

def get_channel_binding(self, cb_type='tls-unique') 

Description

help(SSLObject.get_channel_binding)

Get channel binding data for current connection.  Raise ValueError
        if the requested `cb_type` is not supported.  Return bytes of the data
        or None if the data is not available (e.g. before the handshake).