[Help-gnutls] Re: (very urgent) Need Help for server communication with GNUTLS in c# windows

Simon Josefsson simon at josefsson.org
Wed Apr 22 13:23:30 CEST 2009


madhubodd <madhu.boddu at tcs.com> writes:

> I downloaded GNUTLS2.7.3
> I copied the dlls
> libgnutls-26.dll,libgnutls-extra-26.dll,libgnutls-openssl26.dll,libgpg-error-0.dll,libtasn1-3.dll
> I generated libgnutls.lib internal obj file also.
>
> Now i need to write code for socket communication with Gnu Tls for windows
> environment..
> Needed help regarding the syntax.

See the examples in the manual, for example:

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

> Also what name spaces i need to write..

Name spaces?  GnuTLS is a C library.  There is a C++ library and header
file gnutlsxx.h but alas it isn't documented, so if you want to use it,
you need to look in the header file and source code.

/Simon





More information about the Gnutls-help mailing list