summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-084-4/+7
* doc updateNikos Mavrogiannopoulos2016-08-081-0/+7
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainstefan-fixesStefan Sørensen2016-08-081-20/+15
* tests: check gnutls_certificate_get_x509_crt with more than one certificatesNikos Mavrogiannopoulos2016-08-082-30/+82
* tests: Use common ca3 test certificates in x509cert, x509dn and x509self tests.Stefan Sørensen2016-08-083-307/+32
* tests: Remove zero-termination of gnutls_datum encapsulated certificatesStefan Sørensen2016-08-081-17/+17
* Fix invalid pointer operation in gnutls_certificate_get_x509_crtStefan Sørensen2016-08-081-2/+2
* tests: added check for errors when importing illegal RSA keysNikos Mavrogiannopoulos2016-08-087-3/+345
* x509: call the fixup functions after loading private keysNikos Mavrogiannopoulos2016-08-082-12/+41
* nettle: use rsa_*_key_prepare on key importNikos Mavrogiannopoulos2016-08-081-10/+52
* tests: added missing backslash in key-tests MakefileNikos Mavrogiannopoulos2016-08-081-1/+1
* Revert "nettle: use rsa_*_key_prepare"Nikos Mavrogiannopoulos2016-08-081-32/+12
* gnutls.h: moved all compatibility defines outside the enumNikos Mavrogiannopoulos2016-08-081-8/+11
* prepared for release 3.5.3Nikos Mavrogiannopoulos2016-08-082-4/+4
* tests: use gnutls_record_set_timeout instead of kill child processesNikos Mavrogiannopoulos2016-08-053-3/+8
* tests: mini-record modify in a way to be more fail safeNikos Mavrogiannopoulos2016-08-051-4/+6
* pkcs11: is_object_pkcs11_url -> is_pkcs11_url_objectNikos Mavrogiannopoulos2016-08-052-3/+5
* tests: ignore sigpipe in mini-recordNikos Mavrogiannopoulos2016-08-051-0/+1
* gnutls_fips140_mode_enabled: changed return type to unsignedNikos Mavrogiannopoulos2016-08-052-2/+2
* doc: updated contribution guide with more info on test suite [ci skip]Nikos Mavrogiannopoulos2016-08-041-2/+11
* 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