EvanDotPro / Sslurp

Sslurp is a simple library which aims to make properly dealing with SSL in PHP suck less.
BSD 2-Clause "Simplified" License
66 stars 11 forks source link

Update Mozilla's CA and expiration timestamp #11

Open rchouinard opened 9 years ago

rchouinard commented 9 years ago

Mozilla used DigiCert as their new CA for mxr.mozilla.org, replacing Equifax. This commit replaces the bundled Equifax certificate with DigiCert's, as well as updating the epiration timestamp for mxr.mozilla.org's new certificate. The public key pin remains the same.

This commit also adds PHP 5.6 compatibility by replacing the context option CN_match with peer_name for PHP 5.6 environments.