AC works with GnuTLS 3 now.
No certifacte verification and no psk supprt for now. FossilOrigin-Name: 3809cff8b383f71541f4324949d9f89dc1db56aacada12bd45ba9a28b2b39cca
This commit is contained in:
@ -23,7 +23,8 @@
|
||||
|
||||
int dtls_gnutls_init()
|
||||
{
|
||||
cw_dbg(DBG_CW_INFO,"Init SSL library - using GnuTLS");
|
||||
cw_dbg(DBG_CW_INFO,"Init SSL library - using GnuTLS %s",gnutls_check_version(NULL));
|
||||
gnutls_global_init();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user