Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mozilla CA certificate store to latest (01-01-2020) for libgit2 SSL. #34319

Merged

Conversation

mikhail-j
Copy link
Contributor

@staticfloat

The curl project has updated the Mozilla CA certificate store earlier last week (01/01/2020).

This update coincides with CA certificate list changes to Mozilla NSS 3.48.

The following CA certificate was added:

  • Entrust Root Certification Authority - G4 Cert

The curl project specifies that the CA certificate store file was changed on 11/27/2019 with 137 certificates from the previous 137 certificates in October 2019.

A quick check using the diff tool (diff -u cacert-2019-10-16.pem cacert-2019-11-27.pem) generated the following output:

--- cacert-2019-10-16.pem	2019-10-20 09:35:38.271642200 -0400
+++ cacert-2019-11-27.pem	2019-12-03 10:18:41.532003300 -0500
@@ -1,7 +1,7 @@
 ##
 ## Bundle of CA Root Certificates
 ##
-## Certificate data from Mozilla as of: Wed Oct 16 03:12:09 2019 GMT
+## Certificate data from Mozilla as of: Wed Nov 27 04:12:10 2019 GMT
 ##
 ## This is a bundle of X.509 certificates of public Certificate Authorities
 ## (CA). These were automatically extracted from Mozilla's root certificates
@@ -14,7 +14,7 @@
 ## Just configure this file as the SSLCACertificateFile.
 ##
 ## Conversion done with mk-ca-bundle.pl version 1.27.
-## SHA256: c979c6f35714a0fedb17d9e5ba37adecbbc91a8faf4186b4e23d6f9ca44fd6cb
+## SHA256: 607309057d0ec70f8e4e97b03906bafb2fcebb24cd37b5e8293e681ae26ceae0
 ##
 
 

The only lines that changed between CA certificate file revisions were comments.

@StefanKarpinski StefanKarpinski merged commit 375347e into JuliaLang:master Jan 9, 2020
KristofferC pushed a commit that referenced this pull request Jan 9, 2020
@KristofferC KristofferC mentioned this pull request Jan 9, 2020
28 tasks
@mikhail-j mikhail-j deleted the libgit2-cacert-january-2020 branch January 11, 2020 12:37
@KristofferC KristofferC mentioned this pull request Feb 20, 2020
56 tasks
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.

3 participants