You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
section 7.1 of RFC 5280 specifies how distinguished names must be checked for equality.
Should the Eq implementation reflect that? Currently PartialEq is derived automatically. Since comparing DNs is a common task, I think this would be helpful.
I will check how much work it is to implement it.
The text was updated successfully, but these errors were encountered:
Hi,
section 7.1 of RFC 5280 specifies how distinguished names must be checked for equality.
Should the
Eq
implementation reflect that? CurrentlyPartialEq
is derived automatically. Since comparing DNs is a common task, I think this would be helpful.I will check how much work it is to implement it.
The text was updated successfully, but these errors were encountered: