-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8449/
-----------------------------------------------------------

(Updated Dec. 14, 2012, 7:15 p.m.)


Review request for qpid and Rafael Schloming.


Changes
-------

Final - just added the SSL unit tests.


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 (updated)
-----

  /proton/trunk/proton-c/bindings/python/proton.py 1421779 
  /proton/trunk/proton-c/bindings/python/python.i 1421779 
  /proton/trunk/proton-c/include/proton/ssl.h 1421779 
  /proton/trunk/proton-c/src/ssl/openssl.c 1421779 
  /proton/trunk/proton-c/src/ssl/ssl_stub.c 1421779 
  /proton/trunk/proton-j/proton/src/main/scripts/proton.py 1421779 
  /proton/trunk/tests/proton_tests/ssl.py 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/README.txt 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/bad-server-certificate.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/bad-server-private-key.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/ca-certificate.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/client-certificate.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/client-private-key.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/server-certificate.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/server-private-key.pem 1421779 
  /proton/trunk/tests/proton_tests/ssl_db/server-wc-certificate.pem 
PRE-CREATION 
  /proton/trunk/tests/proton_tests/ssl_db/server-wc-private-key.pem 
PRE-CREATION 

Diff: https://reviews.apache.org/r/8449/diff/


Testing
-------

Updated ssl unit tests.


Thanks,

Kenneth Giusti

Reply via email to