[
https://issues.apache.org/jira/browse/PROTON-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14546478#comment-14546478
]
Cliff Jansen commented on PROTON-887:
-------------------------------------
I took a quick look at this and believe that the existing trace statement in
schannel.c
CertNameToStr(...)
mostly does what is needed here, although you may need to remove the XXX_FLAG
modifier (or substitute another) to match openssl's punctuation.
For the non-tracing case, CertNameToStr() would be called twice, first with a
size of 0 to get a computed size, then with a malloc'ed buffer of that size.
> Windows SSL implementation needs working version of
> pn_ssl_get_remote_subject()
> -------------------------------------------------------------------------------
>
> Key: PROTON-887
> URL: https://issues.apache.org/jira/browse/PROTON-887
> Project: Qpid Proton
> Issue Type: Bug
> Reporter: Andrew Stitcher
>
> Commit 894a463b introduced a new ssl API pn_ssl_get_remote_subject(). This
> has no Windows SChannel implementation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)