Mercurial > pidgin.yaz
annotate share/ca-certs/Makefile.am @ 24018:40a4e02027f4
shuffle some code around to make sure are using the right errno,
References #7032
| author | Ka-Hing Cheung <khc@hxbc.us> |
|---|---|
| date | Thu, 11 Sep 2008 04:19:37 +0000 |
| parents | fd646e79cccf |
| children | 7ed27ecdab51 |
| 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 = \ |
|
23434
5452d2bcea05
Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents:
23332
diff
changeset
|
2 CAcert_Root.pem \ |
|
5452d2bcea05
Add CAcert.org to the Pidgin certificates
Ethan Blanton <elb@pidgin.im>
parents:
23332
diff
changeset
|
3 CAcert_Class3.pem \ |
|
19217
5cde8ad06204
- Add the Verisign root key (used for MSN)
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19214
diff
changeset
|
4 Equifax_Secure_CA.pem \ |
|
19530
82953ee5b3e6
- Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19525
diff
changeset
|
5 GTE_CyberTrust_Global_Root.pem \ |
|
20305
636e6a3a5b67
applied changes from a4ca83f88d6ff3c9315ae4fb327b7675d324a494
Luke Schierer <lschiere@pidgin.im>
parents:
19545
diff
changeset
|
6 Microsoft_Secure_Server_Authority.pem \ |
|
21927
a464f202e6c4
Add the StartCom Free SSL Certificate Authority certificate (as used by
Stu Tomlinson <stu@nosnilmot.com>
parents:
20305
diff
changeset
|
7 StartCom_Free_SSL_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
|
8 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
|
9 Verisign_Class3_Primary_CA.pem \ |
|
fd646e79cccf
so turns out this is what I really need
Ka-Hing Cheung <khc@hxbc.us>
parents:
23909
diff
changeset
|
10 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem |
|
19213
30da22191757
- Add the ca-certs directory for putting default-shipping root certs in.
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff
changeset
|
11 |
|
23332
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
12 if INSTALL_SSL_CERTIFICATES |
|
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
13 cacertsdir = $(datadir)/purple/ca-certs |
|
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
14 cacerts_DATA = $(CERTIFICATES) |
|
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
15 endif |
|
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
16 |
|
19545
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
17 EXTRA_DIST = \ |
|
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
18 Makefile.mingw \ |
|
23332
390384053186
Add a configure option, --with-ssl-certificates to allow packagers to
Richard Laager <rlaager@wiktel.com>
parents:
21927
diff
changeset
|
19 $(CERTIFICATES) |
|
19213
30da22191757
- Add the ca-certs directory for putting default-shipping root certs in.
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff
changeset
|
20 |
