summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: improved the files-update outputtmp-session-extsNikos Mavrogiannopoulos2016-10-051-3/+3
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-053-0/+8
* _gnutls_utf8_to_ucs2: force NFC normalization form in windowsNikos Mavrogiannopoulos2016-10-051-2/+2
* doc updateNikos Mavrogiannopoulos2016-10-051-0/+2
* tests: added checks for gnutls_session_supplemental_registerNikos Mavrogiannopoulos2016-10-053-2/+326
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-055-36/+123
* tests: added checks for gnutls_session_ext_registerNikos Mavrogiannopoulos2016-10-053-2/+300
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-056-85/+230
* win32: install the .def files in libdir instead of bindirNikos Mavrogiannopoulos2016-10-052-2/+2
* certtool: include arpa/inet.h unconditionallyNikos Mavrogiannopoulos2016-10-051-1/+3
* gnutls-cli: fix compilation warning in win32Nikos Mavrogiannopoulos2016-10-051-1/+1
* Fixed the version in libgnutls-openssl.def fileNikos Mavrogiannopoulos2016-10-052-3/+5
* tests: avoid using %zd for formatted outputNikos Mavrogiannopoulos2016-10-052-3/+3
* tests: skip tests which depend on libidn functionality if build without libidnNikos Mavrogiannopoulos2016-10-052-0/+7
* tests: fixed compilation of pkcs11-privkey-always-authtmp-win32Nikos Mavrogiannopoulos2016-10-041-1/+1
* Fix build of system/keys-win.c with older mingwNikos Mavrogiannopoulos2016-10-041-1/+28
* tests: introduced further parallelization in provable* teststmp-armv8Nikos Mavrogiannopoulos2016-10-034-44/+58
* tests: provable-dh-default check is too slow and is only run when the complet...Nikos Mavrogiannopoulos2016-10-031-1/+5
* tests: split provable-privkey into multiple checksNikos Mavrogiannopoulos2016-10-035-58/+161
* tests: provable-dh was split into two programsNikos Mavrogiannopoulos2016-10-033-19/+53
* .gitlab-ci.yml: do not run the full test suite on valgrind testNikos Mavrogiannopoulos2016-10-032-10/+14
* doc updateNikos Mavrogiannopoulos2016-10-031-0/+3
* more files to ignoreNikos Mavrogiannopoulos2016-10-031-0/+14
* devel/openssl: updated to 1.1.0 releaseNikos Mavrogiannopoulos2016-10-031-0/+0
* aarch64: added optimized AES-CCM modeNikos Mavrogiannopoulos2016-10-034-2/+171
* Imported Andy Polyakov's implementation of AES-GCM in aarch64Nikos Mavrogiannopoulos2016-10-037-67/+462
* Imported Andy Polyakov's implementation of AES in aarch64Nikos Mavrogiannopoulos2016-10-039-9/+1176
* Added HMAC-SHA* optimizations for aarch64Nikos Mavrogiannopoulos2016-10-034-1/+332
* Imported Andy Polyakov's implementations for SHA* in aarch64Nikos Mavrogiannopoulos2016-10-0320-2/+4216
* fix zero-termination in _gnutls_server_name_set_raw() for large server namesNikos Mavrogiannopoulos2016-10-032-4/+7
* _gnutls_check_id_for_change: added check for NULL usernameNikos Mavrogiannopoulos2016-10-031-1/+4
* gnutls_*_crt_print: better error checkingNikos Mavrogiannopoulos2016-10-032-2/+10
* tests: added test for CKA_ALWAYS_AUTHENTICATE handling in PKCS#11Nikos Mavrogiannopoulos2016-10-035-2/+248
* pkcs11: improved debugging output in pkcs11_loginNikos Mavrogiannopoulos2016-10-031-1/+1
* name constraints: removed unused variableNikos Mavrogiannopoulos2016-10-031-2/+0
* tools: clarify errors when reading filesNikos Mavrogiannopoulos2016-09-302-8/+8
* p11tool: doc update [ci skip]Nikos Mavrogiannopoulos2016-09-281-16/+23
* Removed C99 constructions in for-loopsNikos Mavrogiannopoulos2016-09-273-5/+13
* certtool: print correct size of EC keysDaiki Ueno2016-09-271-5/+18
* p11tool: documented the p11-kit relevancy of distrust and stapledNikos Mavrogiannopoulos2016-09-271-2/+6
* pkcs11: forbid PKCS#11 extensions to be used in other than trust modulesNikos Mavrogiannopoulos2016-09-275-30/+50
* .gitlab-ci.yml: enabled valgrind tests buildNikos Mavrogiannopoulos2016-09-271-1/+1
* tests: allow handshake-large-packet to run under valgrindNikos Mavrogiannopoulos2016-09-271-2/+2
* p11tool: introduced the --mark-distrusted and --distrusted optionsNikos Mavrogiannopoulos2016-09-262-2/+20
* pkcs11: introduced flag GNUTLS_PKCS11_OBJ_FLAG_MARK_DISTRUSTEDNikos Mavrogiannopoulos2016-09-263-2/+30
* pkcs11: only staple extensions from a trust module when they are from a non-d...Nikos Mavrogiannopoulos2016-09-262-5/+14
* p11tool: allow to export a certificate with its stapled extensionsNikos Mavrogiannopoulos2016-09-262-0/+20
* gnutls_oid_to_ecc_curve: fix null pointer dereferenceNikos Mavrogiannopoulos2016-09-261-1/+1
* Only send the status request extension on cert authenticationNikos Mavrogiannopoulos2016-09-231-0/+5
* gdoc: improved the detection and display of escaped characters (@%)Nikos Mavrogiannopoulos2016-09-221-5/+13