On 02/26/2012 10:02 PM, Peter Penzov wrote: > Hi, > I want to create encrypted communication between Java server and C > client. I want to use GnuTLS for cryptographic library. Is it possible to > use GnuTLS and Java. What are the options? And I know that Java has > internal support for encrypting the network traffic using SSL. Is it > possible to create to create Java server which uses internal cryptographic > libraries and C client which uses GnuTLS?
It is. They both use the same protocol and are compatible. regards, Nikos _______________________________________________ Help-gnutls mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnutls
