On Monday 13 July 2009 17:50:01 Nikos Mavrogiannopoulos wrote: > Sorry didn't check correctly. Does the following patch solve the issue > for you? > @@ -1664,7 +1666,7 @@ get_subject_alt_name (gnutls_x509_crq_t crq, > } > > result = gnutls_x509_crq_get_extension_by_oid (crq, "2.5.29.17", 0, > - dnsname.data, > &dnsname.size, + > dnsname.data, dns_size, critical); Almost. Needs to be &dns_size here.
There are more problems, but not in this file. Brad _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
