Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Using SSL  (Read 2876 times)

0 Members and 1 Guest are viewing this topic.

EiTkoCaT

  • Newbie
  • *
  • Posts: 47
    • View Profile
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!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
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.
Laurent Gomila - SFML developer

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
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.
SFML / OS X developer