Mercurial > pidgin
changeset 31459:13b8f684ea8a
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. :(
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sat, 09 Apr 2011 21:36:00 +0000 |
parents | 60c0790a1f97 |
children | c62dc6d25802 |
files | ChangeLog pidgin/win32/nsis/pidgin-installer.nsi share/ca-certs/Makefile.am |
diffstat | 3 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Apr 08 01:22:46 2011 +0000 +++ b/ChangeLog Sat Apr 09 21:36:00 2011 +0000 @@ -4,6 +4,8 @@ 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)
--- a/pidgin/win32/nsis/pidgin-installer.nsi Fri Apr 08 01:22:46 2011 +0000 +++ b/pidgin/win32/nsis/pidgin-installer.nsi Sat Apr 09 21:36:00 2011 +0000 @@ -536,6 +536,7 @@ 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"
--- a/share/ca-certs/Makefile.am Fri Apr 08 01:22:46 2011 +0000 +++ b/share/ca-certs/Makefile.am Sat Apr 09 21:36:00 2011 +0000 @@ -22,6 +22,7 @@ EXTRA_CERTS = \ AOL_Member_CA.pem \ + DigiCertHighAssuranceCA-3.pem \ Microsoft_Internet_Authority.pem \ Microsoft_Internet_Authority_2010.pem \ Microsoft_Secure_Server_Authority.pem \