summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* _gnutls_base64_decode: addressed memory leak in decodingtmp-base64-decode-fixNikos Mavrogiannopoulos2017-04-211-4/+8
* gnutls_pem_base64_decode: allow decoding raw base64 dataNikos Mavrogiannopoulos2017-04-212-11/+31
* tests: check whether gnutls_pem_base64_decode2 decodes with null argumentNikos Mavrogiannopoulos2017-04-211-0/+28
* Revert "gnutls_pem_base64_decode: allow decoding raw base64 data"Nikos Mavrogiannopoulos2017-04-211-16/+1
* doc: clarifications on custom thread override [ci skip]Nikos Mavrogiannopoulos2017-04-202-3/+8
* fuzz: added PEM base64 decoder and encoder fuzzers [ci skip]Nikos Mavrogiannopoulos2017-04-205-2/+114
* fuzz: openpgp fuzzer always succeeds when no support is present [ci skip]Nikos Mavrogiannopoulos2017-04-191-3/+2
* lib/system/fastopen: simplified TCP fast open for OSXNikos Mavrogiannopoulos2017-04-141-10/+20
* lib/system/fastopen: Add TCP Fast Open for OSXtmp-fast-open-macosxTim Rühsen2017-04-111-1/+13
* doc: removed incorrect commenttmp-test-suite-improvementsNikos Mavrogiannopoulos2017-04-081-2/+0
* gnutls_dh_get_pubkey: fixed operation under PSK authenticationNikos Mavrogiannopoulos2017-04-081-1/+1
* tests: test gnutls_dh_get_pubkey in PSK authNikos Mavrogiannopoulos2017-04-081-18/+3
* tests: combined and enhanced DH params testsNikos Mavrogiannopoulos2017-04-083-56/+58
* tests: added DH parameter check in X.509 authNikos Mavrogiannopoulos2017-04-083-6/+393
* tests: added basic test on gnutls_dh_params_cpyNikos Mavrogiannopoulos2017-04-081-5/+10
* tests: test gnutls_dh_get_pubkey in anonymous authNikos Mavrogiannopoulos2017-04-081-2/+38
* doc updateNikos Mavrogiannopoulos2017-04-082-2/+3
* tests: added basic unit test on gnutls_random_art()Nikos Mavrogiannopoulos2017-04-082-1/+142
* doc: fixed documentation for various function parametersNikos Mavrogiannopoulos2017-04-077-11/+10
* .gitlab-ci.yml: removed the coverage run under pkcs11 trust storeNikos Mavrogiannopoulos2017-04-071-4/+1
* .gitlab-ci.yml: added runs under the PKCS#11 trust store in fedoratmp-fix-pkcs11-trust-storeNikos Mavrogiannopoulos2017-04-071-1/+13
* tests: use gnutls_global_init instead of global_initNikos Mavrogiannopoulos2017-04-071-1/+1
* tests: added checks with certificates that contain invalid time fieldtmp-increase-testsNikos Mavrogiannopoulos2017-04-077-2/+49
* x509/time: reject invalid dates in local mktime()Nikos Mavrogiannopoulos2017-04-071-0/+4
* certtool: added newline in error messageNikos Mavrogiannopoulos2017-04-071-2/+2
* tests: added basic check for systemkey toolNikos Mavrogiannopoulos2017-04-072-1/+44
* systemkey: improved error message on unsupported systemsNikos Mavrogiannopoulos2017-04-071-2/+5
* tests: enhanced tofu trustdb checksNikos Mavrogiannopoulos2017-04-072-3/+42
* tests: do not run pkgconfig test in systems with invalid libidn flagsNikos Mavrogiannopoulos2017-04-071-0/+7
* doc: fixed tpmtool and psktool documentationNikos Mavrogiannopoulos2017-04-071-2/+5
* doc updateNikos Mavrogiannopoulos2017-04-071-0/+3
* tests: added unit tests for the base64 raw decoding functionsNikos Mavrogiannopoulos2017-04-072-1/+192
* gnutls_pem_base64_decode: allow decoding raw base64 dataNikos Mavrogiannopoulos2017-04-071-1/+16
* x509/output: do not print usage entry when there is noneNikos Mavrogiannopoulos2017-04-071-2/+4
* certtool: improved printing of the key PIN and key IDNikos Mavrogiannopoulos2017-04-073-3/+24
* .gitlab-ci.yml: fixed freebsd build project restrictionNikos Mavrogiannopoulos2017-04-071-1/+1
* certtool: print the key PIN on private and public keysNikos Mavrogiannopoulos2017-04-074-22/+23
* gnutls_pem_base64_encode2: do raw base64 when msg is NULLNikos Mavrogiannopoulos2017-04-072-20/+31
* .gitlab-ci.yml: simplified CI setuptmp-reduce-ci-interactionsNikos Mavrogiannopoulos2017-04-071-35/+19
* fuzz: do not enable the openpgp fuzzer when openpgp is disabledtmp-fix-coverity-issuesNikos Mavrogiannopoulos2017-04-061-1/+3
* serv: fixed carriage return stripping in strip()Nikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the remove() function and other unchecked functionsNikos Mavrogiannopoulos2017-04-068-15/+15
* gnutls-cli: fixed minor coverity identified issuesNikos Mavrogiannopoulos2017-04-062-9/+41
* certtool: fixed newline skip code in smime-to-p7 codeNikos Mavrogiannopoulos2017-04-061-1/+2
* tests: added unit test for the certtool smime conversion functionalityNikos Mavrogiannopoulos2017-04-063-2/+107
* certtool: fixed minor issues pointed out by coverityNikos Mavrogiannopoulos2017-04-063-7/+17
* gnutls-cli: better resource management in benchmark cmdNikos Mavrogiannopoulos2017-04-061-5/+7
* is_level_acceptable: ensure issuer is not dereferenced when nullNikos Mavrogiannopoulos2017-04-061-4/+6
* certtool: guard the value of tl before gnutls_pkcs7_verifyNikos Mavrogiannopoulos2017-04-061-1/+5
* Avoid using ASN1_MAX_NAME_SIZE directlyNikos Mavrogiannopoulos2017-04-0611-52/+53