summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* .gitlab-ci.yml: use ccachetmp-ccacheDmitry Eremin-Solenikov2017-10-021-2/+20
* tests: check whether key IDs with SHA512 are corrected calculatedtmp-fix-sha512-use-in-certtoolNikos Mavrogiannopoulos2017-10-011-0/+8
* certtool: allow using SHA512 for key IDsNikos Mavrogiannopoulos2017-10-011-1/+3
* _gnutls_get_key_id: introduce flag GNUTLS_KEYID_USE_SHA512Nikos Mavrogiannopoulos2017-10-012-1/+5
* tests: check fingerprint generation with SHA512Nikos Mavrogiannopoulos2017-10-011-0/+8
* certtool: allow using --fingerprint with sha384 or sha512Nikos Mavrogiannopoulos2017-10-011-5/+7
* Modernize gtk-doc supporttmp-modernize-gtk-docAndreas Metzler2017-09-283-130/+162
* Fix autoreconf invocation to actually run autopointRowan Thorpe2017-09-271-2/+1
* CONTRIBUTING.md: added some text on introducing new APIs [ci skip]Nikos Mavrogiannopoulos2017-09-272-1/+19
* tests: re-purposed client_dsa_key test to match new behavior of the librarytmp-signature-fixNikos Mavrogiannopoulos2017-09-251-3/+3
* tests: update TLS 1.2 tests to account for RSA-PSS client signaturesNikos Mavrogiannopoulos2017-09-252-3/+3
* signature: on client side, refuse to negotiate non-enabled signature schemesNikos Mavrogiannopoulos2017-09-252-1/+17
* _gnutls_epoch_gc: ensure there are no stray epochs after gcNikos Mavrogiannopoulos2017-09-251-3/+7
* constate: simplified allocation of epochsNikos Mavrogiannopoulos2017-09-254-53/+30
* _gnutls_epoch_get(): simplified useNikos Mavrogiannopoulos2017-09-253-5/+4
* gnutls_x509_crt/q_set_spki: always initialize the spki structureNikos Mavrogiannopoulos2017-09-242-2/+4
* gnutls-cli: always initialize the inline commands structtmp-enhance-static-analyzerNikos Mavrogiannopoulos2017-09-241-1/+1
* gnutls-cli-debug: eliminated memory leaksNikos Mavrogiannopoulos2017-09-241-0/+1
* ocsptool: eliminate memory leaksNikos Mavrogiannopoulos2017-09-241-5/+13
* certtool: use assert to protect var accessNikos Mavrogiannopoulos2017-09-241-1/+3
* srptool: removed unused variablesNikos Mavrogiannopoulos2017-09-241-4/+1
* psktool: remove unused variablesNikos Mavrogiannopoulos2017-09-241-4/+2
* gnutls-cli: fix memory leakNikos Mavrogiannopoulos2017-09-241-1/+4
* tools: eliminated dead assignmentsNikos Mavrogiannopoulos2017-09-243-15/+1
* ocsptool: check chain size on verificationNikos Mavrogiannopoulos2017-09-241-1/+5
* .gitlab-ci.yml: use static analyzer and Werror build in srcNikos Mavrogiannopoulos2017-09-241-0/+3
* tests: enhanced resumption checks with same and different SNItmp-sni-fixesNikos Mavrogiannopoulos2017-09-231-1/+35
* server name: refuse to resume a session which server name doesn't matchNikos Mavrogiannopoulos2017-09-233-0/+46
* gnutls-cli: eliminate few memory leaksNikos Mavrogiannopoulos2017-09-232-4/+10
* tests: New test for SNI parsing during cache-based session resumptionThomas Klute2017-09-232-1/+82
* Ensure the SNI extension is parsed during cache-based resumptionThomas Klute2017-09-231-1/+1
* tests: explicitly check for gnutls.pc in pkgconfig.shDmitry Eremin-Solenikov2017-09-201-0/+5
* test: use proper library name in pkgconfig.sh error messageDmitry Eremin-Solenikov2017-09-201-7/+9
* tests: use libidn2 in pkgconfig.shDmitry Eremin-Solenikov2017-09-201-4/+6
* parse-datetime: Fix buffer overflowTim Rühsen2017-09-191-10/+7
* tlsfuzzer: document the reason of failure of few fragmentation testsNikos Mavrogiannopoulos2017-09-191-2/+2
* parse_handshake_header: removed duplicate checkNikos Mavrogiannopoulos2017-09-191-5/+0
* ecdh: return more appropriate error code on empty packetNikos Mavrogiannopoulos2017-09-191-0/+5
* parse_handshake_header: allow 1-byte sized fragmentsNikos Mavrogiannopoulos2017-09-191-2/+3
* tests: added reproducer for DTLS infinite loopNikos Mavrogiannopoulos2017-09-195-5/+441
* pkcs11/get_key_algo_type(): Always initialize bits variableTim Rühsen2017-09-181-2/+2
* tests/base64-raw: Remove unused variableTim Rühsen2017-09-181-1/+1
* gnutls.h: Remove redundant function declarationsTim Rühsen2017-09-181-14/+0
* x509: removed debugging code [ci skip]Nikos Mavrogiannopoulos2017-09-161-1/+0
* tests: modified the MD5 signature algorithm negotiation teststmp-remove-sha224Nikos Mavrogiannopoulos2017-09-134-335/+721
* doc updateNikos Mavrogiannopoulos2017-09-131-0/+4
* tlsfuzzer: no longer include tests involving SHA224 signaturesNikos Mavrogiannopoulos2017-09-131-1/+8
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-09-131-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-09-131-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-09-131-3/+4