summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gnutls_x509_crq_set_challenge_password: don't accept null passwordNikos Mavrogiannopoulos2017-04-061-1/+1
* Mark with (void) the functions where the returned value is not checked intent...Nikos Mavrogiannopoulos2017-04-066-22/+32
* removed duplicate codeNikos Mavrogiannopoulos2017-04-061-3/+0
* handshake/record: mark with comments all expected fall-through switchesNikos Mavrogiannopoulos2017-04-062-34/+41
* gnutlsxx.cpp: fixed misleading indentation issuesNikos Mavrogiannopoulos2017-04-061-5/+6
* doc: document intended fallthroughNikos Mavrogiannopoulos2017-04-061-0/+1
* tests: fixed possible buffer overflow to avoid spurious complaintsNikos Mavrogiannopoulos2017-04-061-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2017-04-063-0/+16
* x509.h: added macro for inhibit any policyNikos Mavrogiannopoulos2017-04-061-0/+1