Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 glib 框架内的 SSL 套接字(新手)。在通过套接字进行 SSL 通信时,是否可以使用 g_socket_xx() 接口?如果不是,有什么替代方案?
GIO 中有TLS (SSL) 支持。如果您使用GSocketClient,您只需将 tls 属性设置为 true。