Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Network
»
Using SSL
Print
Pages: [
1
]
Author
Topic: Using SSL (Read 3333 times)
0 Members and 1 Guest are viewing this topic.
EiTkoCaT
Newbie
Posts: 47
Using SSL
«
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!
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Using SSL
«
Reply #1 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.
Logged
Laurent Gomila - SFML developer
Hiura
SFML Team
Hero Member
Posts: 4321
Using SSL
«
Reply #2 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.
Logged
SFML / OS X developer
Print
Pages: [
1
]
SFML community forums
»
Help
»
Network
»
Using SSL
anything