summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure: backported --disable-docNikos Mavrogiannopoulos2016-08-092-1/+10
* When resuming a session send only the mandatory extensions.Nikos Mavrogiannopoulos2016-08-091-1/+2
* Account the length byte in SRP extension.Nikos Mavrogiannopoulos2016-08-091-0/+2
* when freeing priority_cache make sure it is set to NULLNikos Mavrogiannopoulos2016-08-091-0/+1
* More precise packet length checking.Nikos Mavrogiannopoulos2016-08-092-6/+8
* small fixes identified by coverity.Nikos Mavrogiannopoulos2016-08-091-3/+5
* Better check for null signature method.Nikos Mavrogiannopoulos2016-08-091-2/+4
* initialize to null the SRP extension data on allocation.Nikos Mavrogiannopoulos2016-08-091-1/+1
* backported signature checks.Nikos Mavrogiannopoulos2016-08-092-2/+3
* Do not call the user_hello_func multiple times when performing ticket resumpt...Nikos Mavrogiannopoulos2016-08-091-1/+1
* doc updateNikos Mavrogiannopoulos2016-08-091-1/+1
* pkcs8: initialize parameters on decryptionNikos Mavrogiannopoulos2016-08-091-0/+1
* restrict the number of non-fatal errors gnutls_handshake() can returnNikos Mavrogiannopoulos2016-08-091-1/+2
* tests: ecore: allow compilation on linuxNikos Mavrogiannopoulos2016-08-091-1/+1
* .gitlab-ci.yml: Added build rules for 2.12.xNikos Mavrogiannopoulos2016-08-091-0/+30
* Improvements to timing protection in TLS CBC record parsingNikos Mavrogiannopoulos2016-08-091-8/+10
* configure: updated for subdir-objects and xzNikos Mavrogiannopoulos2016-08-091-1/+1
* doc updateNikos Mavrogiannopoulos2015-04-251-0/+3
* _gnutls_session_sign_algo_enabled: do not consider any values from the extens...Nikos Mavrogiannopoulos2015-04-251-16/+1
* doc updateNikos Mavrogiannopoulos2015-02-261-1/+1
* Added fix for GNUTLS-SA-2015-1Nikos Mavrogiannopoulos2015-02-2610-42/+127
* added fix for certificate algorithm consistency checkNikos Mavrogiannopoulos2015-02-261-1/+33
* updated autotools generated filesNikos Mavrogiannopoulos2015-02-235-99/+94
* added AM_PROG_AR in configureNikos Mavrogiannopoulos2015-02-233-0/+4
* doc updateNikos Mavrogiannopoulos2014-06-291-0/+2
* Prevent memory corruption due to server hello parsing.Nikos Mavrogiannopoulos2014-05-301-1/+1
* remove -WerrorNikos Mavrogiannopoulos2014-02-273-3/+3
* doc updateNikos Mavrogiannopoulos2014-02-271-1/+2
* corrected return codesNikos Mavrogiannopoulos2014-02-271-6/+10
* doc updateNikos Mavrogiannopoulos2014-02-161-0/+11
* Fixed bug that prevented the rejection of v1 intermediate CA certificates.Nikos Mavrogiannopoulos2014-02-161-1/+4
* re-applied sanity check patchNikos Mavrogiannopoulos2013-05-231-0/+2
* Revert "Added sanity check in pad size."Nikos Mavrogiannopoulos2013-05-231-2/+0
* Added sanity check in pad size.Nikos Mavrogiannopoulos2013-05-231-0/+2
* added dategnutls_2_12_23Nikos Mavrogiannopoulos2013-02-041-1/+1
* DN variable 'T' was expanded to 'title'Nikos Mavrogiannopoulos2013-02-042-1/+3
* corrected fixNikos Mavrogiannopoulos2013-02-041-9/+20
* doc update + bumped versionNikos Mavrogiannopoulos2013-02-045-4/+7
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-042-29/+68
* free allocated module name. Reported by Sam Varshavchik.Daniel Kahn Gillmor2013-02-032-1/+10
* libgcrypt code updated with similar checks to nettle codegnutls_2_12_22Nikos Mavrogiannopoulos2013-01-061-2/+14
* guile: Fix dependencies to be parallel-safe.Ludovic Courtès2013-01-061-6/+10
* releasedNikos Mavrogiannopoulos2013-01-051-1/+4
* use AC_CONFIG_HEADERS()Nikos Mavrogiannopoulos2013-01-033-3/+3
* Corrected bugs in record padding parsing.Nikos Mavrogiannopoulos2013-01-032-2/+5
* Stricter RSA PKCS #1 1.5 encoding and decoding. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2013-01-032-2/+18
* documented fixNikos Mavrogiannopoulos2012-11-171-0/+3
* more gcc warnings to ignoreNikos Mavrogiannopoulos2012-11-171-0/+7
* bumped versionNikos Mavrogiannopoulos2012-11-173-3/+3
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-11-171-3/+11