summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed duplicategnutls_3_1_8Nikos Mavrogiannopoulos2013-02-101-1/+1
* small updatesNikos Mavrogiannopoulos2013-02-102-2/+7
* slow tests moved at the end of the suiteNikos Mavrogiannopoulos2013-02-101-4/+5
* simplified cleaning-up in _gnutls_stream_read and _gnutls_dgram_readNikos Mavrogiannopoulos2013-02-101-45/+42
* corrected extract_digest_infoNikos Mavrogiannopoulos2013-02-101-5/+8
* In client side the verify callback is always being called.Nikos Mavrogiannopoulos2013-02-102-1/+3
* further relaxed security levelsNikos Mavrogiannopoulos2013-02-101-2/+2
* Add option to disable generation of any documentation for GnuTLS.Jaak Ristioja2013-02-102-2/+9
* Prevent libdane pkgconfig stuff from being installed if libdane support is di...Jaak Ristioja2013-02-103-19/+14
* updates for 3.1.8Nikos Mavrogiannopoulos2013-02-104-8/+13
* Restored 3.1.6 defaults and documented fix.Nikos Mavrogiannopoulos2013-02-092-1/+4
* reduced the very weak DH level to 768 bits to not reject popular sites that o...Nikos Mavrogiannopoulos2013-02-091-1/+1
* added debugging message to indicate the number of bits.Nikos Mavrogiannopoulos2013-02-091-0/+2
* Do not call the certificate verification callback if certificates are ignored.Nikos Mavrogiannopoulos2013-02-091-1/+2
* avoid memset on the whole record header lengthNikos Mavrogiannopoulos2013-02-081-3/+3
* fixed issue in gnutls_x509_privkey_import2()Nikos Mavrogiannopoulos2013-02-072-4/+14
* reference TPMURINikos Mavrogiannopoulos2013-02-054-8/+21
* updated docNikos Mavrogiannopoulos2013-02-052-5/+10
* corrected typoNikos Mavrogiannopoulos2013-02-051-2/+2
* corrected wrap_nettle_hash_algorithm() to work with arbitrary key sizes.Nikos Mavrogiannopoulos2013-02-051-12/+10
* Added a magic number in front session DB data.Nikos Mavrogiannopoulos2013-02-043-2/+19
* Corrected typo. Reported by Mark Brand.Nikos Mavrogiannopoulos2013-02-041-1/+1
* updategnutls_3_1_7Nikos Mavrogiannopoulos2013-02-042-3/+3
* test updateNikos Mavrogiannopoulos2013-02-041-1/+1
* updateNikos Mavrogiannopoulos2013-02-042-2/+15
* updated docNikos Mavrogiannopoulos2013-02-043-15/+34
* updatedNikos Mavrogiannopoulos2013-02-041-5/+4
* doc updateNikos Mavrogiannopoulos2013-02-041-1/+2
* document limitationNikos Mavrogiannopoulos2013-02-041-0/+2
* Make sure we don't fail if writing gets interruptedAlfredo Pironti2013-02-041-0/+9
* disable heartbeat test if it isn't included.Nikos Mavrogiannopoulos2013-02-041-1/+1
* documented fixNikos Mavrogiannopoulos2013-02-041-0/+3
* postpone the changeNikos Mavrogiannopoulos2013-02-041-2/+0
* Revert "license is again LGPLv2.1"Nikos Mavrogiannopoulos2013-02-041-497/+160
* updated testNikos Mavrogiannopoulos2013-02-041-3/+3
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-042-37/+80
* updatedNikos Mavrogiannopoulos2013-02-041-3/+7
* only register heartbeat if it is enabled.Nikos Mavrogiannopoulos2013-02-042-0/+4
* license is again LGPLv2.1Nikos Mavrogiannopoulos2013-02-041-160/+497
* updated heartbeat code, and made it optional.Nikos Mavrogiannopoulos2013-02-044-82/+93
* corrected typoNikos Mavrogiannopoulos2013-02-042-4/+5
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-039-9/+9
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-034-8/+30
* added new funcNikos Mavrogiannopoulos2013-02-021-0/+1
* corrected session resumptionNikos Mavrogiannopoulos2013-02-011-7/+12
* simplified DB storingNikos Mavrogiannopoulos2013-02-011-30/+13
* Applied disable SNI patch from Daniel.Nikos Mavrogiannopoulos2013-02-014-35/+68
* remove function is not required to add or retrieve from db.Nikos Mavrogiannopoulos2013-02-011-3/+2
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-01252-252/+252
* Added gnutls_db_check_entry_time().Nikos Mavrogiannopoulos2013-01-314-4/+29