annotate share/ca-certs/Makefile.am @ 27761:0e49276d9ba1

merge of '69e3f1859964483e117264088d4b6fc214709f6a' and 'b66da85de52dbcd99da3c6571add291b12b427ea'
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 31 Jul 2009 04:21:30 +0000
parents 9580364f155f
children c5280f5677b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23330
390384053186 Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents: 21927
diff changeset
1 CERTIFICATES = \
25534
f59cfb686b02 Add a second chain of SSL certificates now necessary for OSCAR SSL
Paul Aurich <paul@darkrain42.org>
parents: 25333
diff changeset
2 America_Online_Root_Certification_Authority_1.pem \
23432
5452d2bcea05 Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents: 23330
diff changeset
3 CAcert_Root.pem \
5452d2bcea05 Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents: 23330
diff changeset
4 CAcert_Class3.pem \
19217
5cde8ad06204 - Add the Verisign root key (used for MSN)
William Ehlhardt <williamehlhardt@gmail.com>
parents: 19214
diff changeset
5 Equifax_Secure_CA.pem \
27575
307f346eefa2 Add the twitter.com CA cert. Fixes 9264.
Paul Aurich <paul@darkrain42.org>
parents: 27570
diff changeset
6 Equifax_Secure_Global_eBusiness_CA-1.pem \
19530
82953ee5b3e6 - Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
William Ehlhardt <williamehlhardt@gmail.com>
parents: 19525
diff changeset
7 GTE_CyberTrust_Global_Root.pem \
26965
e22fa2cc6c46 Add the StartCom root that the XMPP ICA will start using this year.
Paul Aurich <paul@darkrain42.org>
parents: 25534
diff changeset
8 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
9 StartCom_Free_SSL_CA.pem \
27753
9580364f155f Bundle in the Thawte Premium Server CA cert. Used for gmx.net. Closes #3089.
Paul Aurich <paul@darkrain42.org>
parents: 27575
diff changeset
10 Thawte_Premium_Server_CA.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
11 Verisign_RSA_Secure_Server_CA.pem \
23985
fd646e79cccf so turns out this is what I really need
Ka-Hing Cheung <khc@hxbc.us>
parents: 23979
diff changeset
12 Verisign_Class3_Primary_CA.pem \
27570
29e85d424701 New MSN certs needed for login.live.com. Closes #9682.
Paul Aurich <paul@darkrain42.org>
parents: 26965
diff changeset
13 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: 26965
diff changeset
14 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
15
24732
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
16 EXTRA_CERTS = \
25534
f59cfb686b02 Add a second chain of SSL certificates now necessary for OSCAR SSL
Paul Aurich <paul@darkrain42.org>
parents: 25333
diff changeset
17 AOL_Member_CA.pem \
24732
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
18 Microsoft_Internet_Authority.pem \
25333
d455f320c914 Provide the intermediate certificate needed to verify AOL's server
Paul Aurich <paul@darkrain42.org>
parents: 24732
diff changeset
19 Microsoft_Secure_Server_Authority.pem \
27570
29e85d424701 New MSN certs needed for login.live.com. Closes #9682.
Paul Aurich <paul@darkrain42.org>
parents: 26965
diff changeset
20 VeriSign_Class3_Extended_Validation_CA.pem \
25333
d455f320c914 Provide the intermediate certificate needed to verify AOL's server
Paul Aurich <paul@darkrain42.org>
parents: 24732
diff changeset
21 VeriSign_International_Server_Class_3_CA.pem
24732
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
22
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
23
23330
390384053186 Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents: 21927
diff changeset
24 cacertsdir = $(datadir)/purple/ca-certs
24732
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
25
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
26 if INSTALL_SSL_CERTIFICATES
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
27 cacerts_DATA = \
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
28 $(CERTIFICATES) \
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
29 $(EXTRA_CERTS)
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
30 else
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
31 cacerts_DATA = $(EXTRA_CERTS)
23330
390384053186 Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents: 21927
diff changeset
32 endif
390384053186 Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents: 21927
diff changeset
33
19545
0084f7fba421 Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 19530
diff changeset
34 EXTRA_DIST = \
0084f7fba421 Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 19530
diff changeset
35 Makefile.mingw \
24732
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
36 $(CERTIFICATES) \
d9e3434d6416 uncondtionally install some certificates and use them, References #6680.
Ka-Hing Cheung <khc@hxbc.us>
parents: 24295
diff changeset
37 $(EXTRA_CERTS)