Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes surname handling for RDNSequence (#46)
* fixes surname handling for RDNSequence surname used incosistent casing (:surName vs :surname) which led to an error when providing a string with "SN=Doe" to RDNSequence.new for example. Changes - consistently use lowercase for the surname atom in RDNSequence.new_attr/1 - adds testcase to validate that a RDN Sequence with a provided "SN" returns without error in RDNSequenceTest * improves testcase for RDNSequence surname uses more meaningful and instructive values Co-authored-by: Bram Verburg <[email protected]> Co-authored-by: Bram Verburg <[email protected]>
- Loading branch information