Skip to content

Update Mozilla's CA and expiration timestamp#11

Open
rchouinard wants to merge 3 commits intoEvanDotPro:masterfrom
rchouinard:mxr-cert-update
Open

Update Mozilla's CA and expiration timestamp#11
rchouinard wants to merge 3 commits intoEvanDotPro:masterfrom
rchouinard:mxr-cert-update

Conversation

@rchouinard
Copy link
Copy Markdown
Contributor

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.

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.
rchouinard added 2 commits May 7, 2015 20:17
Test were failing due to an infinite loop in the chunk decoder method,
which continued to grow a string until all memory was exhausted. This
commit fixes that issue, as well as fixing a test case overlooked in
the last commit.
Travis builds are now failing due to the test/bootstrap.php file. The
quickest way to get the test suite to pass is to only scan the src/
directory, which is really the most important directory to keep up to
standards anyway.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant