summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: check against symbols present only in IDNA2003tmp-idna-updatesNikos Mavrogiannopoulos2017-04-301-1/+9
* gnutls_idna_map: fallback to IDNA2008 transitional encoding on failureNikos Mavrogiannopoulos2017-04-291-0/+2
* fuzz: fix leaks in PKCS#12 fuzzerNikos Mavrogiannopoulos2017-04-281-4/+10
* pkcs12: release CRL data on error pathNikos Mavrogiannopoulos2017-04-281-0/+4
* doc: added gnutls_ext_flags_t enumerationtmp-pkcs12-cleanupsNikos Mavrogiannopoulos2017-04-251-0/+1
* _gnutls_base64_decode: corrected leak on decoding errorNikos Mavrogiannopoulos2017-04-251-5/+8
* tests: fixed expected error code in base64 checkNikos Mavrogiannopoulos2017-04-251-1/+1
* certtool: ensure no leaks on pkcs12_info() error pathsNikos Mavrogiannopoulos2017-04-251-0/+4
* tests: added reproducer for mem leak in PKCS#12 decodingNikos Mavrogiannopoulos2017-04-251-2/+16
* pkcs12: eliminate mem leaks in _pkcs12_decode_safe_contentsNikos Mavrogiannopoulos2017-04-253-3/+5
* cleanups in _pkcs12_decode_safe_contentsNikos Mavrogiannopoulos2017-04-251-14/+6
* pkcs12: clean ups in PKCS#12 parsingNikos Mavrogiannopoulos2017-04-251-2/+10
* Added explicit check for the bounds of the generated 'd'.Nikos Mavrogiannopoulos2017-04-251-0/+6
* fips140-2: enhanced check of generated parametersNikos Mavrogiannopoulos2017-04-251-4/+12
* dsa-fips.h: include nettle/bignum.h to allow compilation under nettle-miniNikos Mavrogiannopoulos2017-04-251-1/+1
* tests: added base64 reproducer of mem leakNikos Mavrogiannopoulos2017-04-251-3/+15
* doc update [ci skip]Nikos Mavrogiannopoulos2017-04-241-3/+3
* gnutls.h: introduced flag GNUTLS_EXT_FLAG_OVERRIDE_INTERNAL [ci skip]Nikos Mavrogiannopoulos2017-04-232-7/+23
* _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