Posts Tagged ‘tls’

Toward an improved GLib network stack

Posted: 14th June 2010 by Nicolas in Planet
Tags: , , ,

I recently started looking into GLib TLS implementation written by Dan Winship. As a reflex, I tried to merge it into my proxy branch. Things did not go so well, not because the branches are wrong, but because they both need similar features inside GIO. This is a good lesson for me, I should have [...]