Tim Ruehsen
|
e2cb2fa2e3
|
don't error if CA directory is empty
|
2012-09-02 14:17:50 +02:00 |
|
Tim Ruehsen
|
b718128b4f
|
gnutls: deinit gnutls_x509_crt_t
|
2012-09-02 14:16:47 +02:00 |
|
Tim Ruehsen
|
370f96d36c
|
gnutls: honor the specified timeout value
* gnutls.c (wgnutls_poll): Honor the specified `timeout' value.
(wgnutls_peek): Likewise.
|
2012-05-21 22:54:41 +02:00 |
|
Tim Ruehsen
|
d19cc259cb
|
gnutls: do not call fcntl in a loop.
* gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
outside loop.
|
2012-05-14 22:18:41 +02:00 |
|
Tim Ruehsen
|
0b4c04b583
|
gnutls: remove deprecated gnutls types.
|
2012-05-13 16:03:39 +02:00 |
|
Tim Ruehsen
|
0aa3c5d33c
|
Fix some compiler warnings.
|
2012-05-05 15:24:35 +02:00 |
|
Phil Pennock
|
fd582e4543
|
Add support for TLS SNI
|
2012-04-13 23:58:46 +02:00 |
|
Daniel Kahn Gillmor
|
154d499be2
|
Enable client certificates when GNU TLS is used.
|
2012-04-07 14:43:12 +02:00 |
|
Giuseppe Scrivano
|
b30ba732ad
|
gnutls: Fix a memory leak.
|
2012-04-01 16:30:59 +02:00 |
|
Giuseppe Scrivano
|
3bb17fca04
|
gnutls: do not access unitialized variable.
|
2012-04-01 16:26:44 +02:00 |
|
Giuseppe Scrivano
|
611a219fb0
|
gnutls: Remove two unused variables.
|
2012-02-23 11:11:49 +01:00 |
|
Steven Schweda
|
127036d3ec
|
gnutls: fix memory leak.
|
2011-11-04 22:31:48 +01:00 |
|
Christian Jullien
|
eb557e9e77
|
Fix a build problem under solaris.
|
2011-09-04 13:30:01 +02:00 |
|
Giuseppe Scrivano
|
d23ce97885
|
Fix some other problems with GNU TLS and non blocking sockets.
|
2011-08-30 16:43:25 +02:00 |
|
Giuseppe Scrivano
|
66bbc5bc63
|
Fix some problems with the GNU TLS backend and not-blocking sockets.
|
2011-08-29 16:21:45 +02:00 |
|
Giuseppe Scrivano
|
5bcd75d32f
|
gnutls: Honor read timeout.
|
2011-08-26 17:13:56 +02:00 |
|
Giuseppe Scrivano
|
76c651e3a1
|
gnutls: don't use gnutls_certificate_type_set_priority.
|
2011-08-11 10:32:44 +02:00 |
|
Giuseppe Scrivano
|
228299b4f7
|
Fix a linker error on systems with an older gnutls version.
|
2011-08-10 21:35:59 +02:00 |
|
Giuseppe Scrivano
|
c6cf57d215
|
gnutls: do not use a deprecated function.
|
2011-08-05 21:36:08 +02:00 |
|
Giuseppe Scrivano
|
ee6021a3b0
|
Fix GCC warnings.
|
2011-04-24 13:03:48 +02:00 |
|
Giuseppe Scrivano
|
366dbedf1b
|
gnutls: use the blocking socket.
|
2011-04-19 14:40:21 +02:00 |
|
Giuseppe Scrivano
|
8d764f3ac6
|
Use correctly FIONBIO values.
|
2011-04-17 13:07:01 +02:00 |
|
Giuseppe Scrivano
|
c09d62159b
|
Remove tight loop around gnutls_record_recv.
|
2011-04-07 12:56:51 +02:00 |
|
Giuseppe Scrivano
|
0424cb1aed
|
Allow X509 v1 certificates.
|
2011-04-07 12:55:42 +02:00 |
|
Ray Satiro
|
96c3ec36c2
|
gnutls: Check for the GNUTLS_E_AGAIN return code.
|
2011-04-07 12:25:39 +02:00 |
|
Giuseppe Scrivano
|
d18b9749d9
|
Fix a bug recently introduced in wgnutls_peek.
|
2011-04-07 12:02:07 +02:00 |
|
Giuseppe Scrivano
|
b1acde223f
|
Fix build under Windows.
|
2011-04-03 20:23:31 +02:00 |
|
Giuseppe Scrivano
|
ca244196f1
|
Make wgnutls_peek non blocking.
|
2011-04-03 02:15:22 +02:00 |
|
Giuseppe Scrivano
|
2f6aa1d741
|
mass change: update copyright years.
|
2011-01-01 13:19:37 +01:00 |
|
Giuseppe Scrivano
|
9ae052b1e2
|
Remove redundant guard.
|
2010-12-01 13:15:13 +01:00 |
|
Giuseppe Scrivano
|
ea96533903
|
gnutls: Read correctly last chunk of data.
|
2010-10-24 01:21:01 +02:00 |
|
Giuseppe Scrivano
|
b38c40b34e
|
gnutls: peek blocks until data is available.
|
2010-10-23 12:34:49 +02:00 |
|
Giuseppe Scrivano
|
75c6ca0f5d
|
gnutls: Fix a problem with multiple peek read calls.
|
2010-07-29 12:24:34 +02:00 |
|
Giuseppe Scrivano
|
ec40efb27b
|
The GNU TLS backend loads default root certificates.
|
2010-07-05 19:27:16 +02:00 |
|
Giuseppe Scrivano
|
eb483c9f25
|
Honor the --secure-protocol flag in the GNU TLS backend.
|
2010-07-03 13:48:15 +02:00 |
|
Giuseppe Scrivano
|
5af14a7589
|
Fix GNU TLS backend under Windows.
|
2010-06-15 13:03:13 +02:00 |
|
Giuseppe Scrivano
|
b7814f7cf3
|
Fix some problems with GNU TLS.
|
2010-06-14 19:40:03 +02:00 |
|
Giuseppe Scrivano
|
293008f682
|
Mass update copyright years.
|
2010-05-08 21:56:15 +02:00 |
|
Giuseppe Scrivano
|
b76ef3f452
|
Use always close as it is defined by gnulib on platforms lacking it.
|
2010-05-07 13:27:11 +02:00 |
|
Micah Cowan
|
4a08094db8
|
[mq]: cfg-mk
|
2009-09-21 20:39:44 -07:00 |
|
Micah Cowan
|
b9e9ad65cc
|
Ran update-copyright.
|
2009-09-04 00:13:47 -07:00 |
|
Peter Pisar
|
2524076dd2
|
Translation fixes.
|
2009-07-05 14:35:21 -07:00 |
|
Steven Schubiger
|
070cf12e40
|
Further quote*()-related integrations in gnutls.c.
|
2008-04-25 23:01:33 +02:00 |
|
Steven Schubiger
|
2c77220411
|
Undo the USE_GNULIB_ALLOC defines.
|
2008-04-20 11:46:52 +02:00 |
|
Steven Schubiger
|
76780021d8
|
Use Gnulib's alloc functions throughout the source.
|
2008-04-19 01:21:24 +02:00 |
|
Steven Schubiger
|
1daacbb296
|
Use Gnulib's quote function in gnutls.c.
|
2008-04-16 12:04:53 +02:00 |
|
Micah Cowan
|
bc8f473272
|
Updated copyright year.
|
2008-01-25 05:04:01 -08:00 |
|
Micah Cowan
|
462e643a7e
|
Merge SFLC licensing changes for OpenSSL with tip.
|
2007-12-07 17:37:07 -08:00 |
|
Micah Cowan
|
86395b297b
|
Updated licensing exception for OpenSSL from the SFLC.
|
2007-11-28 00:05:33 -08:00 |
|
Micah Cowan
|
212396c7e1
|
Eschew config-post.h.
|
2007-10-18 20:50:40 -07:00 |
|