-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8449/
-----------------------------------------------------------
Review request for qpid and Rafael Schloming.
Description
-------
Adds an API call to set the hostname which is used for Server Name Indication
as well as Common Name matching. Right now only support exact text match - no
wildcarding.
This addresses bug proton-161.
https://issues.apache.org/jira/browse/proton-161
Diffs
-----
/proton/trunk/proton-c/bindings/python/proton.py 1419512
/proton/trunk/proton-c/include/proton/ssl.h 1419512
/proton/trunk/proton-c/src/ssl/openssl.c 1419512
/proton/trunk/tests/proton_tests/ssl.py 1419512
/proton/trunk/tests/proton_tests/ssl_db/README.txt 1419512
/proton/trunk/tests/proton_tests/ssl_db/ca-certificate.pem 1419512
/proton/trunk/tests/proton_tests/ssl_db/ca-private-key.pem PRE-CREATION
/proton/trunk/tests/proton_tests/ssl_db/client-certificate.pem 1419512
/proton/trunk/tests/proton_tests/ssl_db/client-private-key.pem 1419512
/proton/trunk/tests/proton_tests/ssl_db/server-certificate.pem 1419512
/proton/trunk/tests/proton_tests/ssl_db/server-private-key.pem 1419512
Diff: https://reviews.apache.org/r/8449/diff/
Testing
-------
Updated ssl unit tests.
Thanks,
Kenneth Giusti