Require at least GnuTLS 1.0.0. LIBSOUP_2_1_5
authorJoe Shaw <joe@ximian.com>
Wed, 21 Jan 2004 23:10:29 +0000 (23:10 +0000)
committerJoe Shaw <joeshaw@src.gnome.org>
Wed, 21 Jan 2004 23:10:29 +0000 (23:10 +0000)
commitd5320c62dcb0fdf9cfb41a68c612b2a88ef8de6a
treea651eba8ad8c4f6ef4f6d8ce36432c8420ce2ab6
parent46c7f5cd9ecb8d0cfd2e32de2c0643eeec906da2
Require at least GnuTLS 1.0.0.

2004-01-21  Joe Shaw  <joe@ximian.com>

* configure.in: Require at least GnuTLS 1.0.0.

* libsoup/soup-gnutls.c: Fix the use of deprecated GnuTLS
functions.
(verify_certificate): Use gnutls_x509_crt_import() and
gnutls_x509_crt_check_hostname() instead of
gnutls_x509_check_certificates_hostname().
(init_dh_params): Use gnutls_dh_params_generate2() instead of
gnutls_dh_params_generate() and gnutls_dh_params_set().
ChangeLog
configure.in
libsoup/soup-gnutls.c