-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7171/
-----------------------------------------------------------
(Updated Sept. 19, 2012, 9:40 p.m.)
Review request for qpid and Rafael Schloming.
Changes
-------
Updated with review input.
Description
-------
Patch to add SSL/TLS support to proton using OpenSSL.
This addresses bug PROTON-2.
https://issues.apache.org/jira/browse/PROTON-2
Diffs (updated)
-----
/proton/trunk/examples/mailbox/README.txt 1387782
/proton/trunk/examples/mailbox/fetch 1387782
/proton/trunk/examples/mailbox/post 1387782
/proton/trunk/examples/mailbox/server 1387782
/proton/trunk/examples/mailbox/ssl-setup.sh PRE-CREATION
/proton/trunk/proton-c/CMakeLists.txt 1387782
/proton/trunk/proton-c/bindings/php/php.i 1387782
/proton/trunk/proton-c/bindings/python/python.i 1387782
/proton/trunk/proton-c/bindings/ruby/ruby.i 1387782
/proton/trunk/proton-c/include/proton/cproton.i 1387782
/proton/trunk/proton-c/include/proton/driver.h 1387782
/proton/trunk/proton-c/include/proton/ssl.h PRE-CREATION
/proton/trunk/proton-c/pn_config.h.in 1387782
/proton/trunk/proton-c/src/driver.c 1387782
/proton/trunk/proton-c/src/engine/engine-internal.h 1387782
/proton/trunk/proton-c/src/engine/engine.c 1387782
/proton/trunk/proton-c/src/ssl/openssl.c PRE-CREATION
/proton/trunk/proton-c/src/ssl/ssl-internal.h PRE-CREATION
/proton/trunk/proton-c/src/ssl/ssl_stub.c PRE-CREATION
Diff: https://reviews.apache.org/r/7171/diff/
Testing
-------
"proton-tests" still works :)
Updated "mailbox" example to support SSL - see mailbox/README.txt for
instructions on how to set up and run with SSL.
Thanks,
Kenneth Giusti