Mercurial > hg
comparison mercurial/scmwindows.py @ 29260:70bc9912d83d
sslutil: move CA file processing into _hostsettings()
The CA file processing code has been moved from _determinecertoptions
into _hostsettings(). As part of the move, the logic has been changed
slightly and the "cacerts" variable has been renamed to "cafile" to
match the argument used by SSLContext.load_verify_locations().
Since _determinecertoptions() no longer contains any meaningful
code, it has been removed.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 28 May 2016 12:53:33 -0700 |
parents | 029f02757c20 |
children | 3df9f780c90e |
comparison
equal
deleted
inserted
replaced
29259:ec247e8595f9 | 29260:70bc9912d83d |
---|