Staging
v0.8.1
https://github.com/python/cpython
Revision ec3c103520a5061e657581b388e2b8ba6f74602a authored by Georg Brandl on 30 September 2014, 12:04:51 UTC, committed by Georg Brandl on 30 September 2014, 12:04:51 UTC
inside subjectAltName correctly. Formerly the module has used OpenSSL's
GENERAL_NAME_print() function to get the string represention of ASN.1
strings for ``rfc822Name`` (email), ``dNSName`` (DNS) and
``uniformResourceIdentifier`` (URI).
1 parent 79690ac
Raw File
Tip revision: ec3c103520a5061e657581b388e2b8ba6f74602a authored by Georg Brandl on 30 September 2014, 12:04:51 UTC
Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes
Tip revision: ec3c103
.hgeol
[patterns]

# Non human-editable files are binary

**.dsp  = BIN
**.dsw  = BIN
**.mk   = BIN
**.sln  = BIN
**.vcproj  = BIN
**.vsprops = BIN

**.aif  = BIN
**.au   = BIN
**.bmp  = BIN
**.db   = BIN
**.exe  = BIN
**.icns = BIN
**.gif  = BIN
**.ico  = BIN
**.info = BIN
**.jpg  = BIN
**.pck  = BIN
**.png  = BIN
**.psd  = BIN
**.tar  = BIN
**.xar  = BIN
**.zip  = BIN

Lib/email/test/data/msg_26.txt = BIN
Lib/test/cjkencodings/* = BIN
Lib/test/sndhdrdata/sndhdr.* = BIN
Lib/test/decimaltestdata/*.decTest = BIN

# All other files (which presumably are human-editable) are "native".
# This must be the last rule!

** = native

[repository]
native = LF
back to top