Should key usages be tracked as a HashSet
instead?
#265
Labels
next-major-release
breaking changes put off until next major release
HashSet
instead?
#265
In #264 code is pretty ugly because we're keeping track of whether an EKU already exists in the
Vec
that we hold. ShouldCertificateParams::key_usages
andextended_key_usages
beHashSet
instead?(I guess it could even be more like a bitset similar to what x509-parser apparently does.)
The text was updated successfully, but these errors were encountered: