Core Class
View Source on Trac ↗
Core Class
Ssl
class Ssl
// Constructor: function Object() { [native code] } SSL utilities for Requests
Methods 3 methods
| Method / Return | Description |
|---|---|
| verify_certificate() bool | Verify the certificate against common name and subject alternative names
Parameters: $host: mixed, $cert: mixed |
| verify_reference_name() boolean | Verify that a reference name is valid
Parameters: $reference: mixed |
| match_domain() boolean | Match a hostname against a dNSName reference
Parameters: $host: mixed, $reference: mixed |
Class Information
Source File
wp-includes/Requests/src/Ssl.php
Advertisement