SSL is a connection orriented protocol, there is no way to make it work over UDP. What you could do is to use "basic" encipherment over the datas in the UDP packet.
Fr�d�ric Giudicelli http://www.newpki.org ----- Original Message ----- From: "Swaminathan P" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 27, 2003 7:36 AM Subject: SSL working for UDP > Hi, > I'm trying to modify SSL protocol so that it can work over the UDP layer. > Would be sufficient to just the reliability factor to the SSL > implementation so that it works well with UDP also? > Has anyone tried SSL over UDP? > > Thanks, > swami > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
