madhubodd <[email protected]> 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 _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
