Conversation
Codecov Report
@@ Coverage Diff @@
## main #50 +/- ##
==========================================
- Coverage 93.78% 93.77% -0.01%
==========================================
Files 14 13 -1
Lines 2573 2572 -1
==========================================
- Hits 2413 2412 -1
Misses 160 160 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
djc
left a comment
There was a problem hiding this comment.
So wouldn't you also want to expose WildcardDnsNameRef?
I can't think of any reason not to expose this stuff, so I guess I'd be fine with merging this.
@moparisthebest Do you still need this? Can you reply to the above? |
|
Closing this one while there are outstanding questions + conflicts. If it's rebased and the requirements clarified we can reopen. Thanks |
|
I would also like this type exposed --- currently, the I'm happy to rebase this branch and open a new PR, if maintainers are willing to merge it. |
👍 Sounds good to me. It would be nice to get that in for 0.102 (#159) |
This is a continuation of the conversation started here, basically I'm going to have thousands of certificates, and I need to look up the right one when a new connection comes in (by reading SNI from the connection).
Looping through thousands of certs and calling EndEntityCert.html.verify_is_valid_for_dns_name on each would be way too slow, I need to look them up via a hashmap, but that means I need to know the difference between a FQDN and a wildcard cert.