jetmore / swaks

Swaks - Swiss Army Knife for SMTP
http://jetmore.org/john/code/swaks/
GNU General Public License v2.0
847 stars 86 forks source link

do away with the verification callback for tls certs #76

Closed jetmore closed 5 months ago

jetmore commented 6 months ago

Now that I know about get_peer-cert_chain, I don't think there's any reason to keep the verification callback, I think I can do all the same work outside of the callback, and probably not have the weird issues I'm having where the same cert gets printed more than once, or different certs get printed depending on whether Im on macos/debian vs freebsd

jetmore commented 5 months ago

closed by #82