Posts tagged tls
TLS/SSL Certificate Authority (CA) Trust store verification
- 31 January 2021
The CA trust store is how a TLS client establish trust with the servers offered certificates. Curl uses openssl and Python uses its own store (like Java). The store on my system is located here:
Intercept HTTP/HTTPS TLS traffic
- 22 November 2020
Use open source project mitmproxy and have visibility into what iOS apps (or anything else) are sending back to their mother ship.