MySQL Forums
Forum List  »  NDB clusters

NDB Cluster node-to-node cryptography
Posted by: Leandro Ramos
Date: August 23, 2018 01:40PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
NDB Cluster node-to-node cryptography
1054
August 23, 2018 01:40PM


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.