]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID,...
authorChristian Heimes <christian@cheimes.de>
Sun, 17 Nov 2013 18:59:14 +0000 (19:59 +0100)
committerChristian Heimes <christian@cheimes.de>
Sun, 17 Nov 2013 18:59:14 +0000 (19:59 +0100)
commita6bc95aa0252399c026e749c4a294e2a22912f72
tree077efeeb0ba8ac1dc3cc17d9c71239675de2f1bf
parent35e4ad71baae5469ee678718bac0f9caf7fae740
Issue #19448: Add private API to SSL module to lookup ASN.1 objects by OID, NID, short name and long name.
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS
Modules/_ssl.c