summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing header to testsuiteMaya Rashish2016-03-231-0/+1
* session tickets: avoid GCM for session tickets and rely on CBC and HMACNikos Mavrogiannopoulos2016-03-232-41/+92
* Broke apart _gnutls_recv_int() to the packet and non-packet cases.Jaak Ristioja2016-03-214-48/+64
* gnutls-cli: corrected usage of gnutls_session_get_data()Nikos Mavrogiannopoulos2016-03-213-13/+26
* testcompat-openssl: enable TLS 1.2 tests with openssl 1.0.1+Nikos Mavrogiannopoulos2016-03-181-7/+7
* tests: verify that the post-client-hello callback has access to ALPN dataNikos Mavrogiannopoulos2016-03-181-0/+45
* .gitlab-ci.yml: don't use git submodule update, not needed for our testsuiteNikos Mavrogiannopoulos2016-03-181-9/+9
* alpn: ALPN state is per-connection, it should not be saved with session dataYuriy M. Kaminskiy2016-03-181-48/+2
* tests: added checks for session resumption and ALPNNikos Mavrogiannopoulos2016-03-181-8/+69
* x86-common: CPUID override will only work if CPU has already the capability p...Nikos Mavrogiannopoulos2016-03-171-10/+56
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-164-2/+6
* gnutls_server_name_set: accept non-null terminated hostnamesNikos Mavrogiannopoulos2016-03-161-1/+22
* tests: added check for non-null terminated server nameNikos Mavrogiannopoulos2016-03-161-10/+11
* tests: template-test was updated for OCSP key purpose reorderingNikos Mavrogiannopoulos2016-03-151-6/+6
* guile: doc: Mention bytevectors.Ludovic Courtès2016-03-151-8/+10
* guile: doc: Explain "Application Data" packets and 'session-record-port'.Ludovic Courtès2016-03-151-3/+13
* certtool: do not require a CA for OCSP signingNikos Mavrogiannopoulos2016-03-151-12/+14
* doc: updated text for gnutls_ocsp_status_request_is_checked()Nikos Mavrogiannopoulos2016-03-141-8/+14
* doc: clarified expectations on gnutls_datum_tNikos Mavrogiannopoulos2016-03-141-0/+6
* doc update: gnutls_handshake_set_false_start_function() [ci skip]Nikos Mavrogiannopoulos2016-03-131-1/+2
* abi-check: corrected type of gnutls_x509_crl_get_issuer_dnNikos Mavrogiannopoulos2016-03-133-5/+1
* .gitlab-ci.yml: added abi-checker ruleNikos Mavrogiannopoulos2016-03-111-0/+10
* Makefile: made abi-checks self-containedNikos Mavrogiannopoulos2016-03-118-13/+47881
* certtool: better error handling in file_size()Nikos Mavrogiannopoulos2016-03-111-2/+8
* gnutls-cli: fix invalid initialization in cert_verify_ocsp()Nikos Mavrogiannopoulos2016-03-111-1/+1
* gnutls-serv: human_addr always returns a non-null argumentNikos Mavrogiannopoulos2016-03-111-2/+2
* tests: testpkcs11: the test will always fail in code path failuresNikos Mavrogiannopoulos2016-03-081-10/+5
* README: list the main branches build status [ci skip]Nikos Mavrogiannopoulos2016-03-081-1/+3
* gnutls_system_recv_timeout: restore poll on EINTRNikos Mavrogiannopoulos2016-03-071-1/+3
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-03-071-1/+1
* gnutls_ocsp_status_request_is_checked: document the version the flag was intr...Nikos Mavrogiannopoulos2016-03-071-1/+1
* doc: generate manpages for all functionsNikos Mavrogiannopoulos2016-03-071-3/+2
* doc: mention gnutls_certificate_set_x509_trust_dir()Nikos Mavrogiannopoulos2016-03-071-1/+1
* tests: mini-loss-time: improved timeout detectionNikos Mavrogiannopoulos2016-03-071-8/+8
* corrected typo in comment [ci skip]Nikos Mavrogiannopoulos2016-03-041-1/+1
* configure: silence clang's warningsNikos Mavrogiannopoulos2016-03-041-1/+2
* tests: added check for version negotiation default prio stringNikos Mavrogiannopoulos2016-03-032-1/+146
* tests: include test-hash-large into distNikos Mavrogiannopoulos2016-03-031-1/+1
* Sync with TP [ci skip]Nikos Mavrogiannopoulos2016-03-032-536/+921
* Update NEWS.Ludovic Courtès2016-03-031-1/+10
* Disable weak symbols for _gnutls_global_init_skip() under windowsNikos Mavrogiannopoulos2016-03-011-1/+9
* .gitlab-ci.yml: asan, clang and valgrind builds were made arch-independentNikos Mavrogiannopoulos2016-03-011-4/+1
* tests: pkcs12: allow multiple in-place buildsNikos Mavrogiannopoulos2016-02-291-9/+12
* tests: pkcs1-pad,rsa-md5-collision: allow multiple in-place buildsNikos Mavrogiannopoulos2016-02-292-31/+35
* doc updateNikos Mavrogiannopoulos2016-02-291-0/+3
* gnutls-cli: fail if gnutls is not compiled with DANE support and --dane is pr...Nikos Mavrogiannopoulos2016-02-291-5/+6
* tests: always used the slow (portable) version of get16bitsNikos Mavrogiannopoulos2016-02-291-8/+0
* timespec_sub_ms: fixed operation in 32-bit systemsNikos Mavrogiannopoulos2016-02-291-2/+9
* .gitlab-ci.yml: don't use the internal libtasn1 when compiling with libubsanNikos Mavrogiannopoulos2016-02-291-1/+1
* tests: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+2