Hello all,

For an experimental project we need to securely transfer ascii characters
through UDP. UDP is best of choice compared to TCP
 - we don't care if some characters never make it, neither do we care about
the order the are received
 - we need low latency
 - we don't want to be bothered with TCP resets
 - we'll be transferring lots of characters indivually
 - we can't stress the cpu

Our mission is to securely transfer the characters so it's hard to sniff
them. I've been searching the list for similar questions but haven't found a
clear answer yet.

Basically our client software is just sending out characters and should not
be bothered about anything else. I've read about openvpn which uses TCP to
bootstrap a secure UDP connection. 

Anybody any recommendations?

Rg,

Arnaud Loonstra
-- 
View this message in context: 
http://www.nabble.com/Secure-UDP-data-recommendations-tp19069903p19069903.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to