Certificate removal utility for Windows
Find a file
Lucas Cordeiro de Jesus Almeida 3dab7cef65
Fix file format and remove trailing tabs
Change carriage return and line feed characters to line feed characters
only, and remove trailing tabs from empty lines.

In the past, the file `README.md` was also using CrLf (`\r\n`) line
endings, which caused a small change in the file to display in Git as if
the entire file had been changed.  The format for that particular file
was fixed in the previous commit
d9c08be0b8.
2026-01-28 20:46:32 -03:00
src Fix Win32 callback functions under i686 2026-01-27 19:40:40 -03:00
COPYING Bump copyright year on repository files 2026-01-27 19:44:01 -03:00
Makefile Fix file format and remove trailing tabs 2026-01-28 20:46:32 -03:00
README.md Bump copyright year on repository files 2026-01-27 19:44:01 -03:00

anti_mitm

anti_mitm is a small program which removes a known installed certificate from Windows when run. This utility is helpful when software is automatically installing a certificate, which interfers with other software (such as certificate authorities that are used to snoop on TLS network connections).

This software is distributed under the BSD 3-Clause "New" or "Revised" License.

Copyright © 20252026 Lucas Cordeiro de Jesus Almeida.