Re: [devel] [PATCH 1/1] osaf: perform handshake in tcp_server in new thread [#3099]

2019-10-11 Thread Hans Nordebäck via Opensaf-devel
Hi Gary, ack code review only. A question, with this changes it looks as an arbitrary client can just connect to the TCP server and e.g. monitor the "connect state" of the TCP server, but to exchange any data an SSL session has to be established after the TCP connect, if so I think this

Re: [devel] [PATCH 1/1] osaf: add tcp arbitrator [#3064]

2019-10-04 Thread Hans Nordebäck via Opensaf-devel
Hi Gary, ack, review only. One comment/suggestion can we provide a small script that generates the x509 certificate (use e.g. openssl X509 ... ) instead of including a self signed cert? /BR Hans On Tue, 2019-10-01 at 12:53 +1000, Gary Lee wrote: > --- > src/osaf/consensus/plugins/tcp/README