identification: Add support for dmdName RDN (2.5.4.54)

It's listed in RFC 2256 but was later removed with RFC 4519, but there
are still some certs that use it.

Closes strongswan/strongswan#43.
This commit is contained in:
Yannick Cann
2016-04-25 17:06:04 +02:00
committed by Tobias Brunner
parent c87f428836
commit 49fa6ebf1c
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -168,6 +168,8 @@ enum id_part_t {
ID_PART_RDN_I,
/** DN Qualifier RDN of a DN */
ID_PART_RDN_DNQ,
/** dmdName RDN of a DN */
ID_PART_RDN_DMDN,
/** Pseudonym RDN of a DN */
ID_PART_RDN_PN,
/** UniqueIdentifier RDN of a DN */