[Pki-devel] Karma Requests for pki-core-10.3.5-11

2017-01-31 Thread Matthew Harmsen
*The following updated candidate builds of pki-core 10.3.5 were generated:* * *Fedora 24* o *pki-core-10.3.5-11.fc24 * * *Fedora 25* o *pki-core-10.3.5-11.fc25

[Pki-devel] [PATCH] 0151..0155 Add profile component that copies CN to SAN

2017-01-31 Thread Fraser Tweedale
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

Re: [Pki-devel] [PATCH] Allow separate certificate and private key for PKIConnection

2017-01-31 Thread Endi Sukma Dewata
On 1/31/2017 5:27 AM, Standa Laznicka wrote: Hello, Attached is a patch which allows for separation of a client certificate and a private key in PKIConnection.set_authentication_cert(). Since python-requests allows for this separation, I think this should be allowed here as well. Have a nice