[issue43274] Backlinks Strong decouverte SSL

2021-02-20 Thread Webstar Website
New submission from Webstar Website : 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 201

[issue37146] SSl Securité version 3.9.2

2021-02-20 Thread Webstar Website
Webstar Website added the comment: dans cette version pour securité maximale SSLContext.wrap_socket() import socket import ssl hostname = 'www.python.org' context = ssl.create_default_context() with socket.create_connection((hostname, 443)) as sock: with context.wrap_s