NDB Cluster node-to-node cryptography
I intend to encrypt the NDB node-to-node communication when the data nodes send replicas to one another.
What I've found so far is this file which has functions such as my_send() that sends data to another node in the cluster:
/storage/ndb/include/portlib/ndb_socket_posix.h
However, the buffer which contains the data is a constant char vector and I'm not sure how to proceed since I cannot modify it to encrypt the data.
Subject
Views
Written By
Posted
NDB Cluster node-to-node cryptography
1053
August 23, 2018 01:40PM
579
August 24, 2018 01:55AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.