summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* released 3.5.5gnutls_3_5_5Nikos Mavrogiannopoulos2016-10-091-1/+1
* doc updateNikos Mavrogiannopoulos2016-10-091-9/+9
* doc: mention gnutls_session_ext_register and its supplemental data equivalentNikos Mavrogiannopoulos2016-10-091-4/+4
* bumped versionNikos Mavrogiannopoulos2016-10-092-3/+3
* TLS extensions: only cache the extension IDs from exts that the server supportsNikos Mavrogiannopoulos2016-10-091-3/+9
* tests: check the registration of multiple extensionsNikos Mavrogiannopoulos2016-10-091-2/+25
* doc: added gnutls_datum_t and giovec_t to indexesNikos Mavrogiannopoulos2016-10-081-0/+2
* pkcs7: removed any limits in hex encoding of attributesNikos Mavrogiannopoulos2016-10-071-5/+4
* certtool: lift any limits in print_raw()Nikos Mavrogiannopoulos2016-10-071-6/+5
* certtool: added safety net when generating a certificate requestNikos Mavrogiannopoulos2016-10-071-1/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2016-10-061-0/+4
* Makefile.am: improved the files-update outputNikos Mavrogiannopoulos2016-10-061-3/+3
* updated auto-generated filesNikos Mavrogiannopoulos2016-10-063-0/+8
* _gnutls_utf8_to_ucs2: force NFC normalization form in windowsNikos Mavrogiannopoulos2016-10-061-2/+2
* doc updateNikos Mavrogiannopoulos2016-10-061-0/+2
* tests: added checks for gnutls_session_supplemental_registerNikos Mavrogiannopoulos2016-10-063-2/+326
* Added session-specific supplemental data handlingNikos Mavrogiannopoulos2016-10-065-36/+123
* tests: added checks for gnutls_session_ext_registerNikos Mavrogiannopoulos2016-10-063-2/+300
* Added session-specific TLS extensionsNikos Mavrogiannopoulos2016-10-066-85/+230
* guile: Implement session record ports using the Guile 2.2 API.tmp-guile2.2Ludovic Courtès2016-10-051-5/+82
* guile: Test 'set-session-transport-fd!'.Ludovic Courtès2016-10-051-1/+1
* guile: Guile 2.x 'uniform-vector-read!' replacement returns 0 upon EOF.Ludovic Courtès2016-10-051-3/+6
* 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