mirror of
https://github.com/monero-project/monero.git
synced 2025-03-30 22:28:06 -04:00

Currently a client must provide a certificate, even if the server is configured to allow all certificates. This drops that requirement from the client - unless the server is configured to use a CA file or fingerprint(s) for verification - which is the standard behavior for SSL servers. The "system-wide" CA is not being used as a "fallback" to verify clients before or after this patch.
epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.