All Projects → pyca → service-identity

pyca / service-identity

Licence: MIT License
Service Identity Verification for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to service-identity

mps
MPS is a high-performance HTTP(S) proxy library that supports forward proxies, reverse proxies, man-in-the-middle proxies, tunnel proxies, Websocket proxies. MPS 是一个高性能HTTP(s)中间代理库,它支持正向代理、反向代理、中间人代理、隧道代理、Websocket代理
Stars: ✭ 64 (-17.95%)
Mutual labels:  mitm
concerto
A command line tool and a library to generate TLS certificates for development purposes.
Stars: ✭ 34 (-56.41%)
Mutual labels:  certificate
django-yadpt-starter
Yet Another Django Project Template skeleton for Django projects
Stars: ✭ 28 (-64.1%)
Mutual labels:  certificate
powershell-codesigning
Create and use code signing certificates with PowerShell
Stars: ✭ 16 (-79.49%)
Mutual labels:  certificate
cert-manager-alidns-webhook
Cert-manager webhook to generate Let's Encrypt certificates over Alibaba Cloud DNS.
Stars: ✭ 31 (-60.26%)
Mutual labels:  certificate
ght-acme.sh
Shell script to sign certificate by the letsencrypt CA
Stars: ✭ 31 (-60.26%)
Mutual labels:  certificate
MITM-cheatsheet
All MITM attacks in one place.
Stars: ✭ 655 (+739.74%)
Mutual labels:  mitm
security-trust-settings-tools
🔒 OS X Keychain Trust Settings Tools.
Stars: ✭ 19 (-75.64%)
Mutual labels:  certificate
website-checks
check your website for issues with multiple tools and get PDF reports of the results
Stars: ✭ 69 (-11.54%)
Mutual labels:  certificate
letsencrypt-inwx
A small cli utility for automating the letsencrypt dns-01 challenge for domains hosted by inwx.
Stars: ✭ 43 (-44.87%)
Mutual labels:  certificate
mitm
A simple yet effective python3 script to perform DNS spoofing via ARP poisoning
Stars: ✭ 23 (-70.51%)
Mutual labels:  mitm
certexfil
Exfiltration based on custom X509 certificates
Stars: ✭ 18 (-76.92%)
Mutual labels:  certificate
cissp-mind-map
CISSP mind map, 8 domains, 2020 edition, OSG/AIO eighth edition, 8th
Stars: ✭ 31 (-60.26%)
Mutual labels:  certificate
BTCert
BTCert authenticates academic certificates by means of a digital credential that allows immediate verification by third parties. BTCerts uses blockchain and cryptographic techniques to create a certification infrastructure based on the standard Blockcerts
Stars: ✭ 21 (-73.08%)
Mutual labels:  certificate
observatory-exporter
Prometheus exporter for Mozilla Observatory
Stars: ✭ 31 (-60.26%)
Mutual labels:  certificate
Mirror
Deploy Google and Wikipedia mirror with one command using now.sh.
Stars: ✭ 93 (+19.23%)
Mutual labels:  certificate
cert-manager
Automatically provision and manage TLS certificates in Kubernetes
Stars: ✭ 8,781 (+11157.69%)
Mutual labels:  certificate
laravel-ohdear-webhooks
Handle Oh Dear webhooks with ease in a Laravel app
Stars: ✭ 18 (-76.92%)
Mutual labels:  certificate
efm-certvalidator
Certificate validator for X.509 certificates.
Stars: ✭ 25 (-67.95%)
Mutual labels:  certificate
httransform
A framework to build precise and fast HTTP proxies.
Stars: ✭ 54 (-30.77%)
Mutual labels:  mitm

Service Identity Verification

Documentation Status CI Status Test Coverage Code style: black PyCA on IRC

Use this package if:

  • you use pyOpenSSL and don’t want to be MITMed or
  • if you want to verify that a PyCA cryptography certificate is valid for a certain hostname or IP address.

service-identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes.

In the simplest case, this means host name verification. However, service-identity implements RFC 6125 fully and plans to add other relevant RFCs too.

service-identity’s documentation lives at Read the Docs, the code on GitHub.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].