/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/ca_bundle.py

  • Committer: Andrew Bennetts
  • Date: 2010-04-13 04:33:55 UTC
  • mfrom: (5147 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5149.
  • Revision ID: andrew.bennetts@canonical.com-20100413043355-lg3id0uwtju0k3zs
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#
13
13
# You should have received a copy of the GNU General Public License
14
14
# along with this program; if not, write to the Free Software
15
 
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
15
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
"""Auto-detect of CA bundle for SSL connections"""
18
18
 
36
36
    # from "Details on Server SSL Certificates"
37
37
    # http://curl.haxx.se/docs/sslcerts.html
38
38
    #
39
 
    # 4. If you're using the curl command line tool, you can specify your own CA
40
 
    #    cert path by setting the environment variable CURL_CA_BUNDLE to the path
41
 
    #    of your choice.
 
39
    # 4. If you're using the curl command line tool, you can specify your own
 
40
    #    CA cert path by setting the environment variable CURL_CA_BUNDLE to the
 
41
    #    path of your choice.
42
42
    #
43
 
    #    If you're using the curl command line tool on Windows, curl will search
44
 
    #    for a CA cert file named "curl-ca-bundle.crt" in these directories and in
45
 
    #    this order:
 
43
    #    If you're using the curl command line tool on Windows, curl will
 
44
    #    search for a CA cert file named "curl-ca-bundle.crt" in these
 
45
    #    directories and in this order:
46
46
    #      1. application's directory
47
47
    #      2. current working directory
48
48
    #      3. Windows System directory (e.g. C:\windows\system32)