Mercurial > pidgin.yaz
annotate share/ca-certs/Makefile.am @ 31913:277b7f1d6214
Don't update last_received when receiving data on gg. Fixes #13699.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | quantifier666@gmail.com |
---|---|
date | Sat, 16 Apr 2011 15:13:50 +0000 |
parents | 13b8f684ea8a |
children |
rev | line source |
---|---|
23332
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
1 CERTIFICATES = \ |
31579
14a36bcf6704
Add the AddTrust External CA Root. Closes #11554.
Paul Aurich <paul@darkrain42.org>
parents:
31367
diff
changeset
|
2 AddTrust_External_Root.pem \ |
25164
f59cfb686b02
Add a second chain of SSL certificates now necessary for OSCAR SSL
Paul Aurich <paul@darkrain42.org>
parents:
25019
diff
changeset
|
3 America_Online_Root_Certification_Authority_1.pem \ |
23434
5452d2bcea05
Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents:
23332
diff
changeset
|
4 CAcert_Root.pem \ |
5452d2bcea05
Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents:
23332
diff
changeset
|
5 CAcert_Class3.pem \ |
31029
771abfd8ead4
ca-certs: Add new Thawte and Deutsche Telekom Roots. Fixes #12667, #12668.
Paul Aurich <paul@darkrain42.org>
parents:
31028
diff
changeset
|
6 Deutsche_Telekom_Root_CA_2.pem \ |
28695
c5280f5677b5
Add the Entrust.net Secure Server CA (taken from Debian's set). Closes #10247.
Paul Aurich <paul@darkrain42.org>
parents:
28090
diff
changeset
|
7 Entrust.net_Secure_Server_CA.pem \ |
19217
5cde8ad06204
- Add the Verisign root key (used for MSN)
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19214
diff
changeset
|
8 Equifax_Secure_CA.pem \ |
27651
307f346eefa2
Add the twitter.com CA cert. Fixes 9264.
Paul Aurich <paul@darkrain42.org>
parents:
27646
diff
changeset
|
9 Equifax_Secure_Global_eBusiness_CA-1.pem \ |
31028
e492df53a0f3
ca-certs: Add the Go Daddy Class 2 self-signed root. Fixes #12594
Paul Aurich <paul@darkrain42.org>
parents:
30767
diff
changeset
|
10 Go_Daddy_Class_2_CA.pem \ |
19530
82953ee5b3e6
- Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19525
diff
changeset
|
11 GTE_CyberTrust_Global_Root.pem \ |
27047
e22fa2cc6c46
Add the StartCom root that the XMPP ICA will start using this year.
Paul Aurich <paul@darkrain42.org>
parents:
25164
diff
changeset
|
12 StartCom_Certification_Authority.pem \ |
21927
a464f202e6c4
Add the StartCom Free SSL Certificate Authority certificate (as used by
Stu Tomlinson <stu@nosnilmot.com>
parents:
20305
diff
changeset
|
13 StartCom_Free_SSL_CA.pem \ |
28090
9580364f155f
Bundle in the Thawte Premium Server CA cert. Used for gmx.net. Closes #3089.
Paul Aurich <paul@darkrain42.org>
parents:
27651
diff
changeset
|
14 Thawte_Premium_Server_CA.pem \ |
31029
771abfd8ead4
ca-certs: Add new Thawte and Deutsche Telekom Roots. Fixes #12667, #12668.
Paul Aurich <paul@darkrain42.org>
parents:
31028
diff
changeset
|
15 Thawte_Primary_Root_CA.pem \ |
30767
17254453adf3
Add the ValiCert Class 2 VA root CA.
Paul Aurich <paul@darkrain42.org>
parents:
28695
diff
changeset
|
16 ValiCert_Class_2_VA.pem \ |
19519
2e27d9291197
- Add Verisign's Class 3 Extended Validation CA (used for login.live.com
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19217
diff
changeset
|
17 Verisign_RSA_Secure_Server_CA.pem \ |
23915
fd646e79cccf
so turns out this is what I really need
Ka-Hing Cheung <khc@hxbc.us>
parents:
23909
diff
changeset
|
18 Verisign_Class3_Primary_CA.pem \ |
31081
361f32af5147
Add Verisign Class 3 Public CA - G2
Paul Aurich <paul@darkrain42.org>
parents:
31029
diff
changeset
|
19 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G2.pem \ |
27646
29e85d424701
New MSN certs needed for login.live.com. Closes #9682.
Paul Aurich <paul@darkrain42.org>
parents:
27047
diff
changeset
|
20 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem \ |
29e85d424701
New MSN certs needed for login.live.com. Closes #9682.
Paul Aurich <paul@darkrain42.org>
parents:
27047
diff
changeset
|
21 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5_2.pem |
19213
30da22191757
- Add the ca-certs directory for putting default-shipping root certs in.
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff
changeset
|
22 |
24683
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
23 EXTRA_CERTS = \ |
25164
f59cfb686b02
Add a second chain of SSL certificates now necessary for OSCAR SSL
Paul Aurich <paul@darkrain42.org>
parents:
25019
diff
changeset
|
24 AOL_Member_CA.pem \ |
31910
13b8f684ea8a
Add the DigiCert High Assurance CA-3 intermediate CA.
Paul Aurich <paul@darkrain42.org>
parents:
31579
diff
changeset
|
25 DigiCertHighAssuranceCA-3.pem \ |
24683
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
26 Microsoft_Internet_Authority.pem \ |
31367
02c0a2640fc2
Add new intermediate certificates that Microsoft have started using to
Stu Tomlinson <stu@nosnilmot.com>
parents:
31081
diff
changeset
|
27 Microsoft_Internet_Authority_2010.pem \ |
25019
d455f320c914
Provide the intermediate certificate needed to verify AOL's server
Paul Aurich <paul@darkrain42.org>
parents:
24683
diff
changeset
|
28 Microsoft_Secure_Server_Authority.pem \ |
31367
02c0a2640fc2
Add new intermediate certificates that Microsoft have started using to
Stu Tomlinson <stu@nosnilmot.com>
parents:
31081
diff
changeset
|
29 Microsoft_Secure_Server_Authority_2010.pem \ |
27646
29e85d424701
New MSN certs needed for login.live.com. Closes #9682.
Paul Aurich <paul@darkrain42.org>
parents:
27047
diff
changeset
|
30 VeriSign_Class3_Extended_Validation_CA.pem \ |
25019
d455f320c914
Provide the intermediate certificate needed to verify AOL's server
Paul Aurich <paul@darkrain42.org>
parents:
24683
diff
changeset
|
31 VeriSign_International_Server_Class_3_CA.pem |
24683
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
32 |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
33 |
23332
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
34 cacertsdir = $(datadir)/purple/ca-certs |
24683
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
35 |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
36 if INSTALL_SSL_CERTIFICATES |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
37 cacerts_DATA = \ |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
38 $(CERTIFICATES) \ |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
39 $(EXTRA_CERTS) |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
40 else |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
41 cacerts_DATA = $(EXTRA_CERTS) |
23332
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
42 endif |
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
43 |
19545
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
44 EXTRA_DIST = \ |
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
45 Makefile.mingw \ |
24683
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
46 $(CERTIFICATES) \ |
d9e3434d6416
uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents:
24237
diff
changeset
|
47 $(EXTRA_CERTS) |