Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
X509Name: Raise AttributeError correctly (#1088)
X509Name does only inherit from object, which has no __getattr__() method. By accident this also raised an AttributeError but the error message is confusing. This commit now raises the AttributeError with a descriptive message.
- Loading branch information