On Wed, Feb 01, 2017 at 05:25:58PM +1000, Fraser Tweedale wrote:
Hi all,
The attached patches implement the long-desired feature to copy CN
to SubjectAltName (
https://fedorahosted.org/pki/ticket/1710).
I've also pushed the branch to my GitHub repo; feel free to review
the patches there:
https://github.com/frasertweedale/pki/commits/feature/1710-cn-to-san
Thanks,
Fraser
ACKed by mharmsen and batkisso.
Pushed to master with following trivial changes:
- fix a missing import in upgrade scriptlet
- break upgrade scriptlet into separate patch, for easy exclusion
or modification when backporting
* 31dfbb569756e8c28500b597ac4486f780761c4c Add upgrade script to add
CommonNameToSANDefault plugin
* 9cb00049ec731cca36de822f6c1e834f7febcb4f Add profile component that copies CN to SAN
dNSName
* 979b6a2da433e97c1ada6434b432aa4aabc47ab5 X500Name: add method to get all attributes of a
given type
* a67816eebbed2332327fbf391f3e23223ee7690e SubjectAlternativeNameExtension: add
GeneralNames getter/setter
* 225dd099efa7e2f752c3f50157aaec71a9834873 GeneralName: add method to get at inner value
* f371114134ee3b6a83b747eecf46e001080b1e9c DNSName: add method to get value
Thanks,
Fraser