summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use RUSAGE_THREAD when availablegnutls_3_1_20Nikos Mavrogiannopoulos2014-01-311-0/+4
|
* released 3.1.20Nikos Mavrogiannopoulos2014-01-311-1/+1
|
* corrected typoNikos Mavrogiannopoulos2014-01-271-1/+1
|
* doc updateNikos Mavrogiannopoulos2014-01-271-0/+3
|
* correctly read the magic number and timestamp; report and patch by Jonathan ↵Nikos Mavrogiannopoulos2014-01-271-2/+2
| | | | Roudiere
* bumped versionNikos Mavrogiannopoulos2014-01-262-4/+4
|
* exported missing functionsNikos Mavrogiannopoulos2014-01-262-1/+15
|
* doc updateNikos Mavrogiannopoulos2014-01-261-0/+3
|
* fixed null pointer derefence when printing a name and an LDAP description ↵Nikos Mavrogiannopoulos2014-01-261-2/+2
| | | | | | | isn't present for the OID Conflicts: lib/x509/common.c
* exported gnutls_x509_policy_releaseNikos Mavrogiannopoulos2014-01-262-1/+7
|
* doc updategnutls_3_1_19Nikos Mavrogiannopoulos2014-01-247-51/+111
|
* doc updateNikos Mavrogiannopoulos2014-01-241-1/+1
|
* bumped versionNikos Mavrogiannopoulos2014-01-242-2/+2
|
* correctly address cookieNikos Mavrogiannopoulos2014-01-201-1/+1
|
* always set subkey statusNikos Mavrogiannopoulos2014-01-201-2/+7
|
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2014-01-161-0/+1
|
* doc updateNikos Mavrogiannopoulos2014-01-071-0/+9
|
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
| | | | | | | _gnutls_recv_server_certificate_status() must wait for the first full packet before setting priv->expect_cstatus = 0, or else CERTIFCATE STATUS packets won't be processed in subsequent calls at all, leaving them in the buffer and therefore causing later connection aborts.
* Add LIB_CLOCK_GETTIME to crywrapGustavo Zacarias2013-12-271-0/+1
| | | | | | | It's used indirectly thus causing build breakage on versions of glibc where it's defined in librt rather than libc directly. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
* corrected key ID size checkNikos Mavrogiannopoulos2013-12-231-1/+1
|
* bumped versiongnutls_3_1_18Nikos Mavrogiannopoulos2013-12-203-3/+3
|
* doc updateNikos Mavrogiannopoulos2013-12-181-0/+2
|
* Enforce the DEFAULT_MAX_VERIFY_BITS for DH prime size as well.Nikos Mavrogiannopoulos2013-12-181-2/+13
| | | | | | | | Conflicts: lib/auth/dh_common.c Conflicts: lib/auth/dh_common.c
* doc updateNikos Mavrogiannopoulos2013-12-161-0/+3
|
* doc updateNikos Mavrogiannopoulos2013-12-1610-142/+48
|
* backported makefile for doc generationNikos Mavrogiannopoulos2013-12-161-38/+40
|
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-162-0/+24
| | | | | | | This option allows to specify a file containing blacklisted certificates. Conflicts: lib/system.c
* gnutls_x509_trust_list_remove_cas() and derivatives will utilize a black list.Nikos Mavrogiannopoulos2013-12-162-3/+88
| | | | | | | | | When a CA or certificate is removed from the trusted list, it is also added in a blacklist to ensure that it will not be accepted due to interdependency (e.g., it is a subordinate CA), or because it is not a CA. Conflicts: lib/x509/verify-high.c
* Corrected documentation for gnutls_x509_trust_list_add_trust_*Nikos Mavrogiannopoulos2013-12-161-5/+5
|
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
|
* doc updateNikos Mavrogiannopoulos2013-11-261-0/+9
|
* updated auto-generated asm files. This fixes a valgrind complaint when ↵Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
| | | | AES-NI is in use.
* updated perlasm filesNikos Mavrogiannopoulos2013-11-2613-940/+2285
|
* updated e-mail addressNikos Mavrogiannopoulos2013-11-241-1/+1
|
* compile libopts as a libtool librarygnutls_3_1_17Nikos Mavrogiannopoulos2013-11-233-5/+7
|
* updated autogenerated files.Nikos Mavrogiannopoulos2013-11-2311-68/+162
|
* corrected libopts checkNikos Mavrogiannopoulos2013-11-231-4/+3
|
* corrected pathNikos Mavrogiannopoulos2013-11-231-1/+1
|
* Corrected check of usage of local libopts when autogen isn't presentNikos Mavrogiannopoulos2013-11-231-4/+6
|
* released 3.1.17Nikos Mavrogiannopoulos2013-11-231-1/+4
|
* doc updateNikos Mavrogiannopoulos2013-11-231-0/+2
|
* disallow any compression in DTLSNikos Mavrogiannopoulos2013-11-231-1/+8
|
* generate separate IV for session tickets.Nikos Mavrogiannopoulos2013-11-221-10/+11
|
* doc updateNikos Mavrogiannopoulos2013-11-191-0/+5
|
* GCM modes are always preferred to CBCNikos Mavrogiannopoulos2013-11-193-51/+9
|
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-11-191-0/+3
|
* doc updateNikos Mavrogiannopoulos2013-11-1612-107/+114
|
* Check for overflows when setting time and allow a time of -1.Nikos Mavrogiannopoulos2013-11-163-4/+24
|
* Dates and time that would overflow the GeneralTime are also truncated.Nikos Mavrogiannopoulos2013-11-161-1/+5
|
* An expiration time of (time_t)-1 will set to the no well-defined expiration ↵Nikos Mavrogiannopoulos2013-11-162-0/+8
| | | | date value.