commit | 28d504c4188a5d25a7209e4d1c131e0afffa1fcf | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Mon Jan 07 14:31:34 2013 -0800 |
committer | Kenny Root <kroot@google.com> | Mon Jan 07 16:03:45 2013 -0800 |
tree | 860427c6988302217b55ebdd8deb9743b6468857 | |
parent | 3b14c4bd5c7ce28ed3485bd24285c58424c074af [diff] |
Harmony: fix DirName handling in X.509 certs In SubjectAlternativeName, the directoryName (4) entry is actually a CHOICE of a single possibility. Harmony was trying to decode it as the single possibility itself and running into parsing issues. Additionally, change T61String (TeletexString) handling to assume UTF8 encoding like the RI does. Change-Id: Ic0b9541dfed21b59940fa50a27cee2e7704d8950