search for: gnutls_global_init

Displaying 13 results from an estimated 13 matches for "gnutls_global_init".

2004 May 24
1
debian unstable 3.0.4-3 panics
...crypt.so.7 [0x403b5558] #8 /usr/lib/libgcrypt.so.7 [0x403b544e] #9 /usr/lib/libgcrypt.so.7(gcry_mpi_scan+0x2a1) [0x403ba741] #10 /usr/lib/libgnutls.so.7(_gnutls_mpi_scan+0x39) [0x4034be29] #11 /usr/lib/libgnutls.so.7(_gnutls_dh_calc_mpis+0x7b) [0x4035389b] #12 /usr/lib/libgnutls.so.7(gnutls_global_init+0xc2) [0x4034dd82] #13 /usr/lib/libcups.so.2(httpInitialize+0x5d) [0x40118bad] #14 /usr/lib/libcups.so.2(httpConnectEncrypt+0x22) [0x40118d22] #15 /usr/lib/libcups.so.2(httpConnect+0x38) [0x40118cf8] #16 /usr/sbin/smbd(cups_printer_fn+0x41) [0x81b23b1] #17 /usr/sbin/smbd(pcap_printer...
2018 Jun 25
2
[PATCH nbdkit] tls: Implement Pre-Shared Keys (PSK) authentication.
This is ready for review but needs a bit more real-world testing before I'd be happy about it going upstream. It also needs tests. It does interoperate with qemu, at least in my limited tests. Rich.
2003 Oct 13
0
Tips to build from CVS?
...ompatible install... /usr/bin/install -c checking whether build environment is sane... yes [...] checking build system type... i386-unknown-freebsd4.8 checking host system type... i386-unknown-freebsd4.8 [...] checking whether va_lists can be copied by value... yes checking for gnutls_global_init in -lgnutls... no ./configure.lineno: 25085: Syntax error: word unexpected (expecting ")") Looking at the script: cat >>confdefs.h <<\_ACEOF #define HAVE_GNUTLS _ACEOF SSL_LIBS="-lgnutls -lgcrypt"...
2018 Jun 25
0
[PATCH nbdkit] tls: Implement Pre-Shared Keys (PSK) authentication.
...)); @@ -147,23 +154,9 @@ load_certificates (const char *path) return 1; } -/* Initialize crypto. This also handles the command line parameters - * and loading the server certificate. - */ -void -crypto_init (int tls_set_on_cli) +static int +start_certificates (void) { - int err; - - err = gnutls_global_init (); - if (err < 0) { - print_gnutls_error (err, "initializing GnuTLS"); - exit (EXIT_FAILURE); - } - - if (tls == 0) /* --tls=off */ - return; - /* Try to locate the certificates directory and load them. */ if (tls_certificates_dir == NULL) { cons...
2016 Apr 15
1
[PATCH 1/2] valgrind: Use --trace-children=no --child-silent-after-fork=yes
When we are valgrinding we don't really care about the child processes, which might be qemu, libvirtd, etc. So disable tracing into children (at least, as far as is possible with valgrind, which is not entirely disabling it, but suppressing it). --- m4/guestfs_progs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs_progs.m4 b/m4/guestfs_progs.m4 index
2016 Apr 04
2
Repeat core dumps due to libgcrypt?
...#7 /lib64/libgcrypt.so.11(+0x399e60e398) [0x7f3cc1332398] #8 /lib64/libgcrypt.so.11(gcry_create_nonce+0x46) [0x7f3cc132b0f6] #9 /usr/lib64/libgnutls.so.26(+0x39a1e3e887) [0x7f3cc1a89887] #10 /usr/lib64/libgnutls.so.26(+0x39a1e3cb1c) [0x7f3cc1a87b1c] #11 /usr/lib64/libgnutls.so.26(gnutls_global_init+0x126) [0x7f3cc1a78456] #12 /usr/lib64/libcups.so.2(httpInitialize+0x41) [0x39a1222a21] #13 /usr/lib64/libcups.so.2(_httpCreate+0x95) [0x39a1222ae5] #14 /usr/lib64/libcups.so.2(httpConnectEncrypt+0x1a) [0x39a1222c1a] #15 /usr/lib64/samba/libsmbd_base.so(+0xa82d8) [0x7f3cc69202d8]...
2018 Jun 25
1
[PATCH v2 nbdkit] tls: Implement Pre-Shared Keys (PSK)
v2: * Improved documentation. * Added a test (interop with qemu client).
2018 Jun 28
3
Re: [PATCH nbdkit] tls: Implement Pre-Shared Keys (PSK) authentication.
...this a leak of abs_psk_file? > +} > + > +/* Initialize crypto. This also handles the command line parameters > + * and loading the server certificate. > + */ > +void > +crypto_init (int tls_set_on_cli) > +{ > + int err, r; > + const char *what; > + > + err = gnutls_global_init (); > + if (err < 0) { > + print_gnutls_error (err, "initializing GnuTLS"); > + exit (EXIT_FAILURE); > + } > + > + if (tls == 0) /* --tls=off */ > + return; > + > + /* --tls-psk overrides certificates. */ > + if (tls_psk != NU...
2010 Nov 01
1
Samba 4 on osx
...: ok Checking for gnutls >= 1.4.0 : yes Checking for library gnutls : yes Checking for gnutls_global_init : ok Checking for header gnutls/x509.h : yes Checking for variable gnutls_x509_crt_set_version : ok Checking for variable...
2010 Oct 07
1
OSX and samba4 git
...: ok Checking for gnutls >= 1.4.0 : yes Checking for library gnutls : yes Checking for gnutls_global_init : ok Checking for header gnutls/x509.h : yes Checking for variable gnutls_x509_crt_set_version : ok Checking for variable...
2008 Oct 24
0
Wine release 1.1.7
...terface. dxgi: Add the IDXGIAdapter interface. secur32: Don't make the pBuffer parameter to schan_QueryCredentialsAttributes() const. secur32: Don't leak the credentials handle when pgnutls_certificate_allocate_credentials() fails. secur32: Improve error handling for gnutls_global_init(). secur32: Implement schannel InitializeSecurityContextW. wined3d: Add support for EXT_framebuffer_multisample. wined3d: Set the sampler only once in shader_glsl_select_depth_blt(). d3d10: Add a debug function for D3D10_DRIVER_TYPE. d3d10: Add a debug function for DXG...
2018 Dec 06
3
Build error while upgrading samba 4.9.3
...: not found Checking for gnutls >= 1.4.0 and broken versions : not found Checking for library gnutls : yes Checking for header gnutls/gnutls.h : yes Checking for gnutls_global_init : ok Checking for gnutls_certificate_verify_peers3 : not found Checking for macro gnutls_certificate_verify_peers3 : not found Checking for header gnutls/x509.h...
2010 May 02
2
samba4 make error - drsblobs.so
...pkg-config. *** Or see http://pkg-config.freedesktop.org/ to get pkg-config. checking for SQLITE3 support... no ./configure: line 19149: pkg-config: command not found checking gnutls/gnutls.h usability... yes checking gnutls/gnutls.h presence... yes checking for gnutls/gnutls.h... yes checking for gnutls_global_init in -lgnutls... yes checking whether gnutls_x509_crt_set_version is declared... yes checking whether gnutls_x509_crt_set_subject_key_id is declared... yes checking netapi.h usability... no checking netapi.h presence... no checking for netapi.h... no checking for libnetapi_init in -lnetapi... no chec...