Closed ewr closed 8 years ago
If called with the same type and credentials that return true for ==, don't raise an ArgumentError. Instead, return the existing env.
==
Add an == implementation to X509::Certificate, comparing the two objects via certificate.to_der.
certificate.to_der
Remove tabs when loading x509 pems via the pem filter.
Built on #25, so the diff will clean up once that merges.
If called with the same type and credentials that return true for
==
, don't raise an ArgumentError. Instead, return the existing env.Add an
==
implementation to X509::Certificate, comparing the two objects viacertificate.to_der
.Remove tabs when loading x509 pems via the pem filter.
Built on #25, so the diff will clean up once that merges.