GitHub
github.com › narbehaj › ssl-checker
GitHub - narbehaj/ssl-checker: Python script that collects SSL/TLS information from hosts · GitHub
Python script that collects SSL/TLS information from hosts - GitHub - narbehaj/ssl-checker: Python script that collects SSL/TLS information from hosts
Starred by 318 users
Forked by 87 users
Languages Python 99.1% | Dockerfile 0.9%
GitHub
github.com › python › cpython › blob › main › Modules › _ssl.c
cpython/Modules/_ssl.c at main · python/cpython
SSLSocket before the cryptographic exchange handshake messages. ... Whether this is a server-side socket. ... The currently set server hostname (for SNI). ... The Python-level owner of this object.
Author python
GitHub
github.com › pypa › ssl
GitHub - pypa/ssl: SSL wrapper for socket objects (2.3, 2.4, 2.5 compatible)
May 29, 2020 - Many thanks to Denis Bilenko for providing those fixes through his temporary sslfix fork. The package is now maintained (bugfix only) by PyPA. Authorship: A cast of dozens over the years have written the Python SSL support, including Marc-Alan Lemburg, Robin Dunn, GvR, Kalle Svensson, Skip Montanaro, Mark Hammond, Martin von Loewis, Jeremy Hylton, Andrew Kuchling, Georg Brandl, Bill Janssen, Chris Stawarz, Neal Norwitz, and many others.
Starred by 12 users
Forked by 20 users
Languages Python 52.4% | C 47.4% | Makefile 0.2% | Python 52.4% | C 47.4% | Makefile 0.2%
GitHub
github.com › pyca › pyopenssl
GitHub - pyca/pyopenssl: A Python wrapper around the OpenSSL library · GitHub
A Python wrapper around the OpenSSL library. Contribute to pyca/pyopenssl development by creating an account on GitHub.
Starred by 937 users
Forked by 425 users
Languages Python
GitHub
github.com › python › cpython › blob › main › Modules › clinic › _ssl.c.h
cpython/Modules/clinic/_ssl.c.h at main · python/cpython
{"get_verified_chain", (PyCFunction)_ssl__SSLSocket_get_verified_chain, METH_NOARGS, _ssl__SSLSocket_get_verified_chain__doc__},
Author python
GitHub
github.com › python › cpython › blob › main › Modules › _ssl › debughelpers.c
cpython/Modules/_ssl/debughelpers.c at main · python/cpython
"# TLS secrets log file, generated by OpenSSL / Python\n"); (void)BIO_flush(self->keylog_bio); } PySSL_END_ALLOW_THREADS(self) SSL_CTX_set_keylog_callback(self->ctx, _PySSL_keylog_callback); return 0; }
Author python
GitHub
github.com › xliu59 › SSL-TLS_SOCKET
GitHub - xliu59/SSL-TLS_SOCKET: A basic implementation on SSL/TLS socket on both server and client
python server.py --sslv23 --cacert ./ssl/certificate.pem --cipher ECDHE-RSA-AES256-GCM-SHA384 127.0.0.1 8801 index.html
Starred by 13 users
Forked by 4 users
Languages Python 99.1% | HTML 0.9% | Python 99.1% | HTML 0.9%
GitHub
github.com › topics › ssl-certificate
ssl-certificate · GitHub Topics · GitHub
dns letsencrypt cli pypi lexicon dns-service ssl-certificate dns-provider ... docker aws typescript aws-lambda https s3-bucket cognito python3 bedrock openai ssl-certificate ec2-instance elbv2 opensearch cdk rag secrets-manager ecs-fargate langchain
GitHub
github.com › wolfSSL › wolfssl-py
GitHub - wolfSSL/wolfssl-py: Python wrapper for wolfSSL embedded SSL/TLS library.
Starred by 40 users
Forked by 30 users
Languages Python 97.4% | Makefile 2.6% | Python 97.4% | Makefile 2.6%
GitHub
github.com › pyca › pyopenssl › blob › main › src › OpenSSL › SSL.py
pyopenssl/src/OpenSSL/SSL.py at main · pyca/pyopenssl
August 24, 2022 - A Python wrapper around the OpenSSL library. Contribute to pyca/pyopenssl development by creating an account on GitHub.
Author pyca
GitHub
github.com › certifi › python-certifi
GitHub - certifi/python-certifi: (Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. · GitHub
(Python Distribution) A carefully curated collection of Root Certificates for validating the trustworthiness of SSL certificates while verifying the identity of TLS hosts. - certifi/python-certifi
Starred by 963 users
Forked by 287 users
Languages Python 97.7% | Makefile 2.3%
GitHub
github.com › nabla-c0d3 › sslyze
GitHub - nabla-c0d3/sslyze: Fast and powerful SSL/TLS scanning library. · GitHub
Starred by 3.7K users
Forked by 494 users
Languages Python 99.9% | Dockerfile 0.1%
GitHub
github.com › topics › ssl-certificates
ssl-certificates · GitHub Topics · GitHub
July 2, 2017 - Open-source security research tool for identifying origin IP exposure of websites protected by Cloudflare and similar reverse proxy services. exploit cloudflare dnssec ssl-certificates ...
GitHub
github.com › drbild › sslpsk
GitHub - drbild/sslpsk: Adds TLS-PSK support to the Python ssl package · GitHub
Starred by 28 users
Forked by 34 users
Languages Python 60.0% | C 36.2% | Batchfile 3.8%
GitHub
github.com › python › cpython › blob › main › Lib › test › test_ssl.py
cpython/Lib/test/test_ssl.py at main · python/cpython
# See also http://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ if e.errno != errno.EPROTOTYPE and sys.platform != "darwin": ... sys.stdout.write(" server: read CB tls-unique from client, sending our CB data...\n") data = self.sslconn.get_channel_binding("tls-unique")
Author python