summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.1.12gnutls_3_1_12Nikos Mavrogiannopoulos2013-06-011-1/+1
* updated autogen generated filesNikos Mavrogiannopoulos2013-06-012-254/+778
* check for suse's CA bundle fileNikos Mavrogiannopoulos2013-06-011-0/+1
* call cleanup and deinit on the correct number of parametersNikos Mavrogiannopoulos2013-05-311-3/+5
* avoid calling clear on null valuesNikos Mavrogiannopoulos2013-05-311-1/+1
* ignore sigpipeNikos Mavrogiannopoulos2013-05-301-0/+1
* Sync with TP.Nikos Mavrogiannopoulos2013-05-292-0/+1344
* doc updateNikos Mavrogiannopoulos2013-05-291-0/+3
* allow ciphersuites with elliptic curves even when using SSL 3.0.Nikos Mavrogiannopoulos2013-05-291-19/+19
* updated xssl.Nikos Mavrogiannopoulos2013-05-291-2/+12
* updated libopts' generated filesNikos Mavrogiannopoulos2013-05-2929-3075/+8350
* updated liboptsNikos Mavrogiannopoulos2013-05-2958-4771/+7407
* corrected AEAD tag sizeNikos Mavrogiannopoulos2013-05-292-5/+3
* removed unsupported ciphersuitesNikos Mavrogiannopoulos2013-05-291-2/+0
* Check overhead in DTLS.Nikos Mavrogiannopoulos2013-05-292-1/+355
* more precise calculation of DTLS overheadNikos Mavrogiannopoulos2013-05-291-4/+7
* bumped versionNikos Mavrogiannopoulos2013-05-292-2/+2
* doc updateNikos Mavrogiannopoulos2013-05-271-1/+4
* doc updateNikos Mavrogiannopoulos2013-05-251-0/+3
* revive gnutls_handshake_get_last_in(). Report by Mann Ern Kang.Nikos Mavrogiannopoulos2013-05-251-0/+2
* use sigaction instead of signal in gnutls-cliNikos Mavrogiannopoulos2013-05-211-1/+6
* Revert "break the loop when a SIGALRM has been received"Nikos Mavrogiannopoulos2013-05-211-3/+2
* break the loop when a SIGALRM has been receivedNikos Mavrogiannopoulos2013-05-191-2/+3
* documented function behaviorNikos Mavrogiannopoulos2013-05-191-0/+2
* several updatesNikos Mavrogiannopoulos2013-05-169-12/+41
* print message on certificate verificationNikos Mavrogiannopoulos2013-05-111-0/+4
* corrected include pathsNikos Mavrogiannopoulos2013-05-112-2/+2
* doc updateNikos Mavrogiannopoulos2013-05-111-0/+9
* When retrying gnutls_record_send due to GNUTLS_E_AGAIN, also try passing null...Tim Kosse2013-05-111-19/+34
* If gnutls_record_send fails with GNUTLS_E_AGAIN or GNUTLS_E_INTERRUPTED, the ...Tim Kosse2013-05-111-3/+3
* typo fixes by Andreas MetzlerNikos Mavrogiannopoulos2013-05-102-2/+2
* updated pathgnutls_3_1_11Nikos Mavrogiannopoulos2013-05-101-1/+1
* released 3.1.11Nikos Mavrogiannopoulos2013-05-101-1/+1
* Do not call gnutls_pkcs11_init() when pkcs11 is disabled. Reported by Linus N...Nikos Mavrogiannopoulos2013-05-101-0/+2
* When running tests disable PKCS #11 support to avoid detecting memory leaks f...Nikos Mavrogiannopoulos2013-05-1082-119/+136
* doc updateNikos Mavrogiannopoulos2013-05-0913-66/+24
* use C's style comments to compile in old MacOSX systems. Reported by Ryan Sch...Nikos Mavrogiannopoulos2013-05-098-35/+97
* doc updateNikos Mavrogiannopoulos2013-05-051-4/+7
* removed unneeded variableNikos Mavrogiannopoulos2013-05-051-1/+0
* Revert "Added support for the ALPN extension."Nikos Mavrogiannopoulos2013-05-0512-739/+1
* Revert "mention about experimental protocols"Nikos Mavrogiannopoulos2013-05-051-5/+0
* Revert "documented update"Nikos Mavrogiannopoulos2013-05-051-5/+0
* bumped versionNikos Mavrogiannopoulos2013-05-032-3/+3
* set the key purpose in certificate requestsNikos Mavrogiannopoulos2013-05-023-6/+11
* corrected typo. reported by Etan Reisner.Nikos Mavrogiannopoulos2013-05-022-7/+9
* updated docNikos Mavrogiannopoulos2013-04-281-0/+3
* test suite: Add missing headerStef Walter2013-04-281-0/+1
* Add the standard description OID to those recognized for DNsStef Walter2013-04-271-0/+1
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ...Nikos Mavrogiannopoulos2013-04-272-68/+62
* Do not include null terminator in DN string.Nikos Mavrogiannopoulos2013-04-272-13/+15