On Tue, Apr 26, 2016 at 11:56:55AM +0300, Mike Pechkin wrote:
> How you would add encryption in this example if server and client in
> public internet and communications should be encrypted ?
> http://rosettacode.org/wiki/Distributed_programming#PicoLisp
This is what bin/ssl (src/ssl.c) is for.
On 26 April 2016 at 11:56, Mike Pechkin wrote:
> hi,
>
> 1
> . How you would add encryption in this example if server and client in
> public internet and communications should be encrypted ?
> http://rosettacode.org/wiki/Distributed_programming#PicoLisp
I'm not sure if you are interested in (A) "
hi,
1
How you would add encryption in this example if server and client in
public internet and communications should be encrypted ?
http://rosettacode.org/wiki/Distributed_programming#PicoLisp
2. Are anyone interested in libsodium example (integration, implementation)
of client-server crypto c