Comment 1 for bug 253736

Revision history for this message
Kees Cook (kees) wrote : Re: please add support for (checking) certificates

sobby uses obby for managing gobby connections. obby uses net6 for managing network connections. net6 only uses "anonymous" TLS connections and needs to be extended to handle certificate addition and validation.

Currently it only does:
http://www.gnu.org/software/gnutls/manual/html_node/Simple-client-example-with-anonymous-authentication.html

Needs:
http://www.gnu.org/software/gnutls/manual/html_node/Simple-client-example-with-X_002e509-certificate-support.html

Useful resources for doing this work:
http://www.gnu.org/software/gnutls/manual/html_node/Client-examples.html
http://www.gnu.org/software/gnutls/manual/html_node/Server-examples.html