master
fixed CT entry comparison with reference cert by serial number instead of thumbprint. For example, google publish pre-certs with matching serial, but different thumbprint, thus CT validation fails although it is there
upgraded projects to target .NET Framework 4.8
added TLS v1.3 client support
added default interface implementations for PS automation and friendlified API calls from PS
clarified interface members and accessors. All accessors are read-only.
added explicit cast to underlying ChainElement object
bump to 1.5.10 (upgraded Newtonsoft JSON dep)
added basic Certificate Transaprency log searcher functionality
redesigned CertProcessor. Work in progress.
Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /SSLVerifier.Core