[issue18735] SSL/TLS pinning for the ssl module

2013-08-14 Thread raymontag
New submission from raymontag: Hello, I would like to see an implementation for SSL/TLS pinning in the sll module of the standard library. At this moment it's only possible to give the client a CAcert and check if the server's certificate is signed with this CA by creating a ssl.Context

[issue18735] SSL/TLS pinning for the ssl module

2013-08-14 Thread raymontag
raymontag added the comment: Yep, that's exactly what I meant :) -- resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18735

[issue18735] SSL/TLS pinning for the ssl module

2013-08-14 Thread raymontag
raymontag added the comment: Yeah, this was my first idea, too. Are there at this moment other possibilities to implement pinning myself with the options the module provides me? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue18735] SSL/TLS pinning for the ssl module

2013-08-14 Thread raymontag
raymontag added the comment: That's not a good idea, a serial number could be faked. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18735

[issue18735] SSL/TLS pinning for the ssl module

2013-08-14 Thread raymontag
raymontag added the comment: Great, that matches my needs exactly -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18735 ___ ___ Python-bugs-list

[issue17209] get_wch() doesn't handle KeyboardInterrupt

2013-02-15 Thread raymontag
New submission from raymontag: If I've initialized a window in curses, try to get a single character with get_wch() and press Ctrl+C, the program crashes even if I handle KeyboardInterrupt. Here's a code example. import curses scr = curses.initscr() try: char = scr.get_wch() except

[issue17209] get_wch() doesn't handle KeyboardInterrupt

2013-02-15 Thread raymontag
Changes by raymontag kkoe...@posteo.de: -- type: - crash ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17209 ___ ___ Python-bugs-list mailing