summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aaabi-checkNikos Mavrogiannopoulos2016-03-111-79/+0
* .gitlab-ci.yml: added abi-checker ruleNikos Mavrogiannopoulos2016-03-111-0/+10
* Makefile: made abi-checks self-containedNikos Mavrogiannopoulos2016-03-118-10/+47874
* 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
* pkcs11: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-292-2/+3
* cipher.c: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+2
* ecc: optimized extension parsingNikos Mavrogiannopoulos2016-02-291-1/+8
* opencdk: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* gnutls.h: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+1
* x509: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-292-1/+14
* x509: cleanup in privkey.cNikos Mavrogiannopoulos2016-02-291-10/+8
* Let p11tool --provider option accept filenames.Andreas Metzler2016-02-281-1/+0
* .gitlab-ci.yml: abort on ubsan errorsNikos Mavrogiannopoulos2016-02-281-1/+1
* p11tool: addressed memory leaksNikos Mavrogiannopoulos2016-02-281-1/+15
* tests: use 'datefudge -s' to avoid loopsNikos Mavrogiannopoulos2016-02-284-150/+52
* tests: krb5-test: increased the number of loopsNikos Mavrogiannopoulos2016-02-271-1/+1
* .gitlab-ci.yml: asan and ubsan include the suite/Nikos Mavrogiannopoulos2016-02-271-2/+2
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-02-271-0/+16
* doc: documented false start functionalityNikos Mavrogiannopoulos2016-02-271-0/+21
* doc updateNikos Mavrogiannopoulos2016-02-271-0/+4
* tests: Added checks for false start operationNikos Mavrogiannopoulos2016-02-275-13/+293
* Added gnutls_handshake_set_false_start_function()Nikos Mavrogiannopoulos2016-02-278-35/+153
* tests: enable softhsmv2 test suite by defaultNikos Mavrogiannopoulos2016-02-276-8/+22
* pkcs11: tests for RSA, ECC, DSA private key importJan Vcelak2016-02-271-0/+54