Changeset 34234 for trunk/src/wp-includes/class-wp-http-streams.php
- Timestamp:
- 09/16/2015 12:45:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-http-streams.php
r34123 r34234 314 314 315 315 /** 316 * Verifies the received SSL certificate against it 's Common Names and subjectAltName fields316 * Verifies the received SSL certificate against its Common Names and subjectAltName fields. 317 317 * 318 318 * PHP's SSL verifications only verify that it's a valid Certificate, it doesn't verify if … … 416 416 * 417 417 * This class is not used, and is included for backwards compatibility only. 418 * All code should make use of WP_H TTP directly through it's API.418 * All code should make use of WP_Http directly through its API. 419 419 * 420 420 * @see WP_HTTP::request
Note: See TracChangeset
for help on using the changeset viewer.