You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2013/09/11 23:24:51 UTC

[jira] [Updated] (TS-2210) add API to get access to the client cert in the SSL Net VC

     [ https://issues.apache.org/jira/browse/TS-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Peach updated TS-2210:
----------------------------

    Component/s: TS API
                 SSL
    
> add API to get access to the client cert in the SSL Net VC
> ----------------------------------------------------------
>
>                 Key: TS-2210
>                 URL: https://issues.apache.org/jira/browse/TS-2210
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: SSL, TS API
>            Reporter: Bryan Call
>
> In SSLNetVConnection SSL_get_peer_certificate(ssl) is called and client_cert is set.  There is a request from Brian France to get access to the client cert.
> He wants to be able to call X509_NAME_oneline(), X509_get_subject_name(), and X509_get_issuer_name() on the cert.
> Where the cert is set in the code:
> iocore/net/SSLNetVConnection.cc:499:    client_cert = SSL_get_peer_certificate(ssl);

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira