SFML community forums

Help => Network => Topic started by: EiTkoCaT on November 11, 2010, 09:50:08 pm

Title: Using SSL
Post by: EiTkoCaT on November 11, 2010, 09:50:08 pm
Hey,

I'd like to add a SSL secure to the connections. Is it possible? If yes, how to? I'm using UDP and TCP, don't thing there needs to be other detail :)

Thanks!
Title: Using SSL
Post by: Laurent on November 11, 2010, 10:02:49 pm
I have no idea. I think you'd better start documenting yourself about what SLL adds on top of sockets, and then we can see if it's possible to do with SFML sockets.
Title: Using SSL
Post by: Hiura on November 12, 2010, 02:20:58 pm
SSL can't work with UDP (for communication reasons). And I think it's all about hardware implementation (but you have to check this).

From what I've heard SSL connection are managed with some special socket. So using SFML sockets may not be possible.