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 webstarnantes
Recipients christian.heimes, webstarnantes
Date 2021-02-20.09:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613813077.14.0.66972535006.issue43274@roundup.psfhosted.org>
In-reply-to
Content
Comment puis-je savoir si mon python généré à la source a activé SSL
il faut obtenir l'information suivante : 
de savoir si opensslest est installé, vous pouvez analyser la sortie de openssl version:

$ openssl version
OpenSSL 1.0.2g-fips  1 Mar 2016

on obtient là toutes sortes d'informations à partir de cette  version, par exemple, du répertoire où elles sont stockées:
$ openssl version -d
OPENSSLDIR: "/usr/lib/ssl"
History
Date User Action Args
2021-02-20 09:24:37webstarnantessetrecipients: + webstarnantes, christian.heimes
2021-02-20 09:24:37webstarnantessetmessageid: <1613813077.14.0.66972535006.issue43274@roundup.psfhosted.org>
2021-02-20 09:24:37webstarnanteslinkissue43274 messages
2021-02-20 09:24:36webstarnantescreate