The EventSslContext class
(PECL event >= 1.2.6-beta)
Einführung
Represents SSL_CTX structure. Provides methods and properties to configure the SSL context.
Klassenbeschreibung
Eigenschaften
- local_cert
-
Path to local certificate file on filesystem. It must be a PEM-encoded file which contains certificate. It can optionally contain the certificate chain of issuers.
- local_pk
-
Path to local private key file
Vordefinierte Konstanten
-
EventSslContext::SSLv2_CLIENT_METHOD
-
SSLv2 client method. See SSL_CTX_new(3) man page.
-
EventSslContext::SSLv3_CLIENT_METHOD
-
SSLv3 client method. See SSL_CTX_new(3) man page.
-
EventSslContext::SSLv23_CLIENT_METHOD
-
SSLv23 client method. See SSL_CTX_new(3) man page.
-
EventSslContext::TLS_CLIENT_METHOD
-
TLS client method. See SSL_CTX_new(3) man page.
-
EventSslContext::SSLv2_SERVER_METHOD
-
SSLv2 server method. See SSL_CTX_new(3) man page.
-
EventSslContext::SSLv3_SERVER_METHOD
-
SSLv3 server method. See SSL_CTX_new(3) man page.
-
EventSslContext::SSLv23_SERVER_METHOD
-
SSLv23 server method. See SSL_CTX_new(3) man page.
-
EventSslContext::TLS_SERVER_METHOD
-
TLS server method. See SSL_CTX_new(3) man page.
-
EventSslContext::OPT_LOCAL_CERT
-
Key for an item of the options' array used in EventSslContext::__construct() . The option points to path of local certificate.
-
EventSslContext::OPT_LOCAL_PK
-
Key for an item of the options' array used in EventSslContext::__construct() . The option points to path of the private key.
-
EventSslContext::OPT_PASSPHRASE
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents passphrase of the certificate.
-
EventSslContext::OPT_CA_FILE
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents path of the certificate authority file.
-
EventSslContext::OPT_CA_PATH
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents path where the certificate authority file should be searched for.
-
EventSslContext::OPT_ALLOW_SELF_SIGNED
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents option that allows self-signed certificates.
-
EventSslContext::OPT_VERIFY_PEER
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents option that tells Event to verify peer.
-
EventSslContext::OPT_VERIFY_DEPTH
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents maximum depth for the certificate chain verification that shall be allowed for the SSL context.
-
EventSslContext::OPT_CIPHERS
-
Key for an item of the options' array used in EventSslContext::__construct() . Represents the cipher list for the SSL context.
Inhaltsverzeichnis
- EventSslContext::__construct — Constructs an OpenSSL context for use with Event classes
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 30/01/2003, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/php-rf-class.eventsslcontext.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.