pidgin: cbc7c3d9: Add the DigiCert High Assurance CA-3 int...
darkrain42 at pidgin.im
darkrain42 at pidgin.im
Sat Apr 9 17:40:47 EDT 2011
----------------------------------------------------------------------
Revision: cbc7c3d9f7aaa915eae757988ed9a0f0e7c04861
Parent: 0d2aa8ce178628d9a7819a697e9128bb623244e6
Author: darkrain42 at pidgin.im
Date: 04/09/11 17:36:00
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/cbc7c3d9f7aaa915eae757988ed9a0f0e7c04861
Changelog:
Add the DigiCert High Assurance CA-3 intermediate CA.
This is needed for Facebook's XMPP interface, where they just turned
on StartTLS, but only return the entity cert. :(
Changes against parent 0d2aa8ce178628d9a7819a697e9128bb623244e6
patched ChangeLog
patched pidgin/win32/nsis/pidgin-installer.nsi
patched share/ca-certs/Makefile.am
-------------- next part --------------
============================================================
--- ChangeLog 2dd099258185bc53a6d9f96fb6c8bb032aa0f8a1
+++ ChangeLog 213f949d29156217690dd49289b8bb5e2df9a6f6
@@ -4,6 +4,8 @@ version 2.8.0 (??/??/????):
General:
* Implement simple silence suppression for voice calls, preventing wasted
bandwidth for silent periods during a call. (Jakub Adam) (half of #13180)
+ * Added the DigiCert High Assurance CA-3 intermediate CA, needed for
+ validation of the Facebook XMPP interface's certificate.
Pidgin:
* Duplicate code cleanup. (Gabriel Schulhof) (#10599)
============================================================
--- pidgin/win32/nsis/pidgin-installer.nsi 003dd5dff21bd54ec6e77a62c835d77d7d1f495f
+++ pidgin/win32/nsis/pidgin-installer.nsi 568d42b5a49148b6ad801769f9b465cf9ff54c18
@@ -536,6 +536,7 @@ Section Uninstall
Delete "$INSTDIR\ca-certs\CAcert_Class3.pem"
Delete "$INSTDIR\ca-certs\CAcert_Root.pem"
Delete "$INSTDIR\ca-certs\Deutsche_Telekom_Root_CA_2.pem"
+ Delete "$INSTDIR\ca-certs\DigiCertHighAssuranceCA-3.pem"
Delete "$INSTDIR\ca-certs\Entrust.net_Secure_Server_CA.pem"
Delete "$INSTDIR\ca-certs\Equifax_Secure_CA.pem"
Delete "$INSTDIR\ca-certs\Equifax_Secure_Global_eBusiness_CA-1.pem"
============================================================
--- share/ca-certs/Makefile.am 8eeaaacf83bec9c118abf4236b1e6a1b3ca4bff7
+++ share/ca-certs/Makefile.am 7c897818adae8c0a3ebb305722aa3bbd89b775d8
@@ -22,6 +22,7 @@ EXTRA_CERTS = \
EXTRA_CERTS = \
AOL_Member_CA.pem \
+ DigiCertHighAssuranceCA-3.pem \
Microsoft_Internet_Authority.pem \
Microsoft_Internet_Authority_2010.pem \
Microsoft_Secure_Server_Authority.pem \
More information about the Commits
mailing list