-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34229/
-----------------------------------------------------------
(Updated May 15, 2015, 9:40 a.m.)
Review request for qpid, Andrew Stitcher, Cliff Jansen, Kenneth Giusti, and
Rafael Schloming.
Bugs: PROTON-861
https://issues.apache.org/jira/browse/PROTON-861
Repository: qpid-proton-git
Description
-------
This is useful e.g. to determine whether a particular connection is authorised
for certain actions.
The approach taken here is to expose the full subject as a string. It may be
that some subset of that is preferred, perhaps in a slightly different format.
However having the full subject is the simplest way to ensure that everyone can
get what they need, even if at the expense of a little string manipulation.
Diffs (updated)
-----
proton-c/bindings/python/proton/__init__.py bc639e3
proton-c/include/proton/ssl.h 0ac4aef
proton-c/src/ssl/openssl.c 2bbdda0
Diff: https://reviews.apache.org/r/34229/diff/
Testing
-------
Thanks,
Gordon Sim