-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8331/
-----------------------------------------------------------
Review request for qpid and Rafael Schloming.
Description
-------
Support for client-driven SSL session resumption. More testing is needed, but
the API changes are pretty extensive so I wanted to get some wider visibility
sooner rather than later.
I'll provide in-code API documentation before I check in, but for now you can
reference the original JIRA for the background.
This addresses bug PROTON-136.
https://issues.apache.org/jira/browse/PROTON-136
Diffs
-----
/proton/trunk/proton-c/bindings/python/proton.py 1416512
/proton/trunk/proton-c/include/proton/ssl.h 1416512
/proton/trunk/proton-c/src/ssl/openssl.c 1416512
/proton/trunk/proton-c/src/ssl/ssl_stub.c 1416512
/proton/trunk/tests/proton_tests/ssl.py 1416512
Diff: https://reviews.apache.org/r/8331/diff/
Testing
-------
Original unit tests pass, added two more specific to these changes. No 3rd
party interopt testing yet.
Thanks,
Kenneth Giusti