summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updatepkcs11-handlesNikos Mavrogiannopoulos2016-08-041-0/+1
* tests: added unit test for gnutls_pkcs11_privkey_get_handlesNikos Mavrogiannopoulos2016-08-042-1/+165
* Added gnutls_pkcs11_privkey_get_handlesNikos Mavrogiannopoulos2016-08-046-18/+104
* gnutls_pkcs11_privkey_status: return type changed to unsignedNikos Mavrogiannopoulos2016-08-042-2/+2
* doc: added section on SCTP protocol [ci skip]Nikos Mavrogiannopoulos2016-08-042-0/+23
* tests: client-fastopen: removed seccomp conditionalNikos Mavrogiannopoulos2016-08-021-1/+1
* fastopen: improved error checking at connect()Nikos Mavrogiannopoulos2016-08-021-1/+1
* nettle: use rsa_*_key_prepareNikos Mavrogiannopoulos2016-08-011-12/+32
* gnutls_transport_set_fastopen: doc updateNikos Mavrogiannopoulos2016-07-291-7/+18
* doc updateNikos Mavrogiannopoulos2016-07-291-0/+5
* getrandom: use SYS_getrandom instead of __NR_getrandomNikos Mavrogiannopoulos2016-07-291-1/+1
* x059: Fix asymmetry in name constraints intersectionMartin Ukrop2016-07-291-5/+21
* tests: Add and improve chain testsMartin Ukrop2016-07-291-54/+164
* doc update [ci skip]Nikos Mavrogiannopoulos2016-07-291-2/+2
* configure: do not generate makefiles in removed dirstests-simplificationNikos Mavrogiannopoulos2016-07-281-7/+0
* tests: updated paths for new location of p12 filesNikos Mavrogiannopoulos2016-07-282-5/+5
* tests: safe renegotiation tests are run from top dirNikos Mavrogiannopoulos2016-07-283-43/+6
* tests: srp tests moved outside subdirNikos Mavrogiannopoulos2016-07-283-53/+2
* tests: moved sha2 tests into cert-tests/Nikos Mavrogiannopoulos2016-07-2814-208/+191
* tests: moved ecdsa tests to key-tests/Nikos Mavrogiannopoulos2016-07-286-126/+105
* tests: moved dsa tests into key-tests/Nikos Mavrogiannopoulos2016-07-2811-50/+22
* tests: moved pkcs8 tests to key-tests/Nikos Mavrogiannopoulos2016-07-2814-49/+17
* tests: key-tests: moved data files into data/ subdirNikos Mavrogiannopoulos2016-07-2814-29/+33
* tests: moved pkcs12 tests into cert-certs/ subdirNikos Mavrogiannopoulos2016-07-2813-318/+15
* more files to ignoreNikos Mavrogiannopoulos2016-07-281-0/+3
* Require compiler to support C99Tim Rühsen2016-07-281-0/+8
* doc updateNikos Mavrogiannopoulos2016-07-281-0/+4
* 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