[New-bugs-announce] [issue37952] Add support for export_keying_material to SSL library

Christer Weinigel report at bugs.python.org
Mon Aug 26 04:49:04 EDT 2019


New submission from Christer Weinigel <christer at weinigel.se>:

Add support for the export_keying_material function to the SSL library.

Tested with Python 3.7.4 and Python master branch:

https://github.com/wingel/cpython/tree/export_keying_material-3.7.4
https://github.com/wingel/cpython/tree/export_keying_material-master

Is this the correct format for a patch?  Should I include the automatically generated clinic changes in my patch or not?  What about the "versionadded::" string in the documentation?  Should I include a line like that or does it only generate unneccessary conflicts?  Anything else I need to do?

----------
assignee: christian.heimes
components: SSL
messages: 350512
nosy: christian.heimes, wingel71
priority: normal
severity: normal
status: open
title: Add support for export_keying_material to SSL library
type: enhancement
versions: Python 3.7, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37952>
_______________________________________


More information about the New-bugs-announce mailing list