summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for gnutls_x509_crt_list_import2 with flag GNUTLS_X509_CRT_LIST_FAIL...tim-patchesTim Kosse2016-07-281-0/+11
* gnutls_x509_crl_list_import2 was ignoring the passed flags if all CTLs in the...Tim Kosse2016-07-281-1/+1
* gnutls_certificate_get_peers may return an unsorted listNikos Mavrogiannopoulos2016-07-281-3/+6
* gnutls_x509_crt_list_import2 was ignoring the passed flags if all certificate...Tim Kosse2016-07-281-1/+1
* x509: parse_tlsfeatures: move limit check at the point of additionNikos Mavrogiannopoulos2016-07-281-5/+5
* tests: removed irrelevant commentNikos Mavrogiannopoulos2016-07-281-1/+0
* correct the sign type of integers in debug messageNikos Mavrogiannopoulos2016-07-281-1/+1
* verify_crt: simplified error settingNikos Mavrogiannopoulos2016-07-281-74/+35
* verify_crt: removed text on parameter no longer being presentNikos Mavrogiannopoulos2016-07-281-1/+1
* x509: avoid using int declaration within a for-loopNikos Mavrogiannopoulos2016-07-271-2/+2
* gnutls_global_init/deinit: don't use any locking during constructorNikos Mavrogiannopoulos2016-07-271-6/+22
* rnd-linux: use better define check for linux systemsNikos Mavrogiannopoulos2016-07-271-3/+3
* gnutls_prf: document when its output matches gnutls_prf_rfc5705Nikos Mavrogiannopoulos2016-07-271-0/+3
* doc: gnutls_session_set_id: added sinceNikos Mavrogiannopoulos2016-07-271-0/+2
* .gitlab-ci.yml: keep the guile logs as artifacts on test suite failureNikos Mavrogiannopoulos2016-07-271-1/+5
* doc updateNikos Mavrogiannopoulos2016-07-271-0/+4
* Add extra dependency flagsDavid Walker2016-07-271-2/+2
* moved system-keys-win.c and system-key-dummy.c under system/Nikos Mavrogiannopoulos2016-07-273-2/+2
* split system.c to various files under system/Nikos Mavrogiannopoulos2016-07-2710-730/+900
* gnutls.h: giovec_t is a typedef to iovec where that is availableNikos Mavrogiannopoulos2016-07-262-4/+17
* tests: added unit test for linux _rnd_get_system_entropygetrandom-fixNikos Mavrogiannopoulos2016-07-264-11/+116
* getrandom: loop around getrandom to get the requested number of bytesNikos Mavrogiannopoulos2016-07-261-23/+24
* README.ci-runners: document asan and ubsan tagsNikos Mavrogiannopoulos2016-07-261-0/+8
* tests: removed pkcs1-padding from subdirsNikos Mavrogiannopoulos2016-07-261-1/+1
* .gitignore: more tests files to ignoreNikos Mavrogiannopoulos2016-07-261-0/+9
* configure.ac: don't generate makefiles of moved testsNikos Mavrogiannopoulos2016-07-261-3/+0
* tests: pkcs1-pad: moved to cert-testsNikos Mavrogiannopoulos2016-07-268-43/+8
* tests: userid test moved to cert-tests/Nikos Mavrogiannopoulos2016-07-265-35/+4
* tests: rsa-md5-collision: run from top-levelNikos Mavrogiannopoulos2016-07-263-42/+10
* doc: updated documentation for gnutls_transport_set_int*Nikos Mavrogiannopoulos2016-07-261-15/+22
* doc: added section on reducing round-tripsNikos Mavrogiannopoulos2016-07-266-2/+66
* tests: added test of gnutls_transport_set_fastopenNikos Mavrogiannopoulos2016-07-262-1/+313
* tests: added test of TCP fast open using gnutls-cli and gnutls-servTim Ruehsen2016-07-262-1/+54
* doc updateTim Ruehsen2016-07-261-0/+3
* tools: TLS handling has been incorporated into socket_open()Nikos Mavrogiannopoulos2016-07-2610-125/+185
* gnutls-cli: added example usage of TCP fastopenTim Ruehsen2016-07-264-11/+55
* Support TCP Fast OpenTim Ruehsen2016-07-2613-16/+298
* .gitlab-ci.yml: added asan tag for builds which require asanNikos Mavrogiannopoulos2016-07-261-0/+1
* tests: pkcs11-privkey-fork: added explicit pkcs11 deinitializationNikos Mavrogiannopoulos2016-07-262-2/+15
* mention ubsan in README [ci skip]Nikos Mavrogiannopoulos2016-07-251-2/+2
* doc updateNikos Mavrogiannopoulos2016-07-231-0/+3
* tests: added checks for OCSP response file supporttests-improvementNikos Mavrogiannopoulos2016-07-2210-32/+235
* dtls: added a null pointer check in record_overheadNikos Mavrogiannopoulos2016-07-221-1/+3
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-222-5/+5
* doc update [ci skip]Nikos Mavrogiannopoulos2016-07-221-0/+4
* introduced: GNUTLS_E_UNAVAILABLE_DURING_HANDSHAKENikos Mavrogiannopoulos2016-07-224-2/+5
* tests: added check of the return values of resumption data functions during f...Nikos Mavrogiannopoulos2016-07-222-1/+157
* doc: mention that the session data functions will fail prior to handshake com...Nikos Mavrogiannopoulos2016-07-221-1/+10
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-212-37/+115
* tests: Add DNS name constraints testsMartin Ukrop2016-07-212-23/+293