x509-parser icon indicating copy to clipboard operation
x509-parser copied to clipboard

Should X509Name implement Eq according to 7.1?

Open jannschu opened this issue 6 years ago • 0 comments

Hi,

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.

jannschu avatar Sep 25 '19 14:09 jannschu