summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: do not run pkcs12-utf8 under windowspkcs12-ucs2Nikos Mavrogiannopoulos2016-09-072-2/+5
* _gnutls_ucs2_to_utf8: corrected use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+3
* tests: added debugging info in conv-utf8Nikos Mavrogiannopoulos2016-09-071-1/+24
* tests: don't build cmocka tests with libutils - they conflictNikos Mavrogiannopoulos2016-09-062-13/+17
* .gitlab-ci.yml: keep config.log in windows buildsNikos Mavrogiannopoulos2016-09-061-2/+2
* .gitlab-ci.yml: corrected typo for libidn installation in windows64Nikos Mavrogiannopoulos2016-09-061-1/+1
* .gitlab-ci.yml: install our internal cmocka for windowsNikos Mavrogiannopoulos2016-09-061-0/+2
* tests: added unit tests of _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8Nikos Mavrogiannopoulos2016-09-062-1/+113
* libgnutls.map: export _gnutls_utf8_to_ucs2 and _gnutls_ucs2_to_utf8 for testingNikos Mavrogiannopoulos2016-09-061-0/+3
* pkcs12: enhanced to allow encrypting using UCS2 passwordsNikos Mavrogiannopoulos2016-09-061-40/+42
* _gnutls_ucs2_to_utf8: fixed null termination check in windows codeNikos Mavrogiannopoulos2016-09-061-1/+1
* Added _gnutls_utf8_to_ucs2()Nikos Mavrogiannopoulos2016-09-062-1/+153
* tests: added tests for PKCS#12 decoding with UTF8 passwordsNikos Mavrogiannopoulos2016-09-064-2/+82
* pkcs7 encryption: corrected memory leaksNikos Mavrogiannopoulos2016-09-061-2/+2
* Makefile: local-code-coverage-output always succeedsNikos Mavrogiannopoulos2016-09-061-1/+1
* x509: Adjust IP name constraints behaviorMartin Ukrop2016-09-062-46/+24
* tests: added checks to verify behavior in writing pkcs11 objectsNikos Mavrogiannopoulos2016-09-061-0/+20
* p11tool: eliminated memory leak in --list optionsNikos Mavrogiannopoulos2016-09-061-0/+2
* p11tool: do not mark written objects as private by defaultNikos Mavrogiannopoulos2016-09-062-5/+10
* doc updateNikos Mavrogiannopoulos2016-09-051-0/+4
* minitasn1: updated to latest git versionNikos Mavrogiannopoulos2016-09-052-8/+8
* _gnutls_encode_ber_rs_raw: simplifiedNikos Mavrogiannopoulos2016-09-051-15/+10
* .gitlab-ci.yml: use fedora24 with address sanitizerNikos Mavrogiannopoulos2016-09-051-20/+18
* tests: use LSAN_OPTIONS instead of ASAN_OPTIONSNikos Mavrogiannopoulos2016-09-052-2/+2
* doc updateNikos Mavrogiannopoulos2016-09-051-0/+5
* tests: corrected detection of 64-bit systems in softhsm.hNikos Mavrogiannopoulos2016-09-051-2/+2
* tests: added check for PKCS#11 signature validityNikos Mavrogiannopoulos2016-09-052-1/+240
* Introduced helper function _gnutls_decode_ber_rs_raw()Nikos Mavrogiannopoulos2016-09-053-0/+49
* _gnutls_encode_ber_rs_raw: zero-pad values when necessaryNikos Mavrogiannopoulos2016-09-051-13/+46
* tests: template-test: use uniform way to detect 32-bit systemsNikos Mavrogiannopoulos2016-09-031-1/+1
* .gitlab-ci.yml: use the gitlab.com shared runnersNikos Mavrogiannopoulos2016-09-022-79/+154
* Import DTLS sliding window validation from OpenConnect ESP codeDavid Woodhouse2016-09-024-79/+123
* tools: Use correct include dir with minitasnJussi Kukkonen2016-08-311-0/+1
* nettle: removed unused variable in windows rngNikos Mavrogiannopoulos2016-08-291-2/+0
* tests: don't run danetool.sh when not compiled with dane supportNikos Mavrogiannopoulos2016-08-291-1/+4
* tests: mini-dtls-record: modified expected order to account for new SW behaviorNikos Mavrogiannopoulos2016-08-291-1/+1
* dtls: ensure that the DTLS window doesn't get stalledNikos Mavrogiannopoulos2016-08-291-1/+9
* tests: enhance the DTLS window unit test to account for lost packetsNikos Mavrogiannopoulos2016-08-291-1/+35
* README.md: added coverage report [ci skip]Nikos Mavrogiannopoulos2016-08-291-0/+2
* gnutls_pkcs12_simple_parse: set the key value to null on failureDavid Woodhouse2016-08-291-1/+3
* tests: added basic operational check of gnutls_ocsp_resp_get_single()Nikos Mavrogiannopoulos2016-08-281-1/+44
* gnutls_ocsp_resp_get_single: reorganized function to eliminate memory leaksNikos Mavrogiannopoulos2016-08-281-59/+76
* ocsp: corrected the comparison of the serial size in OCSP responseNikos Mavrogiannopoulos2016-08-271-0/+1
* tools: eliminated memory leaks in deinitializationNikos Mavrogiannopoulos2016-08-263-2/+5
* tools: allow socket_bye() to be used for non-polite terminationsNikos Mavrogiannopoulos2016-08-266-15/+17
* tests: added suppressions.valgrind in ocsp-testsNikos Mavrogiannopoulos2016-08-262-1/+1
* doc updateNikos Mavrogiannopoulos2016-08-261-0/+3
* tests: added check for the decoding of pbes1-des-md5 keyNikos Mavrogiannopoulos2016-08-263-2/+36
* pkcs8: cleaned up PKCS#8 decoding from common code with PKCS#7Nikos Mavrogiannopoulos2016-08-268-1622/+1703
* pkcs8: added support for decryption with PBES1-DES-CBC-MD5Nikos Mavrogiannopoulos2016-08-267-90/+360