You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/02/18 23:02:42 UTC

[pulsar] branch master updated (f3dc022 -> cf63ae8)

This is an automated email from the ASF dual-hosted git repository.

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from f3dc022  [cli] pulsar-client-tools supports end-to-end encryption (#9615)
     add cf63ae8  [feature][python-client]support python end to end encryption (#9588)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/include/pulsar/CryptoKeyReader.h |  4 ++-
 pulsar-client-cpp/lib/CryptoKeyReader.cc           |  5 +++
 pulsar-client-cpp/python/CMakeLists.txt            |  3 +-
 pulsar-client-cpp/python/pulsar/__init__.py        | 39 +++++++++++++++++++++-
 pulsar-client-cpp/python/pulsar_test.py            | 22 +++++++++++-
 pulsar-client-cpp/python/src/config.cc             | 17 ++++++++++
 .../python/src/{schema.cc => cryptoKeyReader.cc}   | 18 +++++-----
 pulsar-client-cpp/python/src/pulsar.cc             |  2 ++
 pulsar-client-cpp/python/src/utils.h               |  7 ++++
 9 files changed, 105 insertions(+), 12 deletions(-)
 copy pulsar-client-cpp/python/src/{schema.cc => cryptoKeyReader.cc} (66%)