summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* check for out-of-bounds check before actual values. Based on Jared Wong's pat...Nikos Mavrogiannopoulos2013-12-142-6/+3
* minor phrasing improvements in docsPatrick Pelletier2013-12-144-4/+4
* added new functionNikos Mavrogiannopoulos2013-12-121-0/+1
* Added gnutls_record_check_corked.Nikos Mavrogiannopoulos2013-12-123-0/+22
* provide imprecise time as gmt time.Nikos Mavrogiannopoulos2013-12-091-1/+1
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
* Eliminated memory leak in print_aia(). Reported by Ben de Graaff.Nikos Mavrogiannopoulos2013-11-281-4/+18
* Do not link gnutls against librt unlress it is really necessary.Nikos Mavrogiannopoulos2013-11-261-1/+5
* updated auto-generated asm files. This fixes a valgrind complaint when AES-NI...Nikos Mavrogiannopoulos2013-11-2612-2365/+6978
* doc updateNikos Mavrogiannopoulos2013-11-241-2/+2
* cast the expiration time to time_tNikos Mavrogiannopoulos2013-11-241-1/+1
* Added macro to check for the 'no well defined' expiration time.Nikos Mavrogiannopoulos2013-11-242-0/+6
* better use of errnoNikos Mavrogiannopoulos2013-11-231-11/+21
* disallow any compression in DTLSNikos Mavrogiannopoulos2013-11-231-1/+7
* Corrected bug which affected compressed records.Nikos Mavrogiannopoulos2013-11-224-20/+37
* check return code of gnutls_rnd().Nikos Mavrogiannopoulos2013-11-221-1/+5
* Use AES-GCM to encrypt session tickets.Nikos Mavrogiannopoulos2013-11-222-103/+65
* fixed for win32Nikos Mavrogiannopoulos2013-11-211-6/+3
* added assert to trace errors.Nikos Mavrogiannopoulos2013-11-211-1/+3
* prioritize any GCM ciphersuite over CBC in secure128 level.Nikos Mavrogiannopoulos2013-11-191-2/+3
* exported gnutls_est_record_overhead_sizeNikos Mavrogiannopoulos2013-11-161-1/+1
* if GNUTLS_DEBUG_LEVEL is specified the log function is not updated if it is a...Nikos Mavrogiannopoulos2013-11-161-2/+3
* Dates and time that would overflow the GeneralTime are also truncated. We may...Nikos Mavrogiannopoulos2013-11-161-2/+5
* An expiration time of (time_t)-1 will set to the no well-defined expiration d...Nikos Mavrogiannopoulos2013-11-162-0/+7
* correctly set the ciphersuite when the set_premaster interface is used.Nikos Mavrogiannopoulos2013-11-151-0/+5
* check for a valid blocksize prior to entering loopNikos Mavrogiannopoulos2013-11-151-3/+3
* The environment variable GNUTLS_DEBUG_LEVEL if set to a number will enable lo...Nikos Mavrogiannopoulos2013-11-151-1/+15
* removed unneeded definitionNikos Mavrogiannopoulos2013-11-151-2/+0
* doc updateNikos Mavrogiannopoulos2013-11-141-4/+3
* define GNUTLS_PATH_MAX globally.Nikos Mavrogiannopoulos2013-11-141-0/+6
* Revert "[PATCH] Update to use new p11-kit APIs"Nikos Mavrogiannopoulos2013-11-111-36/+43
* doc updateNikos Mavrogiannopoulos2013-11-111-0/+6
* Added %DUMBFW priority string option.Nikos Mavrogiannopoulos2013-11-106-1/+107
* Avoid infinite loops with self-signed certificates present in the chainNikos Mavrogiannopoulos2013-11-101-0/+6
* When importing a certificate PKCS #11 try to import the whole chain.Nikos Mavrogiannopoulos2013-11-091-13/+37
* Improvements in PKCS #11 support.Nikos Mavrogiannopoulos2013-11-099-191/+549
* simplified gnutls_pkcs11_copy_x509_crt()Nikos Mavrogiannopoulos2013-11-091-10/+2
* Improvements in the detection of function prototypes to account for the new i...Nikos Mavrogiannopoulos2013-11-091-4/+6
* improved indentation in headers.Nikos Mavrogiannopoulos2013-11-0912-3684/+3588
* reindented codeNikos Mavrogiannopoulos2013-11-08281-92687/+90545
* doc updateNikos Mavrogiannopoulos2013-11-081-9/+3
* in gnutls_x509_privkey_generate() allow specifying an explicit curve.Nikos Mavrogiannopoulos2013-11-082-1/+16
* doc updateNikos Mavrogiannopoulos2013-11-061-4/+7
* separated the TLS IV size and the cipher IV size.Nikos Mavrogiannopoulos2013-11-066-37/+38
* bug fix in gnutls_x509_crt_set_dn() at DN parsing.Nikos Mavrogiannopoulos2013-11-051-2/+3
* removed debugging infoNikos Mavrogiannopoulos2013-11-051-3/+1
* do not set any default levelNikos Mavrogiannopoulos2013-11-051-1/+0
* Assign very weak level to priority string NONE only.Nikos Mavrogiannopoulos2013-11-051-1/+1
* setting the DH prime bits to zero shouldn't print a warning as it is the same...Nikos Mavrogiannopoulos2013-11-021-1/+1
* [PATCH] Update to use new p11-kit APIsStef Walter2013-10-311-26/+22