summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnutls_idna_map: check for printable data prior to proceeding with mappingtmp-uninorm-write-idna2008Nikos Mavrogiannopoulos2016-11-231-0/+4
* combined all checks for printable charactersNikos Mavrogiannopoulos2016-11-234-21/+9
* gnutls_x509_aia_set: IDNA encode when neededNikos Mavrogiannopoulos2016-11-233-31/+47
* tests: updated crt_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-231-1/+54
* tests: updated crq_apis to include setting UTF-8 SANNikos Mavrogiannopoulos2016-11-231-17/+61
* When writing alternative names to certificates ensure we write in ACE formatNikos Mavrogiannopoulos2016-11-2311-19/+125
* tests: updated tests for IDNA2008tmp-uninorm-idna2008Nikos Mavrogiannopoulos2016-11-232-2/+2
* updated auto-generated files for gnutls_idna_mapNikos Mavrogiannopoulos2016-11-233-0/+4
* doc updateNikos Mavrogiannopoulos2016-11-231-0/+3
* .gitlab-ci.yml: updated for libidn2 dependenciesNikos Mavrogiannopoulos2016-11-231-15/+13
* tools: use gnutls' IDNA2008 conversion routineNikos Mavrogiannopoulos2016-11-231-15/+13
* more files to ignoreNikos Mavrogiannopoulos2016-11-231-0/+2
* tests: updated str-idna for IDNA2008Nikos Mavrogiannopoulos2016-11-231-5/+11
* Use IDNA2008 conversion for IDNNikos Mavrogiannopoulos2016-11-2311-54/+87
* unistring: added u8-tolowerNikos Mavrogiannopoulos2016-11-2325-3/+3881
* more files to ignoreNikos Mavrogiannopoulos2016-11-231-0/+16
* avoid the use of c_isascii() and use c_isprint()Nikos Mavrogiannopoulos2016-11-233-3/+3
* tests: added unit tests for gnutls_idna_map()Nikos Mavrogiannopoulos2016-11-232-1/+97
* IDNA code re-organizationNikos Mavrogiannopoulos2016-11-2311-159/+168
* tests: updated outputs to reflect new fingerprint/keyid formatstmp-add-sha256Nikos Mavrogiannopoulos2016-11-2214-58/+58
* tests: made tmp files uniqueNikos Mavrogiannopoulos2016-11-222-10/+11
* doc updateNikos Mavrogiannopoulos2016-11-221-0/+6
* Align the printing of a certificate's fingerprint with the key ID printingNikos Mavrogiannopoulos2016-11-221-12/+21
* Print a key's or certificate's key ID with SHA256 in addition to SHA1Nikos Mavrogiannopoulos2016-11-222-57/+60
* certtool: address compiler warningsNikos Mavrogiannopoulos2016-11-221-1/+1
* doc: document the RFC7613 normalization of passwords [ci skip]Nikos Mavrogiannopoulos2016-11-223-1/+17
* unistring: include only the required categoriestmp-uninorm-remove-unused-categoriesNikos Mavrogiannopoulos2016-11-21136-17261/+537
* server_name: log server name sentNikos Mavrogiannopoulos2016-11-211-0/+2
* x509/output: improve log message on embedded nullNikos Mavrogiannopoulos2016-11-211-1/+1
* build-aux: added unused-parameter.htmp-uninormNikos Mavrogiannopoulos2016-11-211-0/+36
* .gitlab-ci.yml: explicitly specify --with-included-unistring when neededNikos Mavrogiannopoulos2016-11-211-6/+6
* hooks.m4: corrected typoNikos Mavrogiannopoulos2016-11-211-1/+1
* .gitlab-ci.yml: ignore syntax-check issues caused by included unistringNikos Mavrogiannopoulos2016-11-211-1/+2
* more files to ignoreNikos Mavrogiannopoulos2016-11-211-0/+9
* unconditionally include unistring codeNikos Mavrogiannopoulos2016-11-216-385/+23
* lib: added unistring sub-libraryNikos Mavrogiannopoulos2016-11-21159-2/+34296
* updated auto-generated files for gnutls_utf8_password_normalize()Nikos Mavrogiannopoulos2016-11-213-0/+4
* tests: enhanced str-unicode with GNUTLS_UTF8_IGNORE_ERRS flagNikos Mavrogiannopoulos2016-11-211-1/+23
* .gitlab-ci.yml: added build without libunistringNikos Mavrogiannopoulos2016-11-211-3/+21
* doc: mention the RFC7613 normalization and the libunistring dependencyNikos Mavrogiannopoulos2016-11-212-2/+12
* tolerate non-valid UTF8 passwords when decryptingNikos Mavrogiannopoulos2016-11-208-22/+39
* tests: addressed compiler warningsNikos Mavrogiannopoulos2016-11-202-3/+2
* _gnutls_utf8_to_ucs2: normalize to NFC UTF16 outputNikos Mavrogiannopoulos2016-11-201-4/+13
* openssl_hash_password: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-14/+29
* TPM: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-7/+45
* _gnutls_calc_srp_sha: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-5/+18
* gnutls_x509_crq_set_challenge_password: normalize the password prior to useNikos Mavrogiannopoulos2016-11-201-4/+18
* PKCS#7/8: normalize the password according to rfc7613Nikos Mavrogiannopoulos2016-11-205-36/+77
* gnutls.pc: use the LT version of the lib variablesNikos Mavrogiannopoulos2016-11-201-1/+1
* Use libunistring when present instead of iconv()Nikos Mavrogiannopoulos2016-11-203-28/+157