log mercurial/sslutil.py @ 38475:67dc32d4e790

age author description
Tue, 26 Jun 2018 10:36:23 -0400 Augie Fackler cleanup: migrate from re.escape to stringutil.reescape
Fri, 27 Apr 2018 00:05:46 -0400 Augie Fackler sslutil: fix some edge cases in Python 3 support
Sat, 14 Apr 2018 02:03:02 +0530 Pulkit Goyal py3: add b'' prefixes to make values bytes
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Sun, 04 Mar 2018 21:16:36 -0500 Augie Fackler sslutil: some more forcebytes() on some exception messages
Sun, 04 Mar 2018 21:15:37 -0500 Augie Fackler sslutil: sslcontext needs the cipher name as a sysstr
Sun, 04 Mar 2018 18:03:55 -0500 Augie Fackler sslutil: lots of unicode/bytes cleanup
Fri, 29 Dec 2017 05:25:27 +0530 Pulkit Goyal py3: use node.hex(h.digest()) instead of h.hexdigest()
Sun, 10 Dec 2017 04:48:59 +0530 Pulkit Goyal py3: handle keyword arguments correctly in sslutil.py
Sat, 14 Oct 2017 00:29:31 +0200 Boris Feld configitems: register the 'hostsecurity.*:fingerprints' config
Thu, 12 Oct 2017 00:20:41 +0200 Boris Feld configitems: register the 'hostfingerprints' section
Thu, 12 Oct 2017 23:34:34 -0700 Jun Wu codemod: use pycompat.isdarwin
Thu, 12 Oct 2017 23:30:46 -0700 Jun Wu codemod: use pycompat.iswindows
Wed, 12 Jul 2017 18:37:13 -0400 Matt Harbison sslutil: inform the user about how to fix an incomplete certificate chain