+Version ?.?.?
+- Corrected bug which did not allow a client to accept multiple CA names
+
Version 0.3.1 (21/12/2001)
- Corrections in the configuration files
- Fixes a bug in anonymous authentication
/* Finds the appropriate certificate depending on the cA Distinguished name
- * advertized by the server. If none matches then returns -1 as index.
+ * advertized by the server. If none matches then returns 0 and -1 as index.
+ * In case of an error a negative value, is returned.
*/
static int _gnutls_find_acceptable_client_cert(GNUTLS_STATE state,
opaque * _data,
break;
/* move to next record */
- data_size -= size;
if (data_size <= 0)
break;