This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wingel71
Recipients christian.heimes, wingel71
Date 2021-04-07.13:51:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617803502.08.0.385258994559.issue37952@roundup.psfhosted.org>
In-reply-to
Content
OpenSSL has a function to "SSL_export_keying_material" as described in RFC5705.  This functionality is needed to be able to support a bunch of other protocols such as "Network Time Security for the Network Time Protocol" which has now become a proper RFC as RFC8915.  There are half a dozen other RFCs which also use this functionality.

I have written a patch to add support for this function which can be found on github:

https://github.com/wingel/cpython

And it is used in my implementation of the NTS procotol which can also be found on github:

https://github.com/Netnod/nts-poc-python

It would be very nice if mainline Python could support for this function in the future so that I don't have to maintain a patched version of Python for this.
History
Date User Action Args
2021-04-07 13:51:42wingel71setrecipients: + wingel71, christian.heimes
2021-04-07 13:51:42wingel71setmessageid: <1617803502.08.0.385258994559.issue37952@roundup.psfhosted.org>
2021-04-07 13:51:42wingel71linkissue37952 messages
2021-04-07 13:51:42wingel71create