
Here are the known regressions on the GNU/TLS support.

cert.adb:
   The client certificate is not sent to the server.

plain2ssl.adb:
   error : A TLS packet with unexpected length was received.

ssto.adb:
   wrong data received.
   -> the problem comes from the fact that the Client socket is first
      on input timeout. The next step is to actually get some data, but
      the next Receice call fails with an input timeout. Reconnecting solve
      the problem. It looks like a wrong reset of the socket state...

      the gnutls_record_recv() returns GNUTLS_E_INVALID_SESSION

ssockto.adb:
   error: Insufficient credentials for that request.

spair_sec.adb:
   no output, and lock.

sockext_sec.adb:
   server/client start and lock.

sockover_sec.adb:
   start and lock.
   timeout problem.


---------------------------------------------------------------------------

Tests that are passing:

	accs_sec.adb
	afile_sec.adb
	append_sec.adb
	tsgetparam.adb
	ssp.adb
	xmlt_sec.adb
	spg_sec.adb
	ssback.adb
	wait_sec.adb
	sock3_sec.adb
	sock2_sec.adb
	wait2_sec.adb
	hload_sec.adb
	huge_response_sec.adb
	smem_sec.adb
	nbconn_sec.adb
	test_sec_soap.adb
	test_soap5_sec.adb
	disp_soap_sec.adb
	sslcfg.adb

---------------------------------------------------------------------------

Tests not analysed yet:

check_mem.adb
